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: Thu, 03 Dec 2015 09:23:14 +0200

> From: David Kastrup <dak@gnu.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  22068@debbugs.gnu.org
> Date: Wed, 02 Dec 2015 20:58:10 +0100
> 
> >> 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.
> >
> > OK.  But how can we get rid of that "switch-frame-" echo at least?
> 
> If the function is not supposed to return switch-frame events, why
> doesn't it _act_ on them then?

According to documentation, it does act on them, only later:

  Optional fourth argument CAN-RETURN-SWITCH-FRAME non-nil means that
  this function will process a switch-frame event if the user switches
  frames before typing anything.  If the user switches frames in the
  middle of a key sequence, or at the start of the sequence but
  CAN-RETURN-SWITCH-FRAME is nil, then the event will be put off until
  after the current key sequence.





reply via email to

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