aboutsummaryrefslogtreecommitdiffhomepage
path: root/x-symbol
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-05-11 07:57:36 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-05-11 07:57:36 +0000
commitc64c727540d1cd8deadaeda7b1bc45ac40cfd11c (patch)
tree355e9ba89266893150816294356109d94af6d3fc /x-symbol
parent84b9a8ec7575e90f762c0ba7b4c7a1bb05ef11d7 (diff)
Patch for Mac
Diffstat (limited to 'x-symbol')
-rw-r--r--x-symbol/lisp/x-symbol-vars.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/x-symbol/lisp/x-symbol-vars.el b/x-symbol/lisp/x-symbol-vars.el
index a2034c35..2981480e 100644
--- a/x-symbol/lisp/x-symbol-vars.el
+++ b/x-symbol/lisp/x-symbol-vars.el
@@ -1611,7 +1611,8 @@ and STRING is its string representation.")
;;; Fonts
;;;===========================================================================
-(defvar x-symbol-latin-force-use nil
+(defvar x-symbol-latin-force-use
+ (equal window-system 'mac) ;; da: very approximate
"If non-nil, define latin characters even when fonts are missing.
If nil, it is a bad idea to decode a file when its `x-symbol-coding'
corresponds to a missing font, i.e., 8bit characters are assumed to have
@@ -1669,7 +1670,8 @@ See `x-symbol-latin9-cset' and `x-symbol-init-cset'.")
See `x-symbol-xsymb0-cset' and `x-symbol-init-cset'.")
(defvar x-symbol-xsymb1-fonts
- '("-xsymb-xsymb1%s-medium-r-normal--%d-%d0-75-75-p-*-xsymb-xsymb1")
+ '("-xsymb-xsymb1%s-medium-r-normal--%d-%d0-75-75-p-*-xsymb-xsymb1"
+ "-apple-isaxsym-medium-r-normal--%d-%d0-75-75-p-*-xsymb-xsymb1")
"Fonts with registry/encoding \"xsymb-xsymb1\".
See `x-symbol-xsymb1-cset' and `x-symbol-init-cset'.")
@@ -2088,7 +2090,7 @@ VAR's options has been defined with `x-symbol-define-user-options'."
;;; DA's crude unicode hack
;;;===========================================================================
-(defvar x-symbol-use-unicode nil ; (eq window-system 'mac) ;; v. approx!
+(defvar x-symbol-use-unicode nil
"*Non-nil to use default font as unicode font.")