# HG changeset patch # User Kenichi Handa # Date 1281681384 -32400 # Node ID f0dab256c4f74422920a983bfc38669015ed7ee5 # Parent 0266442adf6acd1abd635cd629dd0dbad06617f9# Parent 1ae553f2722970e6a092a81ae1473d74f07cba23 quail/greek.el ("greek-postfix"): Add rules for Greek style quotes. diff -r 0266442adf6a -r f0dab256c4f7 leim/ChangeLog --- a/leim/ChangeLog Wed Aug 11 15:43:49 2010 +0200 +++ b/leim/ChangeLog Fri Aug 13 15:36:24 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 0266442adf6a -r f0dab256c4f7 leim/quail/greek.el --- a/leim/quail/greek.el Wed Aug 11 15:43:49 2010 +0200 +++ b/leim/quail/greek.el Fri Aug 13 15:36:24 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