From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [david.ponce@wanadoo.fr: Re: read-key-sequence bug?] Date: Mon, 12 Dec 2005 09:14:17 +0100 Message-ID: <439D3159.1080401@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134382177 7469 80.91.229.2 (12 Dec 2005 10:09:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2005 10:09:37 +0000 (UTC) Cc: jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 12 11:09:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Elkaj-00021Y-Em for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2005 11:07:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElkVM-0002dY-Fk for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2005 05:02:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eliqh-0004W8-2B for emacs-devel@gnu.org; Mon, 12 Dec 2005 03:15:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EliqY-0004V4-3T for emacs-devel@gnu.org; Mon, 12 Dec 2005 03:15:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EliqV-0004Uv-EX for emacs-devel@gnu.org; Mon, 12 Dec 2005 03:15:43 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Elis7-0006sf-KW; Mon, 12 Dec 2005 03:17:24 -0500 Original-Received: from ironport.bredband.com ([195.54.107.82] [195.54.107.82]) by mxfep02.bredband.com with ESMTP id <20051212081506.MXYJ17186.mxfep02.bredband.com@ironport.bredband.com>; Mon, 12 Dec 2005 09:15:06 +0100 Original-Received: from c-c1b4e253.012-150-626f6410.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([83.226.180.193]) by ironport.bredband.com with ESMTP; 12 Dec 2005 09:15:29 +0100 X-BrightmailFiltered: true X-IronPort-AV: i="3.99,242,1131318000"; d="scan'208"; a="17392386:sNHT32013828" User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: rms@gnu.org, Emacs-Devel In-Reply-To: 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:47533 Archived-At: >>Do others observe that? > >> > > > > Not here. It may be GTK specific. > > > >Yes, it seems GTK specific. I rebuilt without GTK: > >In GNU Emacs 22.0.50.3 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2005-12-01 on localhost >X server distributor `The X.Org Foundation', version 11.0.60802000 >configured using > `configure 'CFLAGS=-g -O2 -Wno-pointer-sign'' > >and `describe-key', and `read-key-sequence', work as expected when I >select a radio-button menu item. > I've fixed this now. GTK calls the "activate" callback for the item that becomes unselected also, so you got two callbacks, the one that did the action (put on right) and the one you saw the help on (put on left). Jan D.