From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: Problem with text beneath menus Date: Thu, 13 Sep 2007 19:50:34 +0200 Message-ID: <20070913195034.665f7bce@hugoibm> References: <46E839E4.8060400@ig.com.br> <46E93C9A.9080903@ig.com.br> <46E9759A.1040504@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0372199649==" X-Trace: sea.gmane.org 1189705839 9374 80.91.229.12 (13 Sep 2007 17:50:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 17:50:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 19:50:35 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 1IVspn-00025r-FR for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 19:50:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVspn-0002vM-2V for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 13:50:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVspk-0002vH-9o for emacs-devel@gnu.org; Thu, 13 Sep 2007 13:50:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVspi-0002v5-NA for emacs-devel@gnu.org; Thu, 13 Sep 2007 13:50:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVspi-0002v2-Hj for emacs-devel@gnu.org; Thu, 13 Sep 2007 13:50:30 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IVspi-0001PV-1k for emacs-devel@gnu.org; Thu, 13 Sep 2007 13:50:30 -0400 Original-Received: (qmail invoked by alias); 13 Sep 2007 17:50:28 -0000 Original-Received: from 247.70.203.62.cust.bluewin.ch (EHLO hugoibm) [62.203.70.247] by mail.gmx.net (mp040) with SMTP; 13 Sep 2007 19:50:28 +0200 X-Authenticated: #8617326 X-Provags-ID: V01U2FsdGVkX19TS+1Wk7ZTB3P9IMPHJI/bZRa0mUivl12NUvTMSz wPZzrplKhouy6y In-Reply-To: <46E9759A.1040504@ig.com.br> X-Mailer: Claws Mail 3.0.0cvs10 (GTK+ 2.10.11; i686-pc-linux-gnu) X-Y-GMX-Trusted: 0 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:78796 Archived-At: --===============0372199649== Content-Type: multipart/signed; boundary=Sig_pYsY8w8kAcBw9AoOKlwwQ5J; protocol="application/pgp-signature"; micalg=PGP-SHA1 --Sig_pYsY8w8kAcBw9AoOKlwwQ5J Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 13 Sep 2007 14:38:34 -0300=20 Vinicius Jose Latorre wrote: > Eli Zaretskii wrote: > >> Date: Thu, 13 Sep 2007 10:35:22 -0300 > >> From: Vinicius Jose Latorre > >> CC: emacs-devel@gnu.org > >> > >> =20 > >>>> emacs -Q > >>>> > >>>> C-x C-f RET > >>>> > >>>> Now, click in 'File' and move horizontally the mouse to the other=20 > >>>> options (i.e., Edit, Options, Buffers, etc.) > >>>> > >>>> The text beneath menus disappear. > >>>> =20 > >>>> =20 > >>> I cannot reproduce this. What toolkit did you use for building Emacs? > >>> =20 > >>> =20 > >> Well, the exact steps I've used are: > >> > >> $ make maintainer-clean > >> $ ./configure --prefix=3D/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? =20 > >> /home/vinicius/work/emacs > >> What operating system and machine description files should Emacs u= se? > >> `s/gnu-linux.h' and `m/intel386.h' > >> What compiler should emacs be built with? gcc -g -O2= =20 > >> -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 > >> =20 > > > > 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? > > =20 >=20 >=20 > I have the previous binary in other PC and it was also built with GTK=20 > toolkit. >=20 > I've just tried to recompile Emacs CVS trunk in an old PC with Debian=20 > (but with KDE 3.5.7) and the result was exactly the same. >=20 > Please, try to recompile CVS trunk in Debian (KDE). >=20 >=20 >=20 > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel I had the same behavior. Setting (tool-bar-mode nil) did the trick for me. --=20 Marius Glauser GnuPG Key Fingerprint: 421C B179 81CE 671F 94B5 52D5 2060 9676 5F0F 0AA0 --Sig_pYsY8w8kAcBw9AoOKlwwQ5J Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG6XhtIGCWdl8PCqARAnyyAJ9hYDDWqPu3gUN24f+gZfCLbjUJcgCgkJLa 6B51M0wVS2Dsr8jJ2QpbqNU= =9NMh -----END PGP SIGNATURE----- --Sig_pYsY8w8kAcBw9AoOKlwwQ5J-- --===============0372199649== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============0372199649==--