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: Jonas Bernoulli
Subject: Re: master 48aacbf292 2/2: Make many seldom-used generalized variables obsolete
Date: Mon, 19 Sep 2022 12:01:07 +0200

Lars Ingebrigtsen <larsi@gnus.org> writes:

> 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.

In short, it doesn't work as expected with cl-letf and fixing that
would not be worth the effort, if it's possible at all.

I can live with that, but have you considered adding a plain old
set-buffer-local-value function? buffer-local-value isn't any more
*necessary* than that; they both just relieve us from the need to
use with-current-buffer explicitly.



reply via email to

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