From 086852797eb641df5ab99d09f5475246dd922fd4 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 14 Aug 2010 10:00:34 +0200 Subject: [PATCH] * quail/greek.el ("greek", "greek-postfix"): Change string to character. --- leim/ChangeLog | 5 +++++ leim/quail/greek.el | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/leim/ChangeLog b/leim/ChangeLog index f6a4e815019..21d63dd663a 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2010-08-14 Andreas Schwab + + * quail/greek.el ("greek", "greek-postfix"): Change string to + character. + 2010-08-13 Kenichi Handa * quail/greek.el ("greek-postfix"): Add rules for Greek style diff --git a/leim/quail/greek.el b/leim/quail/greek.el index 6b183111fcc..688b247b0b5 100644 --- a/leim/quail/greek.el +++ b/leim/quail/greek.el @@ -1280,8 +1280,8 @@ e.g. (":;i" ?,F@(B) (";:y" ?,F`(B) (":;y" ?,F`(B) - (";<" "$(Q)((B") - (";>" "$(Q)2(B")) + (";<" ?$(Q)((B) + (";>" ?$(Q)2(B)) (quail-define-package "greek-postfix" "GreekPost" ",FX(B" nil @@ -1422,11 +1422,11 @@ e.g. ("i;:" ?,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 + ;; These two are asymmetric with ";<" and ";>" in "greek" input + ;; method. But, as the other Latin postfix methods adopt "<<" and ;; ">>", it may be better to follow them. - ("<<" "$(Q)((B") - (">>" "$(Q)2(B")) + ("<<" ?$(Q)((B) + (">>" ?$(Q)2(B)) ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150 -- 2.39.2