Mercurial > hg > xemacs-beta
diff lisp/mule/ethiopic.el @ 3659:98af8a976fc3
[xemacs-hg @ 2006-11-05 22:31:31 by aidan]
Support specifying fonts for particular character sets in Mule; support
translation to ISO 10646-1 for Mule character sets without an otherwise
matching font; move to a vector of X11-charset-X11-registry instead of a
regex for the charset-registry property.
author | aidan |
---|---|
date | Sun, 05 Nov 2006 22:31:46 +0000 |
parents | 2923009caf47 |
children | 949ac151a10d |
line wrap: on
line diff
--- a/lisp/mule/ethiopic.el Sat Nov 04 22:51:03 2006 +0000 +++ b/lisp/mule/ethiopic.el Sun Nov 05 22:31:46 2006 +0000 @@ -32,7 +32,7 @@ (make-charset 'ethiopic "Ethiopic characters" '(dimension 2 - registry "Ethiopic-Unicode" + registries ["Ethiopic-Unicode"] chars 94 columns 2 direction l2r @@ -83,4 +83,7 @@ (sample-text . "$(3$Q#U!.(B") (documentation . t))) +;; In a more ideal world, we could set the default face fallback from here +;; to use one of the misc-fixed sizes that handles Ethiopic. + ;;; ethiopic.el ends here