aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2008-07-18 16:10:30 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2008-07-18 16:10:30 +0000
commit10c5eb2f73820c32422b066e844f37cc57a686f6 (patch)
treea25bce80a6a71b9eedfb35a8fda303da646a181b
parentab0e60b1ba14e6399b326b14512b8f7f0fcfbca4 (diff)
Mac OS: default to XSymb1.ttf;
-rw-r--r--COMPATIBILITY6
-rw-r--r--x-symbol/lisp/x-symbol.el5
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)