From c8e18a9a0538c1f349d1ffe89208c6188e8d3363 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 19 Jan 2022 23:24:59 +0900 Subject: [PATCH] - Mount `hdic-tsj-word-id' instead of `=hdic-tsj-entry-id'. - Mount `hdic-tsj-word', `hdic-tsj-word-description' and `hdic-tsj-word-remarks'. --- cwiki-common.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cwiki-common.el b/cwiki-common.el index 6a968ba..aad28dd 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -63,10 +63,13 @@ (mount-char-attribute-table 'abstract-glyph@iwds-1) (mount-char-attribute-table 'abstract-glyph@iwds-1/confluented) -(mount-char-attribute-table '=hdic-tsj-entry-id) (mount-char-attribute-table '=hdic-tsj-glyph-id) (mount-char-attribute-table '=hdic-syp-entry-id) (mount-char-attribute-table '=hdic-ktb-entry-id) +(mount-char-attribute-table 'hdic-tsj-word-id) +(mount-char-attribute-table 'hdic-tsj-word) +(mount-char-attribute-table 'hdic-tsj-word-description) +(mount-char-attribute-table 'hdic-tsj-word-remarks) (mount-char-attribute-table 'hdic-syp-description) (mount-char-attribute-table 'hdic-ktb-description) (mount-char-attribute-table 'hdic-ktb-entry-type) -- 1.7.10.4