emacs-devel
[Top][All Lists]
Advanced

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

Re: input-pending-p after make-frame-visible


From: Eli Zaretskii
Subject: Re: input-pending-p after make-frame-visible
Date: Tue, 28 Sep 2021 11:06:12 +0300

> Cc: aaronjensen@gmail.com, emacs-devel@gnu.org
> From: martin rudalics <rudalics@gmx.at>
> Date: Tue, 28 Sep 2021 09:41:18 +0200
> 
>  > I don't think I understand well enough what is the problem.  It sounds
>  > like we have no idea what kind of event is received that causes
>  > input-pending-p return non-nil, is that right?
> 
> The problem is rather whether and how we can/should make the events in
> a list like
> 
> (focus-in focus-out help-echo iconify-frame make-frame-visible 
> selection-request)
> 
> not cause 'input-pending-p' return non-nil.  I suppose we can't but
> maybe there is a way.

We could extend process_special_events, I suppose.  But are we sure
the culprit is one of these events?



reply via email to

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