changeset 109914:4a268c0f9823

quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
author Kenichi Handa <handa@etlken>
date Fri, 13 Aug 2010 15:26:27 +0900
parents c43b03a3b1c5
children 1ae553f27229
files leim/ChangeLog leim/quail/greek.el
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@m17n.org>
+
+	* quail/greek.el ("greek-postfix"): Add rules for Greek style
+	quotes.
+
 2010-08-09  Kenichi Handa  <handa@m17n.org>
 
 	* quail/greek.el ("greek"): Add rules for Greek style quotes.
--- 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