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: Strange behavior with GTK menus Date: Sat, 6 Aug 2005 13:34:22 +0200 Message-ID: References: <87ek98bg3j.fsf@pacem.orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123330234 28970 80.91.229.2 (6 Aug 2005 12:10:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2005 12:10:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 06 14:10:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1NUv-0006sV-4l for ged-emacs-devel@m.gmane.org; Sat, 06 Aug 2005 14:09:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1NXn-0004sS-H0 for ged-emacs-devel@m.gmane.org; Sat, 06 Aug 2005 08:12:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1NOv-0000rF-Vh for emacs-devel@gnu.org; Sat, 06 Aug 2005 08:03:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1NOt-0000os-Vv for emacs-devel@gnu.org; Sat, 06 Aug 2005 08:03:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1NOd-0008Va-Ql for emacs-devel@gnu.org; Sat, 06 Aug 2005 08:03:24 -0400 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E1NAn-0007UX-AA for emacs-devel@gnu.org; Sat, 06 Aug 2005 07:49:05 -0400 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20050806113523.STHZ6295.mxfep02.bredband.com@coolsville.localdomain>; Sat, 6 Aug 2005 13:35:23 +0200 In-Reply-To: <87ek98bg3j.fsf@pacem.orebokech.com> Original-To: Romain Francoise X-Mailer: Apple Mail (2.733) 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:41589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41589 > I don't know if it's related to a recent change in Emacs, or due to > the > fact that Debian unstable now has GTK+ version 2.6.9 but I'm seeing > something odd with GTK menus: they seem to disappear every time a > timer > expires. For example, if I call M-x display-splash-screen, then > open a > menu and keep it open (by not clicking on anything), the menu > disappears > when the help items change in the buffer. > > The same happens if I keep the pointer above a menu entry and wait for > the tooltip to appear and then go away: when the tooltip > disappears, so > does the menu. I can see this with GTK 2.6.9 but not 2.6.2, so something happened in between those versions. I'll try to fix this. Jan D.