]> code.delx.au - gnu-emacs/blobdiff - leim/quail/greek.el
auto upstream
[gnu-emacs] / leim / quail / greek.el
index 1085ca229cfa9d3bd3bab31c65a85ce947049027..bd309e9a889bdcf15295ff31bbfc8096107ee0e2 100644 (file)
@@ -1,9 +1,8 @@
 ;;; greek.el --- Quail package for inputting Greek -*-coding: iso-2022-7bit-*-
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2001-2013 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009, 2010
+;;   2006, 2007, 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H14PRO021
 
@@ -153,7 +152,7 @@ eta         H               h
 theta          Q               q
 iota           I               i
 kappa          K               k
-lamda          L               l
+lambda         L               l
 mu             M               m
 nu             N               n
 xi             X               x
@@ -434,7 +433,7 @@ eta         H               h
 theta          J               j
 iota           I               i
 kappa          K               k
-lamda          L               l
+lambda         L               l
 mu             M               m
 nu             N               n
 xi             X               x
@@ -1148,7 +1147,7 @@ nil t t nil nil nil nil nil nil nil t)
 
 In the right of \e,Fk\e(B key is a combination key, where
  \e,F4\e(B acute
\e,F(\e(B diaresis
\e,F(\e(B diaeresis
 
 e.g.
  \e,F4\e(B + \e,Fa\e(B -> \e,F\\e(B
@@ -1279,7 +1278,9 @@ e.g.
  (";:i" ?\e,F@\e(B)
  (":;i" ?\e,F@\e(B)
  (";:y" ?\e,F`\e(B)
- (":;y" ?\e,F`\e(B))
+ (":;y" ?\e,F`\e(B)
+ (";<" ?\e$(Q)(\e(B)
+ (";>" ?\e$(Q)2\e(B))
 
 (quail-define-package
  "greek-postfix" "GreekPost" "\e,FX\e(B" nil
@@ -1288,7 +1289,7 @@ e.g.
 
 In the right of \e,Fk\e(B key is a combination key, where
  \e,F4\e(B acute
\e,F(\e(B diaresis
\e,F(\e(B diaeresis
 
 e.g.
  \e,Fa\e(B + \e,F4\e(B -> \e,F\\e(B
@@ -1419,8 +1420,12 @@ e.g.
  ("i:;" ?\e,F@\e(B)
  ("i;:" ?\e,F@\e(B)
  ("y:;" ?\e,F`\e(B)
- ("y;:" ?\e,F`\e(B))
+ ("y;:" ?\e,F`\e(B)
+ ;; 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.
+ ("<<" ?\e$(Q)(\e(B)
+ (">>" ?\e$(Q)2\e(B))
 
 
-;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150
 ;;; greek.el ends here