From: MORIOKA Tomohiko Date: Wed, 7 Apr 2010 23:26:21 +0000 (+0900) Subject: (www-display-char-desc): Use `www-feature-format'. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae785f6f6cdd98fce94928670576c28a97a57b4;p=chise%2Fest.git (www-display-char-desc): Use `www-feature-format'. (www-display-feature-desc): Ditto. --- diff --git a/cwiki-view.el b/cwiki-view.el index dd143b2..915fccb 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -79,9 +79,10 @@ "
  • \n")) (princ (www-format-eval-list - (or (char-feature-property logical-feature ; (car cell) - 'format) - '((name) " : " (value))) + (www-feature-format logical-feature) + ;; (or (char-feature-property logical-feature ; (car cell) + ;; 'format) + ;; '((name) " : " (value))) char logical-feature ; (car cell) lang uri-char @@ -228,8 +229,10 @@ size=\;; "30\" maxlength=\"30\" value=\"\" />") (princ "

    format : ") (www-html-display-text (www-xml-format-list - (or (char-feature-property feature-name 'format) - '((name) " : " (value))))) + (www-feature-format feature-name) + ;; (or (char-feature-property feature-name 'format) + ;; '((name) " : " (value))) + )) (unless simple (princ (format