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: Non-ASCII in Lucid menus Date: Fri, 18 Mar 2005 22:26:18 +0100 Message-ID: <423B477A.10303@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111181344 22601 80.91.229.2 (18 Mar 2005 21:29:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2005 21:29:04 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 18 22:29:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCP1V-0006lz-9y for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 22:28:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCPI3-0007Fk-Tq for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 16:45:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DCPHs-0007Em-Iq for emacs-devel@gnu.org; Fri, 18 Mar 2005 16:45:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DCPHs-0007EH-0M for emacs-devel@gnu.org; Fri, 18 Mar 2005 16:45:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCPHr-0007EE-To for emacs-devel@gnu.org; Fri, 18 Mar 2005 16:45:43 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DCOzv-0000cl-9E for emacs-devel@gnu.org; Fri, 18 Mar 2005 16:27:11 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20050318212710.OKNY4482.mxfep02.bredband.com@coolsville.localdomain>; Fri, 18 Mar 2005 22:27:10 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: Stefan Monnier 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34747 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34747 Stefan Monnier wrote: >OTOH, dynamically changing the font by tweaking the `menu' face >doesn't seem to work on the menu bar. > It should work now to change the Motif menu bar by changing the menu face. Jan D.