From f006945e8ddf69c74917a3c645c8f79848482a06 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 6 Jun 2018 15:37:52 +0900 Subject: [PATCH] =?utf8?q?(isd-turtle-format-char):=20Support=20idc:=E2=BF=B0?= =?utf8?q?=E3=83=BB=E2=BF=BA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- isd-turtle.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/isd-turtle.el b/isd-turtle.el index 945b21c..4d345e6 100644 --- a/isd-turtle.el +++ b/isd-turtle.el @@ -356,6 +356,11 @@ (setq p1 'left p2 'right) ) + ((and idc (eq (encode-char idc '=>iwds-1) 307)) + (setq idc-str "⿰・⿺") + (setq p1 'left + p2 'right) + ) ((and idc (eq (encode-char idc '=>iwds-1) 305)) (setq idc-str "⿱・⿸") (setq p1 'above -- 1.7.10.4