From 585698995c694334d03a180a0df1c7aadc66ba6b Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 26 May 2018 23:42:36 +0900 Subject: [PATCH] (isd-turtle-format-char): Support idc:SLR. --- isd-turtle.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/isd-turtle.el b/isd-turtle.el index 4f4086d..2173a53 100644 --- a/isd-turtle.el +++ b/isd-turtle.el @@ -346,6 +346,11 @@ (setq p1 'underlying p2 'overlaying) ) + ((and idc (eq (encode-char idc '=ucs-itaiji-001) #x2FF6)) + (setq idc-str "SLR") + (setq p1 'surround + p2 'filling) + ) ((and idc (eq (encode-char idc '=>iwds-1) 305)) (setq idc-str "⿱・⿸") (setq p1 'above -- 1.7.10.4