emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: with a fresh emacs "(buffer-local-value fundamental-mode (current-bu


From: Stefan Monnier
Subject: Re: with a fresh emacs "(buffer-local-value fundamental-mode (current-buffer))" error.
Date: Fri, 10 Apr 2009 18:10:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

>>> If you need to detect (and not just suppress) longlines-mode without
>>> having to load it, you can do bound-and-true-p 'longlines-mode)
> This should be (bound-and-true-p longlines-mode), because the
> bound-and-true-p macro treats its VAR argument like setq; it is a macro,
> not an ordinary Lisp function.  Its docstring needs to be
> corrected---I'll do this once I when I get the chance.

It's too bad: it should have been a function, but it's a bit late to fix
it now.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]