aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-sym-lock.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-15 13:07:11 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-15 13:07:11 +0000
commit6a3c8d9bd0db3a4db6a01a0f587f309da568a943 (patch)
treeca5c18733e7e29d16e7cba52dd4c5f18ab072bf5 /phox/phox-sym-lock.el
parent5c326ac3969d8045c78f46aac4f058f16edbc570 (diff)
Many compatibility updates, bug fixes, rearrangements for compilation.
Diffstat (limited to 'phox/phox-sym-lock.el')
-rw-r--r--phox/phox-sym-lock.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/phox/phox-sym-lock.el b/phox/phox-sym-lock.el
index e3ab2db0..e13f56a8 100644
--- a/phox/phox-sym-lock.el
+++ b/phox/phox-sym-lock.el
@@ -1,5 +1,4 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; phox-sym-lock.el - Extension of Font-Lock mode for symbol fontification.
+;; phox-sym-lock.el --- Extension of Font-Lock mode for symbol fontification.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Copyright © 1997-1998 Albert Cohen, all rights reserved.
@@ -29,7 +28,7 @@
;; more about symbol font ? check out: xfd -fn '-adobe-symbol-*--12-*'
(require 'font-lock)
-(if (string-match "XEmacs" emacs-version)
+(if (featurep 'xemacs)
(require 'atomic-extents)) ;; not available on GNU Emacs
(defvar phox-sym-lock-sym-count 0
@@ -169,7 +168,11 @@
(list 'registry "adobe-fontspecific"
'dimension 1
'chars 94
- 'final 53
+;; 'final 53
+;; DA PG 3.7: above line doesn't work on XEmacs 21.5b28, gives
+;; Character set already defined for this DIMENSION/CHARS/FINAL/DIRECTION combo (indian-is13194)
+;; DA: Will 55 work?
+ 'final 55
'graphic 0))
(make-charset 'phox-sym-lock-cset-right "Char set for symbol font"
(list 'registry "adobe-fontspecific"