With emacs 22.0.50.1 under Mac OS X 10.4.2 (installed via darwinports),
I have the following problem. Consider the following emacs-test file:
(add-to-list 'load-path "/opt/local/share/emacs/site-lisp")
(require 'font-lock)
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)
(add-hook 'font-lock-mode-hook 'turn-on-lazy-lock)
I open it with:
emacs -no-site-file -q -l emacs-test emacs-test
At this time, nothing has been colorized yet (this is OK). But
if I add something like a blank line at the beginning of the
file ([Enter] key), then the string
"/opt/local/share/emacs/site-lisp"
gets colorized. This shouldn't happen in fundamental mode.
I cannot reproduce it on GNU/Linux.
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel