From 5336f0bb2b45afc57d34dbcd7b64353c116062dc Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 17 May 2005 09:26:48 +0000 Subject: [PATCH] (www-batch-ids-find): Display a brief description when components are not specified. --- www/www-ids-find.el | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/www/www-ids-find.el b/www/www-ids-find.el index 68efbd6..5b88581 100644 --- a/www/www-ids-find.el +++ b/www/www-ids-find.el @@ -59,7 +59,7 @@ (princ (encode-coding-string "部品文字列" 'utf-8-jp-er)) (princ " (length components) 0) - (princ (encode-coding-string components 'utf-8-er))) + (princ (encode-coding-string components 'utf-8-jp-er))) (princ "\"> ") - (when components + (cond + (components ;; (map-char-attribute ;; (lambda (c v) ;; (when (every (lambda (p) @@ -140,6 +141,20 @@ (princ "
\n") )) ) + (t + (princ (encode-coding-string "
+

+指定した部品を全て含む漢字の一覧を表示します。 +

+CHISE で用いられる実態参照形式(例:&M-00003;)で部品を指定する事もできます。" 'utf-8-jp-er)) + )) + (princ "


") + (princ + (format + "Powered by XEmacs CHISE %s." + xemacs-chise-version)) (princ " -- 1.7.10.4