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

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

Re: File local variable name containing colon?


From: Kevin Rodgers
Subject: Re: File local variable name containing colon?
Date: Tue, 24 Aug 2010 21:46:09 -0600
User-agent: Thunderbird 2.0.0.24 (Macintosh/20100228)

Dan Davison wrote:
This is valid elisp:

(setq var:name 'value)

But this doesn't work because the colon causes confusion:

# Local Variables:
# var:name: value
# End:

Any way round this?

I would try this:

# Local Variables:
# var\:name: value
# End:

--
Kevin Rodgers
Denver, Colorado, USA




reply via email to

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