From 0dea394da296688c68308ece38cea0617274b696 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 26 Aug 2013 16:21:35 +0900 Subject: [PATCH] (www-display-feature-desc): Display `value-presentation-format'. --- cwiki-view.el | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cwiki-view.el b/cwiki-view.el index 42fe042..75d32ec 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -342,6 +342,26 @@ size=\"30\" maxlength=\"30\" value=\"%s\" />" (princ "\n")) (princ "

\n") + (princ (format "

value-presentation-format : %s " + (www-format-value + nil 'value-presentation-format + (or (www-feature-value-format feature-name) + 'default) + 'default + 'without-tags) + )) + (unless simple + (princ + (format + " " + chise-wiki-edit-url + uri-feature-name + genre + uri-object)) + (princ "\n")) + (princ "

\n") + (princ "

format : ") (www-html-display-text (decode-coding-string -- 1.7.10.4