Mount `sound@fanqie'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 17 Mar 2022 09:17:04 +0000 (18:17 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 28 Apr 2022 13:31:18 +0000 (22:31 +0900)
(www-feature-value-format): Use `space-separated-source-list' for
`domain-list'.
(est-format-object): Accept feature `=title' as the same as `title'.

cwiki-common.el

index aad28dd..4b99b41 100644 (file)
@@ -80,6 +80,8 @@
 (mount-char-attribute-table '<-HDIC-SYP@KTB)
 (mount-char-attribute-table '->HDIC-SYP@KTB)
 
+(mount-char-attribute-table 'sound@fanqie)
+
 (defvar est-hide-cgi-mode nil)
 (defvar est-view-url-prefix "..")
 (defvar chise-wiki-view-url "view.cgi")
               'space-separated)
              ((eq type 'structure)
               'space-separated-ids)
+             ((eq type 'domain-list)
+              'space-separated-source-list)
              ((eq type 'stext)
               'wiki-text)
              ))
     (let ((ret (or (if readable
                       (or (concord-object-get object 'name)
                           (concord-object-get object '=name)
-                          (concord-object-get object 'title)))
+                          (concord-object-get object 'title)
+                          (concord-object-get object '=title)))
                   (concord-object-id object))))
       (format "%s" ret))))