From c19c9c5f32341054fc73ccee4c2b6b6efffcedca Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 18 May 2005 19:21:08 +0000 Subject: [PATCH] (www-batch-ids-find): If only one character is specified as components, display the character's IDS. --- www/www-ids-find.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/www-ids-find.el b/www/www-ids-find.el index e48e6ea..1de3070 100644 --- a/www/www-ids-find.el +++ b/www/www-ids-find.el @@ -137,7 +137,9 @@ ;; nil) ;; 'ideographic-structure) (when (= (length components) 1) - (www-ids-find-format-line (aref components 0) nil)) + (www-ids-find-format-line (aref components 0) + (char-feature (aref components 0) + 'ideographic-structure))) (dolist (c (ideographic-products-find components)) (setq is (char-feature c 'ideographic-structure)) ;; to avoid problems caused by wrong indexes -- 1.7.10.4