diff options
| author | Richard M. Stallman | 1998-10-13 15:40:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-10-13 15:40:56 +0000 |
| commit | 9769549bac7ebf3acdab9e45682756ce575ecda3 (patch) | |
| tree | b90d38e8a25af19901155c203aee33258e1ba92c | |
| parent | fb035bbfe1efa76d56bffcf7fb63f1928b5085c9 (diff) | |
| download | emacs-9769549bac7ebf3acdab9e45682756ce575ecda3.tar.gz emacs-9769549bac7ebf3acdab9e45682756ce575ecda3.zip | |
("latin-1-postfix"): Add a method to enter the
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.
| -rw-r--r-- | leim/quail/latin-post.el | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index 4e02c6c5a8f..0d0eeeb6177 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el | |||
| @@ -39,7 +39,8 @@ | |||
| 39 | tilde | ~ | a~ -> ,Ac(B | 39 | tilde | ~ | a~ -> ,Ac(B |
| 40 | cedilla | , | c, -> ,Ag(B | 40 | cedilla | , | c, -> ,Ag(B |
| 41 | nordic | / | d/ -> ,Ap(B t/ -> ,A~(B a/ -> ,Ae(B e/ -> ,Af(B o/ -> ,Ax(B | 41 | nordic | / | d/ -> ,Ap(B t/ -> ,A~(B a/ -> ,Ae(B e/ -> ,Af(B o/ -> ,Ax(B |
| 42 | others | /<> | s/ -> ,A_(B ?/ -> ,A?(B !/ -> ,A!(B << -> ,A+(B >> -> ,A;(B | 42 | others | /<> | s/ -> ,A_(B ?/ -> ,A?(B !/ -> ,A!(B |
| 43 | | various | << -> ,A+(B >> -> ,A;(B o_ -> ,A:(B a_ -> ,A*(B | ||
| 43 | 44 | ||
| 44 | Doubling the postfix separates the letter and postfix: e.g. a'' -> a' | 45 | Doubling the postfix separates the letter and postfix: e.g. a'' -> a' |
| 45 | " nil t nil nil nil nil nil nil nil nil t) | 46 | " 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' | |||
| 111 | ("!/" ?,A!(B) | 112 | ("!/" ?,A!(B) |
| 112 | ("<<" ?,A+(B) | 113 | ("<<" ?,A+(B) |
| 113 | (">>" ?,A;(B) | 114 | (">>" ?,A;(B) |
| 115 | ("o_" ?,A:(B) | ||
| 116 | ("a_" ?,A*(B) | ||
| 114 | 117 | ||
| 115 | ("A``" ["A`"]) | 118 | ("A``" ["A`"]) |
| 116 | ("A''" ["A'"]) | 119 | ("A''" ["A'"]) |
| @@ -178,6 +181,8 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' | |||
| 178 | ("!//" ["!/"]) | 181 | ("!//" ["!/"]) |
| 179 | ("<<<" ["<<"]) | 182 | ("<<<" ["<<"]) |
| 180 | (">>>" [">>"]) | 183 | (">>>" [">>"]) |
| 184 | ("o__" ["o_"]) | ||
| 185 | ("a__" ["a_"]) | ||
| 181 | ) | 186 | ) |
| 182 | 187 | ||
| 183 | (quail-define-package | 188 | (quail-define-package |
| @@ -1160,11 +1165,13 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a' | |||
| 1160 | "italian-postfix" "Latin-1" "IT<" t | 1165 | "italian-postfix" "Latin-1" "IT<" t |
| 1161 | "Italian (Italiano) input method with postfix modifiers | 1166 | "Italian (Italiano) input method with postfix modifiers |
| 1162 | 1167 | ||
| 1163 | A` -> ,A@(B | 1168 | a` -> ,A`(B A` -> ,A@(B e' -> ,Ai(B << -> ,A+(B |
| 1164 | E` -> ,AH(B | 1169 | e` -> ,Ah(B E` -> ,AH(B E' -> ,AI(B >> -> ,A;(B |
| 1165 | I` -> ,AL(B | 1170 | i` -> ,Al(B I` -> ,AL(B o_ -> ,A:(B |
| 1166 | O` -> ,AR(B | 1171 | o` -> ,Ar(B O` -> ,AR(B a_ -> ,A*(B |
| 1167 | U` -> ,AY(B | 1172 | u` -> ,Ay(B U` -> ,AY(B |
| 1173 | |||
| 1174 | Typewriter-style italian characters. | ||
| 1168 | 1175 | ||
| 1169 | Doubling the postfix separates the letter and postfix: e.g. a`` -> a` | 1176 | Doubling the postfix separates the letter and postfix: e.g. a`` -> a` |
| 1170 | " nil t nil nil nil nil nil nil nil nil t) | 1177 | " 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` | |||
| 1173 | ("A`" ?,A@(B) | 1180 | ("A`" ?,A@(B) |
| 1174 | ("a`" ?,A`(B) | 1181 | ("a`" ?,A`(B) |
| 1175 | ("E`" ?,AH(B) | 1182 | ("E`" ?,AH(B) |
| 1183 | ("E'" ?,AI(B) | ||
| 1176 | ("e`" ?,Ah(B) | 1184 | ("e`" ?,Ah(B) |
| 1185 | ("e'" ?,Ai(B) | ||
| 1177 | ("I`" ?,AL(B) | 1186 | ("I`" ?,AL(B) |
| 1178 | ("i`" ?,Al(B) | 1187 | ("i`" ?,Al(B) |
| 1179 | ("O`" ?,AR(B) | 1188 | ("O`" ?,AR(B) |
| 1180 | ("o`" ?,Ar(B) | 1189 | ("o`" ?,Ar(B) |
| 1181 | ("U`" ?,AY(B) | 1190 | ("U`" ?,AY(B) |
| 1182 | ("u`" ?,Ay(B) | 1191 | ("u`" ?,Ay(B) |
| 1192 | ("<<" ?,A+(B) | ||
| 1193 | (">>" ?,A;(B) | ||
| 1194 | ("o_" ?,A:(B) | ||
| 1195 | ("a_" ?,A*(B) | ||
| 1183 | 1196 | ||
| 1184 | ("A``" ["A`"]) | 1197 | ("A``" ["A`"]) |
| 1185 | ("a``" ["a`"]) | 1198 | ("a``" ["a`"]) |
| 1186 | ("E``" ["E`"]) | 1199 | ("E``" ["E`"]) |
| 1200 | ("E''" ["E'"]) | ||
| 1187 | ("e``" ["e`"]) | 1201 | ("e``" ["e`"]) |
| 1202 | ("e''" ["e'"]) | ||
| 1188 | ("I``" ["I`"]) | 1203 | ("I``" ["I`"]) |
| 1189 | ("i``" ["i`"]) | 1204 | ("i``" ["i`"]) |
| 1190 | ("O``" ["O`"]) | 1205 | ("O``" ["O`"]) |
| 1191 | ("o``" ["o`"]) | 1206 | ("o``" ["o`"]) |
| 1192 | ("U``" ["U`"]) | 1207 | ("U``" ["U`"]) |
| 1193 | ("u``" ["u`"]) | 1208 | ("u``" ["u`"]) |
| 1209 | ("<<<" ["<<"]) | ||
| 1210 | (">>>" [">>"]) | ||
| 1211 | ("o__" ["o_"]) | ||
| 1212 | ("a__" ["a_"]) | ||
| 1194 | ) | 1213 | ) |
| 1195 | 1214 | ||
| 1196 | (quail-define-package | 1215 | (quail-define-package |