emacs-devel
[Top][All Lists]
Advanced

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

Re: Risky local variable mechanism


From: Stefan Monnier
Subject: Re: Risky local variable mechanism
Date: Wed, 08 Feb 2006 01:49:57 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> I believe that you misunderstood Stefan's proposal.  I believe that
> Stefan proposed to allow to use something like:

> (put 'myvar 'safe-value-list '(nil t))

> So there would be no list of variable-value pairs to maintain, only
> lists of values for individual variables.

Actually, I haven't really thought of a particular implementation.
I'm just thinking of it as "a map from variables to lists of values".
Whether the map is a single alist or a set of sykmbol properties, or a hash
table, or whatever else doesn't matter that much to me.


        Stefan




reply via email to

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