# HG changeset patch # User Kenichi Handa # Date 1281680787 -32400 # Node ID 4a268c0f9823992543f1f1de320dcccc7f3e2599 # Parent c43b03a3b1c5c1e56803cabc4ff617e322689c01 quail/greek.el ("greek-postfix"): Add rules for Greek style quotes. diff -r c43b03a3b1c5 -r 4a268c0f9823 leim/ChangeLog --- a/leim/ChangeLog Mon Aug 09 11:31:21 2010 +0900 +++ b/leim/ChangeLog Fri Aug 13 15:26:27 2010 +0900 @@ -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 -r c43b03a3b1c5 -r 4a268c0f9823 leim/quail/greek.el --- a/leim/quail/greek.el Mon Aug 09 11:31:21 2010 +0900 +++ b/leim/quail/greek.el Fri Aug 13 15:26:27 2010 +0900 @@ -1421,7 +1421,12 @@ ("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