emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Emacs 22.0.91 working, lazy-lock documentation inconsistency?


From: Glenn Morris
Subject: Re: Emacs 22.0.91 working, lazy-lock documentation inconsistency?
Date: Fri, 01 Dec 2006 21:40:15 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

>> However, I had to comment out lazy-lock from my .emacs.
>
> Why? (I mean, it's good that you did, but Emacs should still work
> just fine with lazy-lock: i.e. should not have been forced)
>
>> I see the .el file is now is lisp/obsolete where it does not get
>> installed by default,
>
> It does get installed. And it is autoloaded.

`make autoloads' does not process lisp/obsolete, so lazy-lock-mode and
fast-lock-mode do not get autoloaded.

emacs -q --no-site-file
(require 'font-lock)
(fboundp 'jit-lock-mode)  ; t
(fboundp 'lazy-lock-mode) ; nil
(fboundp 'fast-lock-mode) ; nil


So people with settings for font-lock-support-mode in .emacs that
involve fast-lock and lazy-lock will encounter errors complaining
that f-l-mode and l-l-mode are not functions.






reply via email to

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