(=>>big5-cdp): New abstract glyph-set for XEmacs CHISE.
authortomo <tomo>
Tue, 27 Jul 2010 03:36:35 +0000 (03:36 +0000)
committertomo <tomo>
Tue, 27 Jul 2010 03:36:35 +0000 (03:36 +0000)
(=>>gt): Use quote instead of backquote; modify DOC.
(=>gt): Use quote instead of backquote.
(=>>gt-k): New abstract glyph-set for XEmacs CHISE.
(=>>ucs@iso): New abstract glyph-set for XEmacs CHISE.
(=>>ucs@unicode): Use `=>>ucs@iso' as the mother.
(=>>ucs@jis): New abstract glyph-set for XEmacs CHISE.
(=>>ucs@cns): New abstract glyph-set for XEmacs CHISE.
(=ucs@iso): Use `=>>ucs@iso' as the mother.

lisp/mule/mule-conf.el

index 3daff0a..95ce151 100644 (file)
                  max-code      #x8DFE))
   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
 
+  (make-charset '=>>big5-cdp
+               "Abstract glyphs of Big5-CDP"
+               '(long-name     "Big5-CDP"
+                 chars         256
+                 dimension     2
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 registry      "big5\\.cdp-0"
+                 mother        =big5-cdp))
+
   (make-charset '=gt
                "GT 2000"
                `(long-name     "GT"
   (define-charset-alias 'ideograph-gt '=gt)
   (make-charset '=>>gt
                "GT 2000 abstract glyphs"
-               `(long-name     "abstract GT glyphs"
+               '(long-name     "GT abstract glyphs"
                  chars         256
                  dimension     3
                  columns       2
   (define-charset-alias '<==>gt '=>>gt)
   (make-charset '=>gt
                "GT 2000 abstract characters"
-               `(long-name     "abstract GT characters"
+               '(long-name     "abstract GT characters"
                  chars         256
                  dimension     3
                  columns       2
                  max-code      ,(+ (lsh #x6110 16) 17090)
                  code-offset   ,(lsh #x6110 16)))
   (define-charset-alias 'ideograph-gt-k '=gt-k)
+  (make-charset '=>>gt-k
+               "abstract glyphs of GT-K"
+               '(long-name     "GT-K abstract glyphs"
+                 chars         256
+                 dimension     2
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 mother        =gt-k))
   (let ((i 1))
     (while (<= i 11)
       (make-charset
                  max-code      #xE908FF ; #xE8FF
                  code-offset   ,(- #xE90000 #xE000)))
 
+  (make-charset '=>>ucs@iso
+               "Representative abstract glyphs of ISO/IEC 10646"
+               '(long-name     "UCS glyphs for UCS"
+                 chars         256
+                 dimension     3
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 =>iso-ir      177
+                 mother        =ucs))
+  (make-charset '=>>ucs@unicode
+               "Representative abstract glyphs of Unicode"
+               '(long-name     "Unicode abstract glyphs"
+                 chars         256
+                 dimension     3
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 =>iso-ir      177
+                 mother        =>>ucs@iso))
+  (make-charset '=>>ucs@jis
+               "UCS Representative glyphs for JIS X0208/0212/0213"
+               '(long-name     "UCS glyphs for JIS"
+                 chars         256
+                 dimension     3
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 =>iso-ir      177
+                 mother        =>>ucs@unicode))
+  (make-charset '=>>ucs@cns
+               "UCS Representative glyphs for CNS 11643 sources"
+               '(long-name     "UCS glyphs for CNS"
+                 chars         256
+                 dimension     3
+                 columns       2
+                 graphic       2
+                 direction     l2r
+                 =>iso-ir      177
+                 mother        =>>ucs@unicode))
+
   (make-charset '=ucs@iso
                "ISO/IEC 10646 for its representative glyphs"
                '(long-name     "UCS for ISO"
                  graphic       2
                  direction     l2r
                  =>iso-ir      177
-                 mother        =ucs))
+                 mother        =>>ucs@iso))
   (make-charset '=ucs@unicode
                "Unicode for its representative glyphs"
                '(long-name     "UCS for Unicode"
                  graphic       2
                  direction     l2r
                  =>iso-ir      177
-                 mother        ucs-jis))
+                 mother        =ucs@jis))
   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
   (make-charset '=ucs@jis/2000
                  graphic       2
                  direction     l2r
                  =>iso-ir      177
-                 mother        ucs-jis))
+                 mother        =ucs@jis))
   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
   (make-charset '=ucs@jis/2004
                  graphic       2
                  direction     l2r
                  =>iso-ir      177
-                 mother        ucs-jis))
+                 mother        =ucs@jis))
   (make-charset '=ucs@JP
                "UCS for common glyphs used in Japan"
                '(long-name     "UCS for Japan"
                  direction     l2r
                  =>iso-ir      177
                  mother        =ucs@cns))
-
-  (make-charset '=>>ucs@unicode
-               "Representative abstract glyphs of Unicode"
-               '(long-name     "Unicode abstract glyphs"
-                 chars         256
-                 dimension     3
-                 columns       2
-                 graphic       2
-                 direction     l2r
-                 =>iso-ir      177
-                 mother        =ucs@unicode))
   (make-charset '=ucs@big5
                "ISO/IEC 10646 for Big5"
                '(long-name     "UCS for Big5"