From: tomo Date: Fri, 15 Oct 2004 13:34:17 +0000 (+0000) Subject: (insert-char-attributes): Don't display `->halfwidth' when running X-Git-Tag: r21-4-15-u2km-0_21-32-a~2^2~161 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=659c913e9621ac2286a9a258fe71e682ce991338;p=chise%2Fxemacs-chise.git- (insert-char-attributes): Don't display `->halfwidth' when running with non-readable mode and it does not have `->halfwidth*sources'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index ff80774..7ed7c62 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -878,12 +878,11 @@ (intern (format "%s*sources" name)))) (not (string-match "\\*sources$" (symbol-name name))) (or (eq name '<-identical) + (string-match "^->halfwidth" (symbol-name name)) (string-match "^->simplified" (symbol-name name)) - ;; (string-match "^<-same" (symbol-name name)) - (string-match "^->same" (symbol-name name)) - ;; (string-match "^->ideographic-same" (symbol-name name)) (string-match "^->vulgar" (symbol-name name)) (string-match "^->wrong" (symbol-name name)) + (string-match "^->same" (symbol-name name)) (string-match "^->original" (symbol-name name)) (string-match "^->ancient" (symbol-name name)) ))