> 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'.

Can't reproduce "it", although I'm not sure exactly what I'm supposed
to reproduce.  I did the following:

  % touch ~/diary
  % emacs -q --eval '(progn (global-font-lock-mode 1) (diary))'

and didn't get any error.  What error do you get?  Can you get a backtrace
for it?

> Adding a (message "Bound: %S" (boundp 'font-lock-keywords))
> verifies that it is indeed unbound after the call to
> `global-font-lock-mode'.

I don't see why that should be a problem,


        Stefan


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

Reply via email to