all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font-lock bug in fundamental mode
@ 2005-08-30 16:29 Vincent Lefevre
  2005-09-01 15:52 ` Richard M. Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Lefevre @ 2005-08-30 16:29 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-28  1:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 16:29 font-lock bug in fundamental mode Vincent Lefevre
2005-09-01 15:52 ` Richard M. Stallman
2005-11-27 17:59   ` Vincent Lefevre
2005-11-27 22:34     ` Richard M. Stallman
2005-11-28  1:06       ` Vincent Lefevre

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.