From: MORIOKA Tomohiko Date: Wed, 17 Oct 2012 10:54:15 +0000 (+0900) Subject: (char-db-insert-relation-feature): Add `=shinjigen@1ed', X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1207687e9c477890413a70dfc83dc9f1188021e2;hp=496276a8ea6681a1f060d7dc81d8ce369d53488d;p=chise%2Fxemacs-chise.git- (char-db-insert-relation-feature): Add `=shinjigen@1ed', `=shinjigen@rev' and `=shinjigen/+p@rev' into required-features for `JP', `JP/Jouyou', `shinjigen', `shinjigen@1ed' and `shinjigen@rev' domains. (insert-char-attributes): Delete code for `shinjigen-1-radical'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 5b982a3..b90ed3d 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -638,7 +638,10 @@ =jis-x0212 =jis-x0208@1983 =jis-x0208@1978 - =shinjigen)))) + =shinjigen + =shinjigen@1ed + =shinjigen@rev + =shinjigen/+p@rev)))) ((eq source 'CN) (setq required-features (union required-features @@ -1024,17 +1027,17 @@ (setq strokes value))) (setq attributes (delq 'cns-strokes attributes)) ) - (when (and (memq 'shinjigen-1-radical attributes) - (setq value (get-char-attribute char 'shinjigen-1-radical))) - (unless (eq value radical) - (insert (format "(shinjigen-1-radical . %S)\t; %c%s" - value - (ideographic-radical value) - line-breaking)) - (or radical - (setq radical value))) - (setq attributes (delq 'shinjigen-1-radical attributes)) - ) + ;; (when (and (memq 'shinjigen-1-radical attributes) + ;; (setq value (get-char-attribute char 'shinjigen-1-radical))) + ;; (unless (eq value radical) + ;; (insert (format "(shinjigen-1-radical . %S)\t; %c%s" + ;; value + ;; (ideographic-radical value) + ;; line-breaking)) + ;; (or radical + ;; (setq radical value))) + ;; (setq attributes (delq 'shinjigen-1-radical attributes)) + ;; ) (when (and (memq 'ideographic- attributes) (setq value (get-char-attribute char 'ideographic-))) (insert "(ideographic- ")