]> git.eshelyaron.com Git - emacs.git/commitdiff
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 836aeb033fe29d0d6aff1fba479781f27fc51549..f6a4e815019d56bec6663eef9e6312cf0d627779 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 4ceb0a52b0e62289ac35737eb35a5aee1a954d47..6b183111fcc8654b42b3c897ac1b48ed8427c137 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