[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: |
Thu, 28 Oct 2021 18:51:14 +0300 |
> From: Aaron Jensen <aaronjensen@gmail.com>
> Date: Fri, 22 Oct 2021 09:58:28 -0400
> Cc: martin rudalics <rudalics@gmx.at>, Alan Third <alan@idiocy.org>,
> Gregory Heytings <gregory@heytings.org>, YAMAMOTO Mitsuharu
> <mituharu@math.s.chiba-u.ac.jp>,
> emacs-devel@gnu.org
>
> > > Documentation seems like it could be useful, would you want it to say
> > > it can't be used by anything but input-pending-p or that it is
> > > currently only used by it?
> >
> > The former. Something like "this is meant to be used only by
> > input-pending-p and similar callers, which aren't interested in all
> > input events".
>
> Thanks, updated the original patch "Ignore-non-input-events..." (and
> corrected some parens).
>
> I'm also attaching a second option, "Ignore-more-events..." that is a
> more minimal change. It only introduces a new variable and doesn't do
> any renaming.
Thanks, I've installed the minimal change, with some minor changes.
The patch didn't apply, so I applied by hand, and made some too-long
variables have shorter names while at that. Also, a variable defined
via DEFVAR_BOOL conventionally has its C counterpart's name without
the leading "V", since it's actually a C int.
Please see if the current master solves your problem.
- Re: input-pending-p after make-frame-visible, (continued)
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/21
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/21
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/21
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/21
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/21
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/21
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/22
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/22
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/26
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/26
- Re: input-pending-p after make-frame-visible,
Eli Zaretskii <=
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/28
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/28
- Re: input-pending-p after make-frame-visible, Alan Third, 2021/10/31
- Re: input-pending-p after make-frame-visible, Aaron Jensen, 2021/10/31
- Re: input-pending-p after make-frame-visible, Eli Zaretskii, 2021/10/21
- Re: input-pending-p after make-frame-visible, Alan Third, 2021/10/15
- Re: input-pending-p after make-frame-visible, Stefan Monnier, 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/04