From: MORIOKA Tomohiko Date: Thu, 18 Nov 2010 03:22:18 +0000 (+0900) Subject: (www-display-object-desc): Don't display CHISE IDS-Find for X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9aa5a94e2d7fb0283c2450962d431d6ce1e51f27;p=chise%2Fest.git (www-display-object-desc): Don't display CHISE IDS-Find for non-character object. --- diff --git a/cwiki-view.el b/cwiki-view.el index 1b8d1fa..ec3f256 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -126,30 +126,31 @@ (if (= level 1) "

\n" "

  • \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 - " \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む\u6F22\u5B57を\u63A2す")) - (princ " \n") - (princ "
    \n") + (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む\u6F22\u5B57を\u63A2す")) + (princ " \n") + (princ "\n")) (princ (if (= level 1) "

    \n"