From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Problem with text beneath menus Date: Fri, 14 Sep 2007 22:37:40 +0200 Message-ID: <87d4wlm19n.fsf@escher.local.home> References: <46E839E4.8060400@ig.com.br> <46E8D544.9060901@swipnet.se> <46E93AC8.2040400@ig.com.br> <46EA2396.30106@swipnet.se> <46EAE094.9070209@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189802283 12662 80.91.229.12 (14 Sep 2007 20:38:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 20:38:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 22:37:59 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IWHvH-0005XD-MF for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 22:37:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWHvG-0006A3-UU for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 16:37:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWHvD-00067L-HR for emacs-devel@gnu.org; Fri, 14 Sep 2007 16:37:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWHvB-00065C-Q6 for emacs-devel@gnu.org; Fri, 14 Sep 2007 16:37:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWHvB-000652-My for emacs-devel@gnu.org; Fri, 14 Sep 2007 16:37:49 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IWHvB-0000xc-At for emacs-devel@gnu.org; Fri, 14 Sep 2007 16:37:49 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IWHv8-00012l-TX for emacs-devel@gnu.org; Fri, 14 Sep 2007 22:37:46 +0200 Original-Received: from i577bcab7.versanet.de ([87.123.202.183]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Sep 2007 22:37:46 +0200 Original-Received: from Stephen.Berman by i577bcab7.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Sep 2007 22:37:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bcab7.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78913 Archived-At: On Fri, 14 Sep 2007 16:27:16 -0300 Vinicius Jose Latorre wrote: > When tool-bar-mode is on, the problem happens. I confirm this bug with GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-09-14 on escher, KDE 3.5.7 on openSUSE 10.2. I just updated from the CVS trunk for the first time since the multi-tty merge, and also since librsvg support was added, which I also have configured; my previous build (same GTK+ and KDE) did not have this bug. The bug is indeed related to the tool bar, but not just having it enabled: when I detach the GTK tool bar, the bug does not occur. Steve Berman