From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: doubling of input events on focus (X, 21.1 and later) Date: Fri, 13 Sep 2002 15:33:31 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200209112004.g8BK46K20660@wijiji.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031945643 9784 127.0.0.1 (13 Sep 2002 19:34:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 19:34:03 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pwCX-0002XP-00 for ; Fri, 13 Sep 2002 21:34:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pwCj-0000kE-00; Fri, 13 Sep 2002 15:34:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17pwC6-0000cl-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 15:33:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17pwC4-0000c7-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 15:33:33 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pwC4-0000c1-00 for bug-gnu-emacs@gnu.org; Fri, 13 Sep 2002 15:33:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17pwC3-0001yM-00; Fri, 13 Sep 2002 15:33:31 -0400 Original-To: usenet@fischman.org In-reply-to: (message from Ami Fischman on Thu, 12 Sep 2002 12:09:52 -0700) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3505 Thanks for following up on this. Any ideas on how to debug the switch-frame event handling? It is not easy to debug unreproducible problems like this. The only I have is to add debugging code to record histories of various actions, so you can examine them after you see the problem. That way you can learn about what happened inside Emacs at various points where the history was recorded.