From: Kenichi Handa Date: Fri, 13 Aug 2010 06:26:27 +0000 (+0900) Subject: quail/greek.el ("greek-postfix"): Add rules for Greek style quotes. X-Git-Tag: emacs-pretest-23.2.90~139^2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac14bd09e395f8ba25ef793d15251d4655fd173a;p=emacs.git quail/greek.el ("greek-postfix"): Add rules for Greek style quotes. --- 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