mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
This commit is contained in:
parent
fd71e94970
commit
ac14bd09e3
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user