emacs-devel
[Top][All Lists]
Advanced

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

Re: master 48aacbf292 2/2: Make many seldom-used generalized variables o


From: Stefan Monnier
Subject: Re: master 48aacbf292 2/2: Make many seldom-used generalized variables obsolete
Date: Mon, 19 Sep 2022 08:46:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen [2022-09-19 08:00:19] wrote:
> Jonas Bernoulli <jonas@bernoul.li> writes:
>> There is one generalized variable that I would like to see undeprecated
>> though:
>>
>>    (setf (buffer-local-value 'var buffer) val)
>
> See bug#26624.

FWIW, `alist-get` suffers from the same kind of problem.
If we want `cl-letf` to work well with "fancy" gv-places, we need to
make the gv-expanders aware of the `let` case so they can provide
special code for it.

Not sure it's worth the trouble.

Of course, the case of `alist-get` is somewhat different since it's
already useful with `setf`.


        Stefan




reply via email to

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