emacs-devel
[Top][All Lists]
Advanced

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

Re: New multi-command facility displays in the wrong echo area.


From: Stefan Monnier
Subject: Re: New multi-command facility displays in the wrong echo area.
Date: Sat, 10 Oct 2020 09:44:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> (when (and (not noninteractive)
>>             (window-live-p (active-minibuffer-window))
>>             (eq (window-frame) (window-frame (active-minibuffer-window)))
>
> Thanks!  I've just tried this out, and it appears to work well.
>
> In particular, in the scenario I outlined, on a TTY, the echo area for
> frame F2 is used when F2 is the current frame, even if there is a
> minibuffer active in F1.

Indeed.  It looks like I misremembered!
This looks like a plain bug fix that should be on `emacs-27`.
Thanks,


        Stefan




reply via email to

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