From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: The order input events are processed. Date: Mon, 11 Sep 2006 16:19:03 +0200 Message-ID: References: <87odtrrkgh.fsf@lrde.org> <87ejukt7fe.fsf@lrde.org> <87zmd7x3qk.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157984495 29822 80.91.229.2 (11 Sep 2006 14:21:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Sep 2006 14:21:35 +0000 (UTC) Cc: =?utf-8?Q?Micha=C3=ABl?= Cadilhac , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 11 16:21:34 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GMmeq-0007gc-9f for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 16:21:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMmep-0003Wm-P6 for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 10:21:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMme0-0003G3-Q8 for emacs-devel@gnu.org; Mon, 11 Sep 2006 10:20:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMmdy-0003Ea-3C for emacs-devel@gnu.org; Mon, 11 Sep 2006 10:20:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMmdx-0003EP-RC for emacs-devel@gnu.org; Mon, 11 Sep 2006 10:20:13 -0400 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMmfD-0000l8-0N; Mon, 11 Sep 2006 10:21:31 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id F29A9FAC02C; Mon, 11 Sep 2006 16:20:07 +0200 (CEST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon\, 11 Sep 2006 10\:11\:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59685 Archived-At: Richard Stallman writes: > > \(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 definitely think so -- and I have installed a fix to remedy that. -- Kim F. Storm http://www.cua.dk