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: Thu, 17 Mar 2005 08:57:14 -0500 Message-ID: <878y4mcr5y.fsf-monnier+emacs@gnu.org> 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> <1f6b415f18543e75d99860970b161fe3@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111067968 28565 80.91.229.2 (17 Mar 2005 13:59:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 13:59:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 14:59:27 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBvVb-0004c7-EV for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 14:58:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBvlt-0006iO-Oq for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 09:14:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBvlJ-0006MI-Pz for emacs-devel@gnu.org; Thu, 17 Mar 2005 09:14:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBvlG-0006Kz-Jt for emacs-devel@gnu.org; Thu, 17 Mar 2005 09:14:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBvlG-0006Ju-Bt for emacs-devel@gnu.org; Thu, 17 Mar 2005 09:14:06 -0500 Original-Received: from [209.226.175.4] (helo=tomts16-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBvUx-00013l-Ia for emacs-devel@gnu.org; Thu, 17 Mar 2005 08:57:15 -0500 Original-Received: from alfajor ([67.68.217.141]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050317135715.PGCT1836.tomts16-srv.bellnexxia.net@alfajor>; Thu, 17 Mar 2005 08:57:15 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id E4FBA2FEB3; Thu, 17 Mar 2005 08:57:14 -0500 (EST) Original-To: "Jan D." In-Reply-To: <1f6b415f18543e75d99860970b161fe3@swipnet.se> (Jan D.'s message of "Thu, 17 Mar 2005 08:12:36 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:34664 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34664 >>>> In any case, here is the new improved patch. This new patch should also >>>> enable non-ASCII in Motif menus, although I haven't actually checked it. >> >>> I think you can have that already as long as your menu strings are in >>> your >>> locale. It works for me :-) >> >> Actually, I doubt this is true because the encoding currently used is >> "make_string_unibyte", which can only work for unibyte locales. This much >> also already works with Lucid (no need for my patch here). > You are corrent, I only tried the ISO-8859-x charsets. Actually, with the minor change I installed yesterday, you should be able to get unicode in Motif menus (provided you run a utf-8 locale and have set your fontList properly in your .Xresources). Stefan