From a0a80a2bd59d778b163a4e4e45d4c996930f086d Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 11 Feb 2016 18:52:52 +0900 Subject: [PATCH] (www-display-object-desc): Add input box for http://www.chise.org/hng-ids-find. --- cwiki-view.el | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/cwiki-view.el b/cwiki-view.el index bfc35fb..2dc1c83 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -289,7 +289,33 @@ size=\"30\" maxlength=\"30\" value=\"%s\" />" (www-format-encode-string "を\u542Bむ\u6F22\u5B57を\u63A2す")) (princ " \n") - (princ "\n")) + (princ "\n") + + (princ + "
\n") + (princ + (www-format-encode-string + (est-format-object object) + ;; (if (eq genre 'character) + ;; (format "%c" object) + ;; (format "%s" (concord-object-id object))) + )) + (princ + (format + " " + (encode-coding-string + (est-format-object object) + ;; (if (eq genre 'character) + ;; (char-to-string object) + ;; (format "%s" (concord-object-id object))) + 'utf-8-jp-er))) + (princ + (www-format-encode-string + "を\u542Bむ HNG の\u6F22\u5B57を\u63A2す")) + (princ " \n") + (princ "
\n") + ) (princ (if (= level 1) "

\n" -- 1.7.10.4