Peter Dyballa
Peter_Dybal****@Web*****
Mon Oct 2 19:28:23 JST 2006
Am 02.10.2006 um 11:44 schrieb Christian Stork: > >> Have you tried to use a fontset? They should perform better, since >> then a set of a few fonts would be used to fill gaps in Unicode a >> font usually has. > > Where does Emacs look for these fonts and aren't they in the bundle > already? > The fontsets rely on Japanese fonts from Mac OS X. You should install them from the AdditionalFonts package of Mac OS X, I think. The mouse menu with fonts to choose from is defined in /Applications/ Emacs.app/Contents/Resources/share/emacs/22.0.50/lisp/mouse.el. The Fontset entries are in some ELisp files in /Applications/Emacs.app/ Contents/Resources/share/emacs/22.0.50/site-lisp/mac. Could be you need to add some lines in ~/.emacs, particularly the second one (the other ones help to interpret and to display the specially encoded UTF-8 file names in HFS+): (require 'utf-8m) (require 'carbon-font) ; (setq default-file-name-coding-system 'utf-8m) ; (setq file-name-coding-system 'utf-8m) ; gesetzt in term/mac-win.el (prefer-coding-system 'utf-8) You can list all fonts Carbon Emacs knows of with M-x set-frame-font TAB TAB C-g and then view them via C-x b *Completions* Do not make Emacs complete the buffer name *Completions*! At least not too early. This would erase its previous contents. -- Mit friedvollen Grüßen Pete The box said "Use Windows 95 or better," so I got a Macintosh.