From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: input-pending-p Date: Sun, 10 Mar 2002 14:32:49 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203102132.g2ALWnX04173@wijiji.santafe.edu> References: <200203070326.g273Q6A02247@Rednose.Rhubarb> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1015874653 2460 80.91.224.249 (11 Mar 2002 19:24:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 11 Mar 2002 19:24:13 +0000 (UTC) Cc: 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 16kVP2-0000dZ-00 for ; Mon, 11 Mar 2002 20:24:12 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16kVQt-0004At-00 for ; Mon, 11 Mar 2002 20:26:07 +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 16kV7m-0003gE-00; Mon, 11 Mar 2002 14:06:22 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16kV7E-0003Wo-00; Mon, 11 Mar 2002 14:05:48 -0500 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2BJ60u00625; Mon, 11 Mar 2002 12:06:00 -0700 (MST) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g2BJ5kc04537; Mon, 11 Mar 2002 12:05:46 -0700 (MST) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: dajo@a-vip.com In-reply-to: <200203070326.g273Q6A02247@Rednose.Rhubarb> (message from David on Wed, 6 Mar 2002 20:26:06 -0700) 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:1862 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1862 I shall try to find out more; however, I am not very experienced at using gdb. If you can give me some clues on how to proceed I shall see what I can find out. Have you tried stopping Emacs using GDB when it is the "turn" for the failure to happen, inserting a breakpoint at get_input_pending, and stepping thru to see what happens? If mouse motion gets in the way, it might help if you put the window manager in click-to-focus mode and define keyboard commands to change focus. That way you could go to GDB without touching the mouse. Other than that, I don't see how to give any more advice until you say what obstacle you have encountered. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel