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

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

bug#22068: 25.0.50; Delayed reaction to switching frames?


From: Eli Zaretskii
Subject: bug#22068: 25.0.50; Delayed reaction to switching frames?
Date: Wed, 02 Dec 2015 19:56:18 +0200

> Date: Wed, 02 Dec 2015 18:44:10 +0100
> From: martin rudalics <rudalics@gmx.at>
> CC: dak@gnu.org, 22068@debbugs.gnu.org
> 
>  > Could this have something to do with the fact that read-char-choice
>  > calls read-key-sequence-vector with the CAN-RETURN-SWITCH-FRAME
>  > argument nil?
> 
> When I do a simple (y-or-no-p "") in a single frame emacs -Q and click
> the left mouse button, it also gets echoed as "down-mouse-1".  But this
> echo disappears almost instantaneously.  With two frames and a click in
> the "wrong" frame the echo is persistent.

The function in question doesn't call y-or-no-p, AFAICT.

When I call the function it does call, that call does not return if it
gets switch-frame events.  IOW, the function that asks the question
doesn't know the frame was switched, and cannot do what David probably
wants: switch frame and reissue the question.





reply via email to

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