emacs-devel
[Top][All Lists]
Advanced

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

Re: frame-local variables weirdness


From: Stefan Monnier
Subject: Re: frame-local variables weirdness
Date: Sun, 21 Oct 2007 10:24:37 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

>     Could you expand on what you think makes it cleaner?
> The specifier approach requires new functions just to look at or
> set the value in the current binding.

You mean you have to use `specifier-set' and `specifier-value' instead of
`set' and `symbol-value'?  Well, yes.  Doesn't seem like a big deal to me.

> It also has the big limitation that all references to the value must be
> specially written to access a specifier.

Right, just like right now they're specifically written to access a variable.

> For these reasons I have decided not to go that way.

Too bad,


        Stefan




reply via email to

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