summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@etlken>2010-08-13 15:26:27 +0900
committerKenichi Handa <handa@etlken>2010-08-13 15:26:27 +0900
commitac14bd09e395f8ba25ef793d15251d4655fd173a (patch)
tree606b062543e2bd534d1c022847ce3054e27b4876 /leim
parentfd71e94970ea84d3e4ed8fc5756373e57c1d9378 (diff)
downloademacs-ac14bd09e395f8ba25ef793d15251d4655fd173a.tar.gz
quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog5
-rw-r--r--leim/quail/greek.el7
2 files changed, 11 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 836aeb033fe..f6a4e815019 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -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.
diff --git a/leim/quail/greek.el b/leim/quail/greek.el
index 4ceb0a52b0e..6b183111fcc 100644
--- a/leim/quail/greek.el
+++ b/leim/quail/greek.el
@@ -1421,7 +1421,12 @@ e.g.
("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