[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
- Re: On removing some obsolete code from subr and core, (continued)
- Re: On removing some obsolete code from subr and core, Mark Oteiza, 2016/11/06
- Re: On removing some obsolete code from subr and core, Eli Zaretskii, 2016/11/06
- Re: On removing some obsolete code from subr and core, Mark Oteiza, 2016/11/06
- Re: On removing some obsolete code from subr and core, Eli Zaretskii, 2016/11/07
- Re: On removing some obsolete code from subr and core, Mark Oteiza, 2016/11/07
- Re: On removing some obsolete code from subr and core, Eli Zaretskii, 2016/11/07
- Re: On removing some obsolete code from subr and core, Mark Oteiza, 2016/11/07
- Re: On removing some obsolete code from subr and core,
Noam Postavsky <=
- Re: On removing some obsolete code from subr and core, Stefan Monnier, 2016/11/07
- Re: On removing some obsolete code from subr and core, Johan Bockgård, 2016/11/07
- Re: On removing some obsolete code from subr and core, Stefan Monnier, 2016/11/08
- Re: On removing some obsolete code from subr and core, John Wiegley, 2016/11/08
Re: On removing some obsolete code from subr and core, Clément Pit--Claudel, 2016/11/05
Re: On removing some obsolete code from subr and core, Clément Pit--Claudel, 2016/11/05