From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: input-pending-p Date: Mon, 25 Mar 2002 08:24:46 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <200203242350.g2ONoh122379@Rednose.Rhubarb> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1017037647 30453 127.0.0.1 (25 Mar 2002 06:27:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 06:27:27 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pNx0-0007v4-00 for ; Mon, 25 Mar 2002 07:27:26 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16pO4v-0003yJ-00 for ; Mon, 25 Mar 2002 07:35:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pNwq-0006O5-00; Mon, 25 Mar 2002 01:27:16 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pNvZ-0006Md-00; Mon, 25 Mar 2002 01:25:57 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA12330; Mon, 25 Mar 2002 08:24:46 +0200 (IST) X-Sender: eliz@is Original-To: dajo@a-vip.com In-Reply-To: <200203242350.g2ONoh122379@Rednose.Rhubarb> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2182 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2182 On Sun, 24 Mar 2002, David wrote: > I have re-looked at this issue today with the following results. > > * Problem Summary: input-pending-p yields an incorrect value 50% of the time > in emacs 21.1 and emacs-21.2 under some window managers. Is that in "emacs -q --no-site-file"? If not, there could be all kinds of optional features that generate input events. Even without optional features, there could be X events delivered to Emacs behind your back (the dependence on window manager seems to indicate that this really happens). I'd suggest to look at the event queue and see what kinds of events are there. That would make debugging this a whole lot easier, and the discussion much more focused. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel