changeset 109919:f0dab256c4f7

quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
author Kenichi Handa <handa@etlken>
date Fri, 13 Aug 2010 15:36:24 +0900
parents 0266442adf6a (current diff) 1ae553f27229 (diff)
children 1d18d0c81be1
files
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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	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