From 1db9f93f995385561dc2c6288b41770a14184953 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 29 May 2018 00:32:29 +0900 Subject: [PATCH] =?utf8?q?(isd-turtle-format-char):=20Support=20idc:=E2=BF=B0?= =?utf8?q?=E3=83=BBSLR.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- isd-turtle.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/isd-turtle.el b/isd-turtle.el index 2173a53..945b21c 100644 --- a/isd-turtle.el +++ b/isd-turtle.el @@ -351,6 +351,11 @@ (setq p1 'surround p2 'filling) ) + ((and idc (eq (encode-char idc '=ucs-var-001) #x2FF0)) + (setq idc-str "⿰・SLR") + (setq p1 'left + p2 'right) + ) ((and idc (eq (encode-char idc '=>iwds-1) 305)) (setq idc-str "⿱・⿸") (setq p1 'above @@ -360,7 +365,8 @@ (setq idc-str "⿱・⿵") (setq p1 'above p2 'below) - )) + ) + ) (cond (p3 (format "%s -- 1.7.10.4