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

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

bug#14089: 24.3; file local variables can't have a colon in their name


From: Stefan Monnier
Subject: bug#14089: 24.3; file local variables can't have a colon in their name
Date: Wed, 03 Apr 2013 18:19:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> The idea is to allow ":" in mode's names and variables names.
> No need to use two `looking-at' in this case I think.

Agreed, except that other than SPC \t and \n e need to disallow ", (),
and ;.  Also we read those names in hack-local-variables with things like
skip-chars-forward and that needs to be fixed there as well (probably
using looking-at).  And we should share the regexp between the various
places where we match those names.


        Stefan





reply via email to

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