From: tomo Date: Fri, 29 Jul 2005 00:28:06 +0000 (+0000) Subject: (insert-char-attributes): Don't display `->compat' when running with X-Git-Tag: r21-4-17-chise-0_22-4^20~354 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5c2e90ba7433c98f4ee33dbec9e91d81deb6a5d5;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Don't display `->compat' when running with non-readable mode; format `=>decomposition' as a list of char-specs. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index a3b4887..5c9a317 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1011,6 +1011,7 @@ (intern (format "%s*sources" name)))) (not (string-match "\\*sources$" (symbol-name name))) (or (eq name '<-identical) + (string-match "^->compat" (symbol-name name)) (string-match "^->halfwidth" (symbol-name name)) (and (string-match "^->fullwidth" (symbol-name name)) @@ -1033,6 +1034,7 @@ (eq name 'ideographic-combination) (eq name 'ideographic-) (eq name '=decomposition) + (string-match "^=>decomposition" (symbol-name name)) (string-match "^\\(->\\|<-\\)" (symbol-name name))) (char-db-insert-relation-feature char name value line-breaking