From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.devel Subject: Re: widget-button-click chokes on frame selection event Date: Sun, 17 Sep 2006 23:49:39 +0200 Message-ID: <8764fmcgek.fsf@gate450.dyndns.org> References: <87fyercx00.fsf@gate450.dyndns.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158529804 19665 80.91.229.2 (17 Sep 2006 21:50:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Sep 2006 21:50:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 17 23:50:02 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 1GP4WW-0002xL-Ox for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2006 23:50:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GP4WW-0003nI-95 for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2006 17:50:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GP4WJ-0003md-Vs for emacs-devel@gnu.org; Sun, 17 Sep 2006 17:49:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GP4WI-0003lt-7g for emacs-devel@gnu.org; Sun, 17 Sep 2006 17:49:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GP4WI-0003lk-1X for emacs-devel@gnu.org; Sun, 17 Sep 2006 17:49:46 -0400 Original-Received: from [129.13.185.217] (helo=smtp1.rz.uni-karlsruhe.de) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GP4Yx-00025z-GE; Sun, 17 Sep 2006 17:52:31 -0400 Original-Received: from rzstud2.stud.uni-karlsruhe.de (exim@rzstud2.stud.uni-karlsruhe.de [193.196.41.38]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.50 #1) id 1GP4WD-0007BD-4X; Sun, 17 Sep 2006 23:49:41 +0200 Original-Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.43) id 1GP4WC-0003XZ-UB; Sun, 17 Sep 2006 23:49:41 +0200 Original-To: rms@gnu.org X-Face: $:F<87a[gD1?#R6S3j21cr1&C&7bd63GHC.tSdskUb}hhwG(ci*=D5kJ<_N+p9q(7-, PnG. Et.Yh (Richard Stallman's message of "Sun, 17 Sep 2006 17:04:10 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) 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:59948 Archived-At: Richard Stallman writes: > I don't know how to reproduce the problem, but I think I see what > is going wrong. I am guessing how to fix it. What results does > this give? I've applied your patch and played with the example form in (info "(widget)Programming Example") using frames on two displays for about ten minutes. I couldn't trigger the bug, and all the functionality was there. After reverting the patch, the error occurred on the third click, so I'm confident that the fix is correct. Thanks, andreas