From: tomo Date: Mon, 9 Feb 2004 11:29:18 +0000 (+0000) Subject: (insert-char-attributes): Display `->simplified(@...)' when running X-Git-Tag: r21-4-14-chise-0_21-23^2~39 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=98bf305953cdda5f3f524e1af815ec4e2709e86a;p=chise%2Fxemacs-chise.git- (insert-char-attributes): Display `->simplified(@...)' when running with readable mode. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index a1adfef..fe5ab7b 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -883,7 +883,11 @@ ((eq name 'jisx0208-1978/4X) (insert (format "(%-18s . #x%04X)%s" name value - line-breaking))) + line-breaking)) + ) + ((and (not readable) + (string-match "^->simplified" (symbol-name name))) + ) ((or (eq name 'ideographic-structure) (eq name 'ideographic-) (string-match "^\\(->\\|<-\\)" (symbol-name name)))