From: tomo Date: Sat, 24 Apr 2004 19:57:15 +0000 (+0000) Subject: (insert-char-attributes): Insert `->simplified' and `->vulgar' if they X-Git-Tag: r21-4-14-chise-0_21-26-si-vulgar^2~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c536ad9b6cc952aed133c68cf72a0ba5b6c7c626;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Insert `->simplified' and `->vulgar' if they have their meta-data `*sources' even if non-printable mode. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 104f52d..9cf6d07 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -908,6 +908,10 @@ line-breaking)) ) ((and (not readable) + (null (get-char-attribute + char + (intern (format "%s*sources" name)))) + (not (string-match "\\*sources$" (symbol-name name))) (or (eq name '<-identical) (string-match "^->simplified" (symbol-name name)) (string-match "^->vulgar" (symbol-name name))