Hello!

The following .emacs:

  (global-font-lock-mode 1)
  (diary)

and an empty ~/diary file will cause Emacs (CVS from 2005-09-12)
to give an error that `font-lock-keywords' is unbound in
`normal-mode'.

Curiously, emacs -q -l .emacs _does_ work.

Adding a (message "Bound: %S" (boundp 'font-lock-keywords))
verifies that it is indeed unbound after the call to
`global-font-lock-mode'. If the code is evaluated anywhere but the
initial .emacs load, the variable _is_ bound.

Greetings,
        -- Jorgen

-- 
((email . "[EMAIL PROTECTED]") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to