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

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

Re: Persistent buffer local variables?


From: Elena
Subject: Re: Persistent buffer local variables?
Date: Wed, 08 Dec 2010 15:18:40 -0000
User-agent: G2/1.0

According to the manual, this behavior is expected, since major modes
start by calling `kill-all-local-variables'. I needed to write:

(put 'my-var 'permanent-local t)

to keep the variable alive.


reply via email to

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