From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: The order input events are processed.
Date: Mon, 11 Sep 2006 10:11:08 -0400 [thread overview]
Message-ID: <E1GMmVA-0001rh-5f@fencepost.gnu.org> (raw)
In-Reply-To: <87zmd7x3qk.fsf@lrde.org> (michael.cadilhac@lrde.org)
> \(fn SECONDS &optional NODISP)"
> ! (unless (or unread-command-events
> ! unread-post-input-method-events
> ! unread-input-method-events
> ! (>=3D unread-command-char 0))
Isn't input-pending-p enough?
input-pending-p does not check all of those variables.
Is that a bug?
I was thinking of an active loop because I thought the test had to be
made here, replacing =AB read-event =BB. If we're sure read-event will
not take an event from unread-input-method-events here, then it's ok.
If unread-input-method-events is empty, then nothing can be taken from
it. So the only way this could happen is if something were to run
inside read-event which made unread-input-method-events nonempty.
That is not impossible; various things can call Lisp code from inside
read-event and they COULD put something on unread-input-method-events.
But that would be very strange usage.
So I think we are ok.
next prev parent reply other threads:[~2006-09-11 14:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-07 11:21 The order input events are processed Michaël Cadilhac
2006-09-09 20:45 ` Richard Stallman
2006-09-10 9:08 ` Michaël Cadilhac
2006-09-10 13:05 ` Richard Stallman
2006-09-10 13:14 ` Michaël Cadilhac
2006-09-10 21:28 ` Kim F. Storm
2006-09-11 14:12 ` Richard Stallman
2006-09-11 14:17 ` Kim F. Storm
2006-09-11 14:11 ` Richard Stallman [this message]
2006-09-11 14:19 ` Kim F. Storm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1GMmVA-0001rh-5f@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.