[OS X TeX] Configuring Emacs 21.3.50 for AUC-TeX on OS X 10.3

Siep Kroonenberg siepo at cybercomm.nl
Fri Nov 26 11:58:53 EST 2004


On Fri, Nov 26, 2004 at 05:12:00PM +0100, Bruno Voisin wrote:
> Le 26 nov. 04, à 16:37, David Firth a écrit :
> 
> >On 27 Nov 2004, at 1:46 AM, Bruno Voisin wrote:
> >
> >>- Is there a way of replacing the default Courier font by Monaco?
> >
> >Yes, something along the lines of
> >
> >(setq default-frame-alist '((font . "-apple-monaco-*-14-*-mac-roman")))
> >
> >in your .emacs should do the trick.
> 
> It works, but only in the sense that it affects all windows (or should 
> I say frames) opened after the first one. It doesn't affect this first 
> window opened when Enhanced Carbon Emacs is launched.
> 
> Bruno Voisin

In my .emacs I have the following long story, adapted from
somebody's web page:

(set-language-environment "Latin-1")

(require 'ucs-tables)
(unify-8859-on-encoding-mode 1)
(unify-8859-on-decoding-mode 1)

(create-fontset-from-fontset-spec
  "-apple-monaco-medium-r-normal--9-*-*-*-*-*-fontset-monaco,
  ascii:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman,

latin-iso8859-15:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman,

latin-iso8859-1:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman")

(set-frame-font "fontset-monaco")

(add-to-list 'default-frame-alist
 '(font . "fontset-monaco"))

-- 
Siep Kroonenberg
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the MacOSX-TeX mailing list