From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Non-ASCII in Lucid menus Date: Wed, 16 Mar 2005 18:38:58 -0500 Message-ID: References: <877jkce8lv.fsf-monnier+emacs@gnu.org> <42341EC4.3060405@swipnet.se> <87r7ijbray.fsf-monnier+emacs@gnu.org> <7b2c4ca190cea7657e31ed04f07d3377@swipnet.se> <87ll8nk49o.fsf-monnier+emacs@gnu.org> <4238A5D4.6090701@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111016462 13328 80.91.229.2 (16 Mar 2005 23:41:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 23:41:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 00:41:01 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBi6a-00051M-3l for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 00:39:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBiMk-0008Sw-KD for ged-emacs-devel@m.gmane.org; Wed, 16 Mar 2005 18:55:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBiLY-0008MK-Qk for emacs-devel@gnu.org; Wed, 16 Mar 2005 18:54:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBiLX-0008LT-0v for emacs-devel@gnu.org; Wed, 16 Mar 2005 18:54:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBiLW-0008LF-9i for emacs-devel@gnu.org; Wed, 16 Mar 2005 18:54:38 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBi6Q-0002rq-Vq for emacs-devel@gnu.org; Wed, 16 Mar 2005 18:39:03 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id B92D9340004; Wed, 16 Mar 2005 18:39:02 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 0F5BA4AC1E5; Wed, 16 Mar 2005 18:38:59 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id CCB48F696F; Wed, 16 Mar 2005 18:38:58 -0500 (EST) Original-To: "Jan D." In-Reply-To: (Stefan Monnier's message of "Wed, 16 Mar 2005 18:13:43 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.82, requis 5, autolearn=not spam, AWL 0.08, BAYES_00 -4.90) 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:34649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34649 > Actually it seems that Motif always assumes the string passed to it is > latin-1 (e.g. even in a greek locale, the greek chars (encoded by Emacs Scratch that. I finally got it to work (also for utf-8). OTOH, dynamically changing the font by tweaking the `menu' face doesn't seem to work on the menu bar. Stefan