From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Problem with text beneath menus Date: Wed, 12 Sep 2007 16:11:32 -0300 Message-ID: <46E839E4.8060400@ig.com.br> NNTP-Posting-Host: lo.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 1189624130 24226 80.91.229.12 (12 Sep 2007 19:08:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2007 19:08:50 +0000 (UTC) To: "GNU Emacs (devel)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 12 21:08:44 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 1IVXZp-0006ie-Mq for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 21:08:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVXZp-0006vv-Ir for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 15:08:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVXZn-0006uo-04 for emacs-devel@gnu.org; Wed, 12 Sep 2007 15:08:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVXZi-0006uW-6G for emacs-devel@gnu.org; Wed, 12 Sep 2007 15:08:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVXZi-0006uK-1d for emacs-devel@gnu.org; Wed, 12 Sep 2007 15:08:34 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.249]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVXZh-0008E8-OW for emacs-devel@gnu.org; Wed, 12 Sep 2007 15:08:33 -0400 Original-Received: by an-out-0708.google.com with SMTP id c25so35026ana for ; Wed, 12 Sep 2007 12:08:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:sender; bh=beSCsMQlcEJomxNJ4l3hRJUThtdqJ47MDJWCGSY6jI0=; b=sCzSKgD1bojiMD6CFaUh1gYsfdag+5ov6AGnv0Vh75QRJiuGuHcsVlwhUnkrQppdkkP9yx0iAFIoveo+znd5Qbku3uA+OZMO+O9HJDJtDmElFcemAJpIfsUdHJ+UTLlufvQe9O3/AhNFq03yPOesJKwfgOsq7XuNQ10AUmUnOVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:sender; b=cfw+A/xmrpA6YibkhFdS4urMYOqGk4UyROeDaoskZnT/CCwNuki7mXTckT/ClHokaenUZSRjjrNhaEowlB8f3pc+gWpxvpqxxcA/WVsa966EL5bSnd2tFXHlkoPmH2LkuZzC0IBSFWXNMa7DUASaxeoE2DdWUbzsdag53XRNjyU= Original-Received: by 10.100.96.9 with SMTP id t9mr8840746anb.1189624112658; Wed, 12 Sep 2007 12:08:32 -0700 (PDT) Original-Received: from ?192.168.0.100? ( [200.208.45.226]) by mx.google.com with ESMTPS id b29sm10211229ana.2007.09.12.12.08.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 12 Sep 2007 12:08:31 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 X-Detected-Kernel: Linux 2.6 (newer, 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:78708 Archived-At: I'm using GNU Linux Debian. I've just downloaded Emacs CVS trunk and have done the following steps: make maintainer-clean configure make make install 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. The text only appear again when you get out the menus (i.e., click outside menu). My last Emacs compilation was 2007-08-05 and it didn't have this problem. Vinicius