[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?
- input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/24
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/09/26
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/26
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/09/26
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/26
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/09/27
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/27
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/09/27
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/09/27
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/09/28
- Re: input-pending-p after make-frame-visible,
Eli Zaretskii <=
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/09/29
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/09/29
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/29
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/09/29
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/29
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/09/29
- Re: input-pending-p after make-frame-visible, Stefan Monnier, 2021/09/27
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/27
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/27
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/09/29