From: MORIOKA Tomohiko Date: Sat, 29 Sep 2018 05:54:03 +0000 (+0900) Subject: Mount `{->|<-}HNG@{CN|JP}/{manuscript|printed}' and X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fest.git;a=commitdiff_plain;h=df2fa617d25de8d6ccae25b062f2b973e2d95113 Mount `{->|<-}HNG@{CN|JP}/{manuscript|printed}' and `{->|<-}HNG@{KR|MISC}'. --- diff --git a/cwiki-common.el b/cwiki-common.el index e1b28b8..9817062 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -43,6 +43,18 @@ (mount-char-attribute-table '->HNG) (mount-char-attribute-table '<-HNG) +(mount-char-attribute-table '->HNG@CN/manuscript) +(mount-char-attribute-table '<-HNG@CN/manuscript) +(mount-char-attribute-table '->HNG@CN/printed) +(mount-char-attribute-table '<-HNG@CN/printed) +(mount-char-attribute-table '->HNG@JP/manuscript) +(mount-char-attribute-table '<-HNG@JP/manuscript) +(mount-char-attribute-table '->HNG@JP/printed) +(mount-char-attribute-table '<-HNG@JP/printed) +(mount-char-attribute-table '->HNG@KR) +(mount-char-attribute-table '<-HNG@KR) +(mount-char-attribute-table '->HNG@MISC) +(mount-char-attribute-table '<-HNG@MISC) (defvar est-hide-cgi-mode nil)