[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
font-lock bug in fundamental mode
From: |
Vincent Lefevre |
Subject: |
font-lock bug in fundamental mode |
Date: |
Tue, 30 Aug 2005 18:29:48 +0200 |
User-agent: |
Mutt/1.5.9-vl-20050731i |
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.
This occurs with both a text terminal and Emacs's own interface.
--
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- font-lock bug in fundamental mode,
Vincent Lefevre <=