[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: input-pending-p after make-frame-visible
From: |
Aaron Jensen |
Subject: |
Re: input-pending-p after make-frame-visible |
Date: |
Wed, 20 Oct 2021 11:27:38 -0400 |
On Sat, Oct 16, 2021 at 1:14 PM Aaron Jensen <aaronjensen@gmail.com> wrote:
>
> On Sat, Oct 16, 2021 at 12:49 PM martin rudalics <rudalics@gmx.at> wrote:
> >
> > > Does the attached patch seem reasonable? It fixes the issue for me.
> >
> > It might be what I've been intuitively missing in my prior patch. But
> > my ignorance in this matter is too great to make any useful statement.
> >
> > > Please review for code style and commit message style, I'm still a
> > > neophyte with that here.
> >
> > The only thing I can mention is to move the && to the next line in
> >
> > + if (!((flags & READABLE_EVENTS_FILTER_EVENTS) &&
> > + while_no_input_ignored_event (event))
>
> Thanks, updated.
Any concerns with installing the attached?
Thanks,
Aaron
0001-Ignore-events-in-input-pending-p.patch
Description: Source code patch
- Re: input-pending-p after make-frame-visible, (continued)
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/14
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/14
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/15
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/15
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/16
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/16
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/16
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/16
- Re: input-pending-p after make-frame-visible, martin rudalics, 2021/10/16
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/16
- Re: input-pending-p after make-frame-visible,
Aaron Jensen <=
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/20
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/20
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/20
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/20
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/20
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/20
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/20
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/20
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/21
- Re: input-pending-p after make-frame-visible, YAMAMOTO Mitsuharu, 2021/10/21