* quail/greek.el ("greek", "greek-postfix"): Change string to
character.
This commit is contained in:
parent
983b830220
commit
086852797e
2 changed files with 11 additions and 6 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* quail/greek.el ("greek", "greek-postfix"): Change string to
|
||||
character.
|
||||
|
||||
2010-08-13 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* quail/greek.el ("greek-postfix"): Add rules for Greek style
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue