Mercurial > hg > xemacs-beta
comparison lisp/mule/english.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 | e38acbeb1cae |
children | fbf54025c136 |
comparison
equal
deleted
inserted
replaced
3658:0db1aaedbbef | 3659:98af8a976fc3 |
---|---|
34 ;; ASCII with right-to-left direction. | 34 ;; ASCII with right-to-left direction. |
35 (make-charset 'ascii-right-to-left | 35 (make-charset 'ascii-right-to-left |
36 "ASCII (left half of ISO 8859-1) with right-to-left direction" | 36 "ASCII (left half of ISO 8859-1) with right-to-left direction" |
37 '(dimension | 37 '(dimension |
38 1 | 38 1 |
39 registry "ISO8859-1" | 39 registries ["ISO8859-1"] |
40 chars 94 | 40 chars 94 |
41 columns 1 | 41 columns 1 |
42 direction r2l | 42 direction r2l |
43 final ?B | 43 final ?B |
44 graphic 0 | 44 graphic 0 |