From ac14bd09e395f8ba25ef793d15251d4655fd173a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 13 Aug 2010 15:26:27 +0900 Subject: [PATCH] quail/greek.el ("greek-postfix"): Add rules for Greek style quotes. --- leim/ChangeLog | 5 +++++ leim/quail/greek.el | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/leim/ChangeLog b/leim/ChangeLog index 836aeb033fe..f6a4e815019 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2010-08-13 Kenichi Handa + + * quail/greek.el ("greek-postfix"): Add rules for Greek style + quotes. + 2010-08-09 Kenichi Handa * quail/greek.el ("greek"): Add rules for Greek style quotes. diff --git a/leim/quail/greek.el b/leim/quail/greek.el index 4ceb0a52b0e..6b183111fcc 100644 --- a/leim/quail/greek.el +++ b/leim/quail/greek.el @@ -1421,7 +1421,12 @@ e.g. ("i:;" ?,F@(B) ("i;:" ?,F@(B) ("y:;" ?,F`(B) - ("y;:" ?,F`(B)) + ("y;:" ?,F`(B) + ;; There two are asymmetric with ";<" and ";>" in "greek" input + ;; method. But, as the other Latin postfix methdos adopt "<<" and + ;; ">>", it may be better to follow them. + ("<<" "$(Q)((B") + (">>" "$(Q)2(B")) ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150 -- 2.39.2