From 5c2e90ba7433c98f4ee33dbec9e91d81deb6a5d5 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 29 Jul 2005 00:28:06 +0000 Subject: [PATCH] (insert-char-attributes): Don't display `->compat' when running with non-readable mode; format `=>decomposition' as a list of char-specs. --- lisp/utf-2000/char-db-util.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4