quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
authorKenichi Handa <handa@etlken>
Fri, 13 Aug 2010 06:26:27 +0000 (15:26 +0900)
committerKenichi Handa <handa@etlken>
Fri, 13 Aug 2010 06:26:27 +0000 (15:26 +0900)
leim/ChangeLog
leim/quail/greek.el

index 836aeb0..f6a4e81 100644 (file)
@@ -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.
index 4ceb0a5..6b18311 100644 (file)
@@ -1421,7 +1421,12 @@ e.g.
  ("i:;" ?\e,F@\e(B)
  ("i;:" ?\e,F@\e(B)
  ("y:;" ?\e,F`\e(B)
- ("y;:" ?\e,F`\e(B))
+ ("y;:" ?\e,F`\e(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.
+ ("<<" "\e$(Q)(\e(B")
+ (">>" "\e$(Q)2\e(B"))
 
 
 ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150