emacs-devel
[Top][All Lists]
Advanced

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

Re: On removing some obsolete code from subr and core


From: Noam Postavsky
Subject: Re: On removing some obsolete code from subr and core
Date: Tue, 8 Nov 2016 01:51:30 -0500

On Mon, Nov 7, 2016 at 3:25 PM, Mark Oteiza <address@hidden> wrote:
> On 07/11/16 at 10:13pm, Eli Zaretskii wrote:
>> > Date: Mon, 7 Nov 2016 15:08:28 -0500
>> > From: Mark Oteiza <address@hidden>
>> > Cc: address@hidden
>> >
>> > > I meant what happens if we for some reason need to reinstate some of
>> > > them?
>> >
>> > Partially revert the commit I guess.
>>
>> Would it work to do in Lisp something like
>>
>>   (defvar default-FOO (default-value FOO))
>
> No, because default-FOO is tied to the default value of FOO, and
> manipulating default-FOO created this way would have no effect on FOO's
> default value.

It would be possible to implement the tieing together using the
watchpoint feature (I haven't finished it yet, but I plan to post
something by the end of this week).

https://lists.nongnu.org/archive/html/emacs-devel/2015-11/msg02454.html



reply via email to

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