emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99972: quail/greek.el ("greek-pos


From: Kenichi Handa
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99972: quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
Date: Fri, 13 Aug 2010 15:36:24 +0900
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99972 [merge]
committer: Kenichi Handa <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-08-13 15:36:24 +0900
message:
  quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
modified:
  leim/ChangeLog
  leim/quail/greek.el
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2010-08-09 02:28:25 +0000
+++ b/leim/ChangeLog    2010-08-13 06:26:27 +0000
@@ -1,3 +1,8 @@
+2010-08-13  Kenichi Handa  <address@hidden>
+
+       * quail/greek.el ("greek-postfix"): Add rules for Greek style
+       quotes.
+
 2010-08-09  Kenichi Handa  <address@hidden>
 
        * quail/greek.el ("greek"): Add rules for Greek style quotes.

=== modified file 'leim/quail/greek.el'
--- a/leim/quail/greek.el       2010-08-09 02:28:25 +0000
+++ b/leim/quail/greek.el       2010-08-13 06:26:27 +0000
@@ -1421,7 +1421,12 @@
  ("i:;" ?,address@hidden(B)
  ("i;:" ?,address@hidden(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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]