From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Setting font to Lucida Grande on Mac OS X Date: Wed, 17 Sep 2003 13:49:18 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F68584E.7010900@gnu.org> 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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063803530 713 80.91.224.253 (17 Sep 2003 12:58:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 12:58:50 +0000 (UTC) Cc: Luc Teirlinck , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Sep 17 14:58:48 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 19zbtQ-0007Qg-00 for ; Wed, 17 Sep 2003 14:58:48 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 19zbwy-0001gk-00 for ; Wed, 17 Sep 2003 15:02: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 19zbse-0004Qn-DK for emacs-devel@quimby.gnus.org; Wed, 17 Sep 2003 08:58:00 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19zbrw-0004Pr-Ou for emacs-devel@gnu.org; Wed, 17 Sep 2003 08:57:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19zbru-0004Nq-CI for emacs-devel@gnu.org; Wed, 17 Sep 2003 08:57:14 -0400 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.22) id 19zbrt-0004Mw-R7 for emacs-devel@gnu.org; Wed, 17 Sep 2003 08:57:13 -0400 Original-Received: (qmail 1232 invoked from network); 17 Sep 2003 12:41:58 -0000 Original-Received: from host217-37-167-241.in-addr.btopenworld.com (HELO ntserver.altio.com) (217.37.167.241) by 66.216.96.43 with SMTP; 17 Sep 2003 12:41:58 -0000 Original-Received: from gnu.org (ALTIOJR [192.168.111.42]) by ntserver.altio.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RLBVS411; Wed, 17 Sep 2003 13:49:19 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-gb, en, ja Original-To: "Stephen J. Turnbull" In-Reply-To: <87pthzfvt3.fsf@tleepslib.sk.tsukuba.ac.jp> 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:16445 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16445 Stephen J. Turnbull wrote: > In the following > > ------------------------------------------------------------------------ > @dots{}-@var{pixels}-@var{height}-@var{horiz}-@var{vert}-@var{spacing}-@var{width}-@var{charset} > @end smallexample > > + (In this, @var{charset} actually consists of two fields, separated by > + a dash, see below.) > ------------------------------------------------------------------------ > > I have to question the use of the term "charset" which has a different > meaning in Mule, which also historically typically used names (such as > latin-iso8859-1) that are not valid XLFD registries. It is true that > most Mule charsets correspond to an XLFD registry, but not all do. I > would substitute "registry", which is a strange term to most people, > but won't bring in the connotations of "charset." The "charset" portion is actually composed of var{registry}-@var{encoding}, so it might be useful to make that clear, otherwise the reader might wonder where the 14th field went.