From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Problem with text beneath menus Date: Thu, 13 Sep 2007 17:06:11 +0300 Message-ID: References: <46E839E4.8060400@ig.com.br> <46E93C9A.9080903@ig.com.br> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189692437 22942 80.91.229.12 (13 Sep 2007 14:07:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 14:07:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 16:07:15 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 1IVpKq-0001rE-DX for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 16:06:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVpKq-0001PV-1K for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 10:06:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVpKm-0001PE-F2 for emacs-devel@gnu.org; Thu, 13 Sep 2007 10:06:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVpKl-0001Ou-SU for emacs-devel@gnu.org; Thu, 13 Sep 2007 10:06:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVpKl-0001Or-O1 for emacs-devel@gnu.org; Thu, 13 Sep 2007 10:06:19 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVpKl-0007IC-3j for emacs-devel@gnu.org; Thu, 13 Sep 2007 10:06:19 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-229-9.inter.net.il [84.229.229.9]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HUH01432 (AUTH halo1); Thu, 13 Sep 2007 17:03:30 +0300 (IDT) In-reply-to: <46E93C9A.9080903@ig.com.br> (message from Vinicius Jose Latorre on Thu, 13 Sep 2007 10:35:22 -0300) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:78776 Archived-At: > Date: Thu, 13 Sep 2007 10:35:22 -0300 > From: Vinicius Jose Latorre > CC: emacs-devel@gnu.org > > >> emacs -Q > >> > >> C-x C-f RET > >> > >> Now, click in 'File' and move horizontally the mouse to the other > >> options (i.e., Edit, Options, Buffers, etc.) > >> > >> The text beneath menus disappear. > >> > > > > I cannot reproduce this. What toolkit did you use for building Emacs? > > > > > Well, the exact steps I've used are: > > $ make maintainer-clean > $ ./configure --prefix=/home/download/emacs &> .CONFIG > $ make bootstrap &> .OUTPUT > $ tail .OUTPUT > $ make install > > > > From .CONFIG: > > > Configured for `i686-pc-linux-gnu'. > > Where should the build process find the source code? > /home/vinicius/work/emacs > What operating system and machine description files should Emacs use? > `s/gnu-linux.h' and `m/intel386.h' > What compiler should emacs be built with? gcc -g -O2 > -Wno-pointer-sign > Should Emacs use the GNU version of malloc? yes > (Using Doug Lea's new malloc from the GNU C Library.) > Should Emacs use a relocating allocator for buffers? yes > Should Emacs use mmap(2) for buffer allocation? no > What window system should Emacs use? x11 > What toolkit should Emacs use? GTK So the toolkit is GTK. Do you still have the previous binary you built from the trunk? If so, can you see if perhaps it was built with another toolkit?