From 10c5eb2f73820c32422b066e844f37cc57a686f6 Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Fri, 18 Jul 2008 16:10:30 +0000 Subject: Mac OS: default to XSymb1.ttf; --- COMPATIBILITY | 6 +++--- x-symbol/lisp/x-symbol.el | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/COMPATIBILITY b/COMPATIBILITY index d788b70c..4125408c 100644 --- a/COMPATIBILITY +++ b/COMPATIBILITY @@ -69,9 +69,9 @@ We recommend the 22.X based Carbon Emacs, here: http://homepage.mac.com/zenitani/emacs-e.html -This works with X-Symbol using the supplied TrueType font -x-symbol/etc/fonts-ttf/isaxsym.ttf, which -you should install in Font Book. +This works with X-Symbol using the supplied TrueType font +x-symbol/etc/fonts-ttf/XSymb1.ttf, which you should install in Font +Book, or copy directly to /Library/Fonts or ~/Library/Fonts. Note: Emacs.app looks set to become the future supported Mac port of GNU Emacs, but being based on GNU Emacs 23, it has recently become diff --git a/x-symbol/lisp/x-symbol.el b/x-symbol/lisp/x-symbol.el index 079e771a..31f59a53 100644 --- a/x-symbol/lisp/x-symbol.el +++ b/x-symbol/lisp/x-symbol.el @@ -4899,8 +4899,11 @@ uses it with TOKEN and CHARSYM." ;; Use David Aspinall's xsymb1.ttf font ;; (setq x-symbol-xsymb1-name "xsymb1_ttf") ;; Use Norbert Voelker's isaxsymb1.ttf font + ;; (setq x-symbol-xsymb1-name "isaxsym") + ;; Use Makarius Wenzel's XSymb1.ttf font + ;; (setq x-symbol-xsymb1-name "XSymb1") (progn - (setq x-symbol-xsymb1-name "isaxsym") + (setq x-symbol-xsymb1-name "XSymb1") (setq x-symbol-latin1-fonts nil) (setq x-symbol-latin2-fonts nil) (setq x-symbol-latin3-fonts nil) -- cgit v1.2.3