emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting font to Lucida Grande on Mac OS X


From: Luc Teirlinck
Subject: Re: Setting font to Lucida Grande on Mac OS X
Date: Wed, 17 Sep 2003 11:55:37 -0500 (CDT)

What about the following patch, which incorporates the suggestions
made by Stephen and Jason?  It still refers at one point to the
combined "registry-encoding" entity as a "character set", because I
believe that will make more sense to most people than "registry" and
"encoding", but I point out that it is not identical with MULE
character sets.


===File ~/cmdargs-diff-2====================================
cd ~/
diff -c /home/teirllm/cmdargs.old.texi /home/teirllm/cmdargs.texi
*** /home/teirllm/cmdargs.old.texi      Tue Sep 16 18:58:01 2003
--- /home/teirllm/cmdargs.texi  Wed Sep 17 10:53:27 2003
***************
*** 706,717 ****
  Use font @var{name} as the default font.
  @end table
  
!   Under X, each font has a long name which consists of eleven words or
! numbers, separated by dashes.  Some fonts also have shorter
! address@hidden is such a nickname.  You can use either kind of
! name.  You can use wildcard patterns for the font name; then Emacs lets
! X choose one of the fonts that match the pattern.  Here is an example,
! which happens to specify the font whose nickname is @samp{6x13}:
  
  @smallexample
  emacs -fn \
--- 706,722 ----
  Use font @var{name} as the default font.
  @end table
  
!   Under X, each font has a long name which consists of fourteen words
! or numbers, separated by dashes.  Some fonts also have shorter
! address@hidden is such a nickname.  You can use either kind
! of name.  You can use wildcard patterns for the font name; then Emacs
! lets X choose one of the fonts that match the pattern.  The wildcard
! character @samp{*} matches any sequence of characters (including none)
! and @samp{?} matches any single character.  However, matching is
! implementation-dependent, and often inaccurate, when wildcards match
! dashes.  It works best if you supply all 14 dashes.  Here is an
! example, which happens to specify the font whose nickname is
! @samp{6x13}:
  
  @smallexample
  emacs -fn \
***************
*** 729,735 ****
  
  @smallexample
  address@hidden@address@hidden@address@hidden@address@hidden
! @address@hidden@address@hidden@address@hidden@address@hidden
  @end smallexample
  
  @table @var
--- 734,740 ----
  
  @smallexample
  address@hidden@address@hidden@address@hidden@address@hidden
! @address@hidden@address@hidden@address@hidden@address@hidden@var{encoding}
  @end smallexample
  
  @table @var
***************
*** 770,778 ****
  (character cell).
  @item width
  This is the average character width, in pixels, multiplied by ten.
! @item charset
! This is the character set that the font depicts.
! Normally you should use @samp{iso8859-1}.
  @end table
  
  @cindex listing system fonts
--- 775,787 ----
  (character cell).
  @item width
  This is the average character width, in pixels, multiplied by ten.
! @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}.
  @end table
  
  @cindex listing system fonts

Diff finished at Wed Sep 17 11:35:50
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]