From: tomo Date: Tue, 13 Jan 2004 08:10:29 +0000 (+0000) Subject: (insert-char-attributes): Delete formatter for X-Git-Tag: r21-4-14-chise-0_21-18^2~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=048b9ddbb4157961e6db6a96ad4be2bab4b3b625;p=chise%2Fxemacs-chise.git.1 (insert-char-attributes): Delete formatter for `simplified-ideograph-of' and `ideographic-different-form-of'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 3378005..75aa159 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1,6 +1,6 @@ ;;; char-db-util.el --- Character Database utility -;; Copyright (C) 1998,1999,2000,2001,2002,2003 MORIOKA Tomohiko. +;; Copyright (C) 1998,1999,2000,2001,2002,2003,2004 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, Unicode, UCS-4, MULE. @@ -902,9 +902,10 @@ ancient-ideograph-of vulgar-ideograph-of wrong-ideograph-of - simplified-ideograph-of + ;; simplified-ideograph-of ideographic-variants - ideographic-different-form-of)) + ;; ideographic-different-form-of + )) (insert (format "(%-18s%s " name line-breaking)) (setq lbs (concat "\n" (make-string (current-column) ?\ )) separator nil) @@ -924,21 +925,7 @@ (setq value (cdr value))) (insert ")") (insert line-breaking)) - ;; ((string-match "^->" (symbol-name name)) - ;; (insert - ;; (format "(%-18s %s)%s" - ;; name - ;; (mapconcat (lambda (code) - ;; (cond ((symbolp code) - ;; (symbol-name code)) - ;; ((integerp code) - ;; (format "#x%04X" code)) - ;; (t - ;; (format "%s%S" - ;; line-breaking code)))) - ;; value " ") - ;; line-breaking))) - ((consp value) + ((consp value) (insert (format "(%-18s " name)) (setq lbs (concat "\n" (make-string (current-column) ?\ )) separator nil)