bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#44517: 28.0.50; Can't unselect minibuffer window


From: Michael Heerdegen
Subject: bug#44517: 28.0.50; Can't unselect minibuffer window
Date: Sun, 08 Nov 2020 18:25:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> This probably means that the delay is not due to a timer, but to a
> call to sit-for or somesuch.  For example, if you type C-x, the echo
> appears after a delay that doesn't have to do anything with timers.

Sounds reasonable, yes.

I didn't find out anything on the Lisp level.  `post-command-hook'
doesn't seem to be involved.  I traced some potentially related
functions, like `sit-for' and `select-window' but they were not called
when the issue happened.

Regards,

Michael.





reply via email to

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