From aa55d55c6fcba8b6baeaa55d58b0fddae208b4aa Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 29 Mar 2010 09:55:09 +0900 Subject: [PATCH] (www-display-char-desc): Try to display glyph of GlyphWiki and link it. --- cwiki-view.el | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/cwiki-view.el b/cwiki-view.el index 72aeb42..de83e12 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -10,7 +10,8 @@ (setq level 1)) (let ((char (www-uri-decode-char uri-char)) logical-feature displayed-features - parents) + parents + GlyphWiki-id) (when (characterp char) (when (= (length uri-char) 1) (setq uri-char (www-uri-encode-char char))) @@ -34,9 +35,16 @@ (princ (format "

%s %s

\n
\n" (www-format-value-as-char-list parents) (www-format-feature-name '->subsumptive lang)))) - (princ (format "%s\n" + (setq GlyphWiki-id (char-GlyphWiki-id char)) + (princ (format "%s%s\n" level (www-format-encode-string (char-to-string char)) + (if GlyphWiki-id + (format + " \"%s\"" + GlyphWiki-id + GlyphWiki-id GlyphWiki-id) + "") level)) (if (> level 1) (princ "