diff options
author | Kenichi Handa <handa@etlken> | 2010-08-13 15:26:27 +0900 |
---|---|---|
committer | Kenichi Handa <handa@etlken> | 2010-08-13 15:26:27 +0900 |
commit | ac14bd09e395f8ba25ef793d15251d4655fd173a (patch) | |
tree | 606b062543e2bd534d1c022847ce3054e27b4876 /leim/quail | |
parent | fd71e94970ea84d3e4ed8fc5756373e57c1d9378 (diff) | |
download | emacs-ac14bd09e395f8ba25ef793d15251d4655fd173a.tar.gz |
quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
Diffstat (limited to 'leim/quail')
-rw-r--r-- | leim/quail/greek.el | 7 |
1 files changed, 6 insertions, 1 deletions
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 |