[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: font-lock bug in fundamental mode
From: |
Richard M. Stallman |
Subject: |
Re: font-lock bug in fundamental mode |
Date: |
Thu, 01 Sep 2005 11:52:35 -0400 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: font-lock bug in fundamental mode,
Richard M. Stallman <=