From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Non-ASCII in Lucid menus Date: Fri, 18 Mar 2005 13:20:07 -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> <87u0n960b7.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111171036 18780 80.91.229.2 (18 Mar 2005 18:37:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2005 18:37:16 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 18 19:37:16 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCMLL-0003Gu-Bu for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 19:37:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCMbs-000500-RO for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 13:54:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DCMaf-0003Xm-Ih for emacs-devel@gnu.org; Fri, 18 Mar 2005 13:52:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DCMae-0003X3-IY for emacs-devel@gnu.org; Fri, 18 Mar 2005 13:52:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCMWn-0001fT-9k for emacs-devel@gnu.org; Fri, 18 Mar 2005 13:48:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DCM4u-0004T7-55 for emacs-devel@gnu.org; Fri, 18 Mar 2005 13:20:08 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DCM4t-0002Dw-Ht; Fri, 18 Mar 2005 13:20:07 -0500 Original-To: Stefan Monnier In-reply-to: <87u0n960b7.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Thu, 17 Mar 2005 23:32:56 -0500) 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:34737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34737 Thanks for implementing this. Is the following TO-DO item now deletable? ** Make the Lucid menu widget display multilingual text. [This probably needs to be done from actual Emacs buffers, either directly in the menu or by rendering in an unmapped window and copying the pixels. Note that the relevant Xlib functions assume a specific locale; that isn't good enough even if X can render the arbitrary text, which it often can't as far as I can tell. -- fx] [The gtk port now displays multilingual text in menus, but only insofar as Emacs can encode it as utf-8 and gtk can display the result.] Please delete it if so.