From 12391a0fa157da17fdc9531fd35a14be093092de Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 23 May 2018 19:00:30 +0900 Subject: [PATCH] =?utf8?q?(isd-turtle-format-char):=20Support=20idc:=E2=BF=B1?= =?utf8?q?=E3=83=BB=E2=BF=B5.?= 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 c1112f4..4f4086d 100644 --- a/isd-turtle.el +++ b/isd-turtle.el @@ -350,6 +350,11 @@ (setq idc-str "⿱・⿸") (setq p1 'above p2 'below) + ) + ((and idc (eq (encode-char idc '=>ucs@component) #x2FF5)) + (setq idc-str "⿱・⿵") + (setq p1 'above + p2 'below) )) (cond (p3 -- 1.7.10.4