emacs-devel
[Top][All Lists]
Advanced

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

Re: master 3586fef: Make HIST arg of read-from-minibuffer work with buff


From: Stefan Monnier
Subject: Re: master 3586fef: Make HIST arg of read-from-minibuffer work with buffer-local vars
Date: Thu, 05 Dec 2019 14:17:43 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> Note that this `add-to-history` call takes place at the very end of
>> read_minibuf, hence just *before* we return to previous_buffer.
>> Maybe a simpler option than the code above is to postpone the code
>> a little bit so that it takes place *after* we return to
>> previous_buffer.
> Would that mean moving the `add-to-history' call to after the final call
> to `unbind_to(count, val)'?

Yes, I think that's basically all it takes.


        Stefan




reply via email to

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