emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

local var evaluation order


From: Thien-Thi Nguyen
Subject: local var evaluation order
Date: 16 Aug 2005 17:50:16 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Dan Nicolaescu <address@hidden> writes:

> -*- mode: grep; default-directory: "~/src/emacs/lisp/" -*-
> 
> it seems that it's just not used in the right order.

maybe this is related to another bug:

w/ recent (this week) emacs from cvs, this small file:

-------------------------------------->8----
- level 1
  - level 2

## Local Variables:
## mode: outline
## outline-regexp: "\\([ ][ ]\\)*- "
## End:
--------------------------------------->8-----

does not fontify, whereas w/ older emacs versions it does.
it also does not fontify after reversing the order of the
`mode:' and `outline-regexp:' lines.  if i set-default the
value of `outline-regexp', however, it fontifies.

("emacs -q --no-site-file" and global font lock mode enabled.)

thi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]