From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Setting font to Lucida Grande on Mac OS X Date: Fri, 19 Sep 2003 20:01:09 +0900 Organization: The XEmacs Project Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87d6dx82kq.fsf@tleepslib.sk.tsukuba.ac.jp> References: <200309151509.h8FF95Z22652@raven.dms.auburn.edu> <87y8wpie1w.fsf@tleepslib.sk.tsukuba.ac.jp> <200309170234.h8H2YH706063@raven.dms.auburn.edu> <87pthzfvt3.fsf@tleepslib.sk.tsukuba.ac.jp> <3F68584E.7010900@gnu.org> <200309171655.h8HGtbl08972@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063970156 14911 80.91.224.253 (19 Sep 2003 11:15:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2003 11:15:56 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Sep 19 13:15:54 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0JEw-0001gO-00 for ; Fri, 19 Sep 2003 13:15:54 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0JJM-0005D1-00 for ; Fri, 19 Sep 2003 13:20:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0JCU-0001FM-Pu for emacs-devel@quimby.gnus.org; Fri, 19 Sep 2003 07:13:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A0J7L-0000h3-76 for emacs-devel@gnu.org; Fri, 19 Sep 2003 07:08:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A0J67-0008JH-3V for emacs-devel@gnu.org; Fri, 19 Sep 2003 07:06:47 -0400 Original-Received: from [130.158.98.109] (helo=tleepslib.sk.tsukuba.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0J0m-0007N0-KJ; Fri, 19 Sep 2003 07:01:16 -0400 Original-Received: from steve by tleepslib.sk.tsukuba.ac.jp with local (Exim 3.36 #1 (Debian)) id 1A0J0g-0003Wf-00; Fri, 19 Sep 2003 20:01:10 +0900 Original-To: Luc Teirlinck In-Reply-To: <200309171655.h8HGtbl08972@raven.dms.auburn.edu> (Luc Teirlinck's message of "Wed, 17 Sep 2003 11:55:37 -0500 (CDT)") User-Agent: Gnus/5.1001 (Gnus v5.10.1) XEmacs/21.4 (Portable Code, linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16485 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16485 >>>>> "Luc" == Luc Teirlinck writes: Luc> What about the following patch, which incorporates the Luc> suggestions made by Stephen and Jason? I like it. Still one nit to pick: ! @item registry ! @itemx encoding ! These make up the character set that the font depicts. Note that this ! is different from MULE character sets. You can use the ! @command{xfontsel} program to check which choices you have. However, ! normally you should use @samp{iso8859} for @var{registry} and @samp{1} ! for @var{encoding}. I would say "this is different from MULE charsets" rather than "this is different from MULE character sets". Related comment: I wanted to add some advice about finding out a charset, but no luck. It's a shame that (at least in XEmacs) there's no convenient way to do M-: (charset-registry (char-charset (char-after (point)))) RET. (We don't even have a `describe-charset', for shame! Maybe GNU Emacs does, though.) Also, it doesn't really give an immediately useful answer (it's a regexp). I'll put it on my list, but thought I'd throw it out in case somebody knows how to do it already. -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.