]> git.eshelyaron.com Git - emacs.git/commitdiff
("latin-1-postfix"): Add a method to enter the
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Oct 1998 15:40:56 +0000 (15:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Oct 1998 15:40:56 +0000 (15:40 +0000)
small superscript underlined o and a.
("italian-postfix"): Same as above.
("italian-postfix"): Add methods to enter e with acute accent and
the >> and << symbols.

leim/quail/latin-post.el

index 4e02c6c5a8f3d5c0ea66f0c363f6b4e0cf8e35a2..0d0eeeb6177464b5524ec33751cd7f1c7a036b1d 100644 (file)
@@ -39,7 +39,8 @@
   tilde      |    ~    | a~ -> \e,Ac\e(B
   cedilla    |    ,    | c, -> \e,Ag\e(B
   nordic     |    /    | d/ -> \e,Ap\e(B   t/ -> \e,A~\e(B   a/ -> \e,Ae\e(B   e/ -> \e,Af\e(B   o/ -> \e,Ax\e(B
-  others     |   /<>   | s/ -> \e,A_\e(B   ?/ -> \e,A?\e(B   !/ -> \e,A!\e(B   << -> \e,A+\e(B   >> -> \e,A;\e(B
+  others     |   /<>   | s/ -> \e,A_\e(B   ?/ -> \e,A?\e(B   !/ -> \e,A!\e(B
+             | various | << -> \e,A+\e(B   >> -> \e,A;\e(B   o_ -> \e,A:\e(B   a_ -> \e,A*\e(B
 
 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
 " nil t nil nil nil nil nil nil nil nil t)
@@ -111,6 +112,8 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("!/" ?\e,A!\e(B)
  ("<<" ?\e,A+\e(B)
  (">>" ?\e,A;\e(B)
+ ("o_" ?\e,A:\e(B)
+ ("a_" ?\e,A*\e(B)
 
  ("A``" ["A`"])
  ("A''" ["A'"])
@@ -178,6 +181,8 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("!//" ["!/"])
  ("<<<" ["<<"])
  (">>>" [">>"])
+ ("o__" ["o_"])
+ ("a__" ["a_"])
  )
 
 (quail-define-package
@@ -1160,11 +1165,13 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  "italian-postfix" "Latin-1" "IT<" t
  "Italian (Italiano) input method with postfix modifiers
 
-A` -> \e,A@\e(B
-E` -> \e,AH\e(B
-I` -> \e,AL\e(B
-O` -> \e,AR\e(B
-U` -> \e,AY\e(B
+a` -> \e,A`\e(B    A` -> \e,A@\e(B    e' -> \e,Ai\e(B    << -> \e,A+\e(B
+e` -> \e,Ah\e(B    E` -> \e,AH\e(B    E' -> \e,AI\e(B    >> -> \e,A;\e(B
+i` -> \e,Al\e(B    I` -> \e,AL\e(B               o_ -> \e,A:\e(B
+o` -> \e,Ar\e(B    O` -> \e,AR\e(B               a_ -> \e,A*\e(B
+u` -> \e,Ay\e(B    U` -> \e,AY\e(B
+
+Typewriter-style italian characters.
 
 Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
 " nil t nil nil nil nil nil nil nil nil t)
@@ -1173,24 +1180,36 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
  ("A`" ?\e,A@\e(B)
  ("a`" ?\e,A`\e(B)
  ("E`" ?\e,AH\e(B)
+ ("E'" ?\e,AI\e(B)
  ("e`" ?\e,Ah\e(B)
+ ("e'" ?\e,Ai\e(B)
  ("I`" ?\e,AL\e(B)
  ("i`" ?\e,Al\e(B)
  ("O`" ?\e,AR\e(B)
  ("o`" ?\e,Ar\e(B)
  ("U`" ?\e,AY\e(B)
  ("u`" ?\e,Ay\e(B)
+ ("<<" ?\e,A+\e(B)
+ (">>" ?\e,A;\e(B)
+ ("o_" ?\e,A:\e(B)
+ ("a_" ?\e,A*\e(B)
 
  ("A``" ["A`"])
  ("a``" ["a`"])
  ("E``" ["E`"])
+ ("E''" ["E'"])
  ("e``" ["e`"])
+ ("e''" ["e'"])
  ("I``" ["I`"])
  ("i``" ["i`"])
  ("O``" ["O`"])
  ("o``" ["o`"])
  ("U``" ["U`"])
  ("u``" ["u`"])
+ ("<<<" ["<<"])
+ (">>>" [">>"])
+ ("o__" ["o_"])
+ ("a__" ["a_"])
  )
 
 (quail-define-package