[OS X TeX] Configuring Emacs 21.3.50 for AUC-TeX on OS X 10.3
Peter Dyballa
Peter_Dyballa at Web.DE
Tue Nov 30 05:39:21 EST 2004
Am 30.11.2004 um 11:26 schrieb Martin Buchmann:
> Ans ideas how to achieve the Monaco font and the display of 8bit
> characters?
It's not a font problem (which you can see by opening the font in
fontbook/Schriftsammlung) but of setting Emacs' environment. Try this:
(cond ((string-match "21" emacs-version)
(message "¿Müßte Vèrsiön, Ääh, 21 séìñ?")
(set-default-coding-systems 'utf-8)
(set-variable 'file-name-coding-system 'utf-8)
(set-variable 'default-buffer-file-coding-system 'utf-8)
; (set-terminal-coding-system
'iso-8859-15-unix)
(set-terminal-coding-system 'utf-8)
));
For TeX ISO Latin-1, i.e. iso-8859-15-unix, could be a better choice.
Besides this I found that the carbonized Emacsen do have problems with
a non-english character set.
You too could set another monospaced font, maybe from the Lucida fonts
in Java. To see all your font choices type: 'M-x set-frame-font RET TAB
TAB' and save the *Completions* buffer for later use. (GNU Emacs under
X11 has another set ...)
(Is there really no Emacs list that is helpful for beginners?)
--
Greetings
Pete
--------------------- 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