From: tomo Date: Mon, 8 Mar 2004 15:10:11 +0000 (+0000) Subject: (insert-char-attributes): Don't display X-Git-Tag: r21-4-14-chise-0_21-25-si-ideographic-component-forms^2~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c0caffe6483d7963f9270acb4bbc7abde887bb57;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Don't display `->ideographic-component-forms' when running with non-readable mode. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index a15b587..20bd5c4 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -447,6 +447,14 @@ line-breaking)) (setq attributes (delq 'script attributes)) ) + ;; (when (and (memq '<-denotational attributes) + ;; (setq value (get-char-attribute char '<-denotational)) + ;; (null (cdr value)) + ;; (setq value (encode-char (car value) 'ucs 'defined-only))) + ;; (insert (format "(%-18s . #x%04X)\t; %c%s" + ;; '=>ucs value (decode-char 'ucs value) + ;; line-breaking)) + ;; (setq attributes (delq '<-denotational attributes))) (dolist (name '(=>ucs =>ucs*)) (when (and (memq name attributes) (setq value (get-char-attribute char name))) @@ -828,7 +836,8 @@ ) (unless readable (dolist (ignored '(composition - ->denotational <-subsumptive ->ucs-unified)) + ->denotational <-subsumptive ->ucs-unified + ->ideographic-component-forms)) (setq attributes (delq ignored attributes)))) ;; (setq rest ccs-attributes) ;; (while (and rest