From: MORIOKA Tomohiko Date: Mon, 29 Mar 2010 13:18:55 +0000 (+0900) Subject: (www-display-char-desc): Add input form for CHISE IDS-Find. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=93dac2e3bdd0f786510e024caca5bbc39af3b14f;p=chise%2Fest.git (www-display-char-desc): Add input form for CHISE IDS-Find. --- diff --git a/cwiki-view.el b/cwiki-view.el index de83e12..4834330 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -93,6 +93,28 @@ (www-format-encode-string uri-char))) (princ (if (= level 1) + "

\n" + "

  • \n")) + (princ + "
    \n") + (princ + (www-format-encode-string + (format "%c" char))) + (princ + (format + " " + (encode-coding-string (char-to-string char) 'utf-8-jp-er))) + ;; (princ (www-format-encode-string "と")) + ;; (princ "") + (princ + (www-format-encode-string + "を\u542Bむ\u6F22\u5B57を\u63A2す")) + (princ " \n") + (princ "
    \n") + (princ + (if (= level 1) "

    \n" "
  • \n")) )))