diff options
| author | Richard M. Stallman | 1997-09-01 07:45:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-01 07:45:39 +0000 |
| commit | 3c48e39a2aeb6693c6a2f449c362d52cf6e83364 (patch) | |
| tree | b52ec82d1e19d2f96ab313ce682529725ab1582c | |
| parent | f04cd075b39a585a381017c70deed90179431373 (diff) | |
| download | emacs-3c48e39a2aeb6693c6a2f449c362d52cf6e83364.tar.gz emacs-3c48e39a2aeb6693c6a2f449c362d52cf6e83364.zip | |
Pass t for the SIMPLE argument to quail-define-package.
| -rw-r--r-- | leim/quail/latin-post.el | 58 | ||||
| -rw-r--r-- | leim/quail/latin-pre.el | 20 |
2 files changed, 39 insertions, 39 deletions
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index 770d9485f78..1ab651f3ecb 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el | |||
| @@ -40,7 +40,7 @@ | |||
| 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 | special | /<> | s/ -> ,A_(B ?/ -> ,A?(B !/ -> ,A!(B << -> ,A+(B >> -> ,A;(B | 42 | special | /<> | s/ -> ,A_(B ?/ -> ,A?(B !/ -> ,A!(B << -> ,A+(B >> -> ,A;(B |
| 43 | " nil t) | 43 | " nil t nil nil nil nil nil nil nil nil t) |
| 44 | 44 | ||
| 45 | (quail-define-rules | 45 | (quail-define-rules |
| 46 | ("A`" ?,A@(B) | 46 | ("A`" ?,A@(B) |
| @@ -138,7 +138,7 @@ | |||
| 138 | dot | . | z. -> ,B?(B | 138 | dot | . | z. -> ,B?(B |
| 139 | stroke | / | d/ -> ,Bp(B | 139 | stroke | / | d/ -> ,Bp(B |
| 140 | special | / | s/ -> ,B_(B | 140 | special | / | s/ -> ,B_(B |
| 141 | " nil t) | 141 | " nil t nil nil nil nil nil nil nil nil t) |
| 142 | 142 | ||
| 143 | (quail-define-rules | 143 | (quail-define-rules |
| 144 | ("A'" ?,BA(B) | 144 | ("A'" ?,BA(B) |
| @@ -240,7 +240,7 @@ | |||
| 240 | tilde | ~ | n~ -> ,Cq(B | 240 | tilde | ~ | n~ -> ,Cq(B |
| 241 | stroke | / | h/ -> ,C1(B | 241 | stroke | / | h/ -> ,C1(B |
| 242 | special | / | s/ -> ,C_(B | 242 | special | / | s/ -> ,C_(B |
| 243 | " nil t) | 243 | " nil t nil nil nil nil nil nil nil nil t) |
| 244 | 244 | ||
| 245 | (quail-define-rules | 245 | (quail-define-rules |
| 246 | ("A`" ?,C@(B) | 246 | ("A`" ?,C@(B) |
| @@ -334,7 +334,7 @@ | |||
| 334 | stroke | / | d/ -> ,Dp(B | 334 | stroke | / | d/ -> ,Dp(B |
| 335 | nordic | / | a/ -> ,De(B e/ -> ,Df(B o/ -> ,Dx(B | 335 | nordic | / | a/ -> ,De(B e/ -> ,Df(B o/ -> ,Dx(B |
| 336 | special | / | s/ -> ,D_(B n/ -> ,D?(B k/ -> ,D"(B | 336 | special | / | s/ -> ,D_(B n/ -> ,D?(B k/ -> ,D"(B |
| 337 | " nil t) | 337 | " nil t nil nil nil nil nil nil nil nil t) |
| 338 | 338 | ||
| 339 | (quail-define-rules | 339 | (quail-define-rules |
| 340 | ("A," ?,D!(B) | 340 | ("A," ?,D!(B) |
| @@ -437,7 +437,7 @@ | |||
| 437 | dot | . | i. -> ,M}(B I. -> ,M](B | 437 | dot | . | i. -> ,M}(B I. -> ,M](B |
| 438 | nordic | / | a/ -> ,Me(B e/ -> ,Mf(B o/ -> ,Mx(B | 438 | nordic | / | a/ -> ,Me(B e/ -> ,Mf(B o/ -> ,Mx(B |
| 439 | special | / | s/ -> ,M_(B | 439 | special | / | s/ -> ,M_(B |
| 440 | " nil t) | 440 | " nil t nil nil nil nil nil nil nil nil t) |
| 441 | 441 | ||
| 442 | (quail-define-rules | 442 | (quail-define-rules |
| 443 | ("A'" ?,MA(B) | 443 | ("A'" ?,MA(B) |
| @@ -507,7 +507,7 @@ | |||
| 507 | (quail-define-package | 507 | (quail-define-package |
| 508 | "danish-postfix" "Latin-1" "DA<" t | 508 | "danish-postfix" "Latin-1" "DA<" t |
| 509 | "Danish input method (rule: AE -> ,AF(B, OE -> ,AX(B, AA -> ,AE(B, E' -> ,AI(B)" | 509 | "Danish input method (rule: AE -> ,AF(B, OE -> ,AX(B, AA -> ,AE(B, E' -> ,AI(B)" |
| 510 | nil t) | 510 | nil t nil nil nil nil nil nil nil nil t) |
| 511 | 511 | ||
| 512 | (quail-define-rules | 512 | (quail-define-rules |
| 513 | ("AE" ?,AF(B) | 513 | ("AE" ?,AF(B) |
| @@ -529,7 +529,7 @@ | |||
| 529 | 529 | ||
| 530 | Preceding ^ or following x will produce accented characters, | 530 | Preceding ^ or following x will produce accented characters, |
| 531 | e.g. ^C -> ,CF(B, Gx -> ,CX(B. | 531 | e.g. ^C -> ,CF(B, Gx -> ,CX(B. |
| 532 | " nil t) | 532 | " nil t nil nil nil nil nil nil nil nil t) |
| 533 | 533 | ||
| 534 | (quail-define-rules | 534 | (quail-define-rules |
| 535 | ("Cx" ?,CF(B) | 535 | ("Cx" ?,CF(B) |
| @@ -568,7 +568,7 @@ e.g. ^C -> ,CF(B, Gx -> ,CX(B. | |||
| 568 | (quail-define-package | 568 | (quail-define-package |
| 569 | "finnish-postfix" "Latin-1" "FI<" t | 569 | "finnish-postfix" "Latin-1" "FI<" t |
| 570 | "Finnish (Suomi) input method (rule: AE -> ,AD(B, OE -> ,AV(B)" | 570 | "Finnish (Suomi) input method (rule: AE -> ,AD(B, OE -> ,AV(B)" |
| 571 | nil t) | 571 | nil t nil nil nil nil nil nil nil nil t) |
| 572 | 572 | ||
| 573 | (quail-define-rules | 573 | (quail-define-rules |
| 574 | ("AE" ?,AD(B) | 574 | ("AE" ?,AD(B) |
| @@ -588,7 +588,7 @@ Par exemple A` -> ,A@(B, E' -> ,AI(B. | |||
| 588 | ,AG(B, ,A+(B, et ,A;(B sont produits par C/, <<, et >>. | 588 | ,AG(B, ,A+(B, et ,A;(B sont produits par C/, <<, et >>. |
| 589 | 589 | ||
| 590 | <e dans l'o> n'est pas disponible." | 590 | <e dans l'o> n'est pas disponible." |
| 591 | nil t) | 591 | nil t nil nil nil nil nil nil nil nil t) |
| 592 | 592 | ||
| 593 | (quail-define-rules | 593 | (quail-define-rules |
| 594 | ("A`" ?,A@(B) | 594 | ("A`" ?,A@(B) |
| @@ -632,7 +632,7 @@ Par exemple A` -> ,A@(B, E' -> ,AI(B. | |||
| 632 | "German (Deutsch) input method (rule: AE -> ,AD(B, OE -> ,AV(B, UE -> ,A\(B, sz -> ,A_(B) | 632 | "German (Deutsch) input method (rule: AE -> ,AD(B, OE -> ,AV(B, UE -> ,A\(B, sz -> ,A_(B) |
| 633 | 633 | ||
| 634 | ,A_(B can also be input by 'ss' followed by M-n." | 634 | ,A_(B can also be input by 'ss' followed by M-n." |
| 635 | nil t) | 635 | nil t nil nil nil nil nil nil nil nil t) |
| 636 | 636 | ||
| 637 | (quail-define-rules | 637 | (quail-define-rules |
| 638 | ("AE" ?,AD(B) | 638 | ("AE" ?,AD(B) |
| @@ -662,7 +662,7 @@ AE -> ,AF(B | |||
| 662 | OE -> ,AV(B | 662 | OE -> ,AV(B |
| 663 | D/ -> ,AP(B (eth) | 663 | D/ -> ,AP(B (eth) |
| 664 | T/ -> ,A^(B (thorn)" | 664 | T/ -> ,A^(B (thorn)" |
| 665 | nil t) | 665 | nil t nil nil nil nil nil nil nil nil t) |
| 666 | 666 | ||
| 667 | (quail-define-rules | 667 | (quail-define-rules |
| 668 | ("A'" ?,AA(B) | 668 | ("A'" ?,AA(B) |
| @@ -705,7 +705,7 @@ E` -> ,AH(B | |||
| 705 | I` -> ,AL(B | 705 | I` -> ,AL(B |
| 706 | O` -> ,AR(B | 706 | O` -> ,AR(B |
| 707 | U` -> ,AY(B | 707 | U` -> ,AY(B |
| 708 | " nil t) | 708 | " nil t nil nil nil nil nil nil nil nil t) |
| 709 | 709 | ||
| 710 | (quail-define-rules | 710 | (quail-define-rules |
| 711 | ("A`" ?,A@(B) | 711 | ("A`" ?,A@(B) |
| @@ -727,7 +727,7 @@ U` -> ,AY(B | |||
| 727 | (quail-define-package | 727 | (quail-define-package |
| 728 | "norwegian-postfix" "Latin-1" "NO<" t | 728 | "norwegian-postfix" "Latin-1" "NO<" t |
| 729 | "Norwegian (Norsk) input method (rule: AE->,AF(B, OE->,AX(B, AA->,AE(B, E'->,AI(B)" | 729 | "Norwegian (Norsk) input method (rule: AE->,AF(B, OE->,AX(B, AA->,AE(B, E'->,AI(B)" |
| 730 | nil t) | 730 | nil t nil nil nil nil nil nil nil nil t) |
| 731 | 731 | ||
| 732 | (quail-define-rules | 732 | (quail-define-rules |
| 733 | ("AE" ?,AF(B) | 733 | ("AE" ?,AF(B) |
| @@ -751,7 +751,7 @@ Supported languages are Swidish, Norwegian, Danish, and Finnish. | |||
| 751 | 751 | ||
| 752 | You can toggle between ,AD(B and ,AF(B, or between OE and ,AV(B, by typing M-n | 752 | You can toggle between ,AD(B and ,AF(B, or between OE and ,AV(B, by typing M-n |
| 753 | when the character is underlined. | 753 | when the character is underlined. |
| 754 | " nil) | 754 | " nil nil nil nil nil nil nil nil nil nil t) |
| 755 | 755 | ||
| 756 | (quail-define-rules | 756 | (quail-define-rules |
| 757 | ("AE" [?,AD(B ?,AF(B]) | 757 | ("AE" [?,AD(B ?,AF(B]) |
| @@ -779,7 +779,7 @@ U' -> ,AZ(B | |||
| 779 | N~ -> ,AQ(B | 779 | N~ -> ,AQ(B |
| 780 | !/ -> ,A!(B | 780 | !/ -> ,A!(B |
| 781 | ?/ -> ,A?(B | 781 | ?/ -> ,A?(B |
| 782 | " nil t) | 782 | " nil t nil nil nil nil nil nil nil nil t) |
| 783 | 783 | ||
| 784 | (quail-define-rules | 784 | (quail-define-rules |
| 785 | ("A'" ?,AA(B) | 785 | ("A'" ?,AA(B) |
| @@ -807,7 +807,7 @@ N~ -> ,AQ(B | |||
| 807 | (quail-define-package | 807 | (quail-define-package |
| 808 | "swedish-postfix" "Latin-1" "SV<" t | 808 | "swedish-postfix" "Latin-1" "SV<" t |
| 809 | "Swedish (Svenska) input method (rule: AA -> ,AE(B, AE -> ,AD(B, OE -> ,AV(B, E' -> ,AI(B)" | 809 | "Swedish (Svenska) input method (rule: AA -> ,AE(B, AE -> ,AD(B, OE -> ,AV(B, E' -> ,AI(B)" |
| 810 | nil t) | 810 | nil t nil nil nil nil nil nil nil nil t) |
| 811 | 811 | ||
| 812 | (quail-define-rules | 812 | (quail-define-rules |
| 813 | ("AA" ?,AE(B) | 813 | ("AA" ?,AE(B) |
| @@ -840,7 +840,7 @@ O\" -> ,CV(B | |||
| 840 | S/ -> ,C*(B | 840 | S/ -> ,C*(B |
| 841 | U\" -> ,C\(B | 841 | U\" -> ,C\(B |
| 842 | U^ -> ,C[(B | 842 | U^ -> ,C[(B |
| 843 | " nil t) | 843 | " nil t nil nil nil nil nil nil nil nil t) |
| 844 | 844 | ||
| 845 | (quail-define-rules | 845 | (quail-define-rules |
| 846 | ("A^" ?,CB(B) | 846 | ("A^" ?,CB(B) |
| @@ -871,7 +871,7 @@ U^ -> ,C[(B | |||
| 871 | (quail-define-package | 871 | (quail-define-package |
| 872 | "british" "Latin-1" ",A#(B@" t | 872 | "british" "Latin-1" ",A#(B@" t |
| 873 | "British English input method with Latin-1 character ,A#(B (# -> ,A#(B)" | 873 | "British English input method with Latin-1 character ,A#(B (# -> ,A#(B)" |
| 874 | nil t) | 874 | nil t nil nil nil nil nil nil nil nil t) |
| 875 | 875 | ||
| 876 | (quail-define-rules | 876 | (quail-define-rules |
| 877 | ("#" [?,A#(B ?#]) | 877 | ("#" [?,A#(B ?#]) |
| @@ -899,7 +899,7 @@ U^ -> ,C[(B | |||
| 899 | (quail-define-package | 899 | (quail-define-package |
| 900 | "french-keyboard" "Latin-1" "FR@" t | 900 | "french-keyboard" "Latin-1" "FR@" t |
| 901 | "French (Fran,Ag(Bais) input method simulating some French keyboard | 901 | "French (Fran,Ag(Bais) input method simulating some French keyboard |
| 902 | <e dans l'o> n'est pas disponible." nil t t t t) | 902 | <e dans l'o> n'est pas disponible." nil t t t t nil nil nil nil nil t) |
| 903 | 903 | ||
| 904 | ;; ,Aj(B1 ,Ai(B2 ,Ah(B3 ,At(B4 ,An(B5 ,Ao(B6 ,Ab(B7 ,A{(B8 ,Ay(B9 ,A`(B0 -_ ,Ak(B+ `~ | 904 | ;; ,Aj(B1 ,Ai(B2 ,Ah(B3 ,At(B4 ,An(B5 ,Ao(B6 ,Ab(B7 ,A{(B8 ,Ay(B9 ,A`(B0 -_ ,Ak(B+ `~ |
| 905 | ;; qQ wW eE rR tT yY uU iI oO pP ,AgG(B ,A|(B& | 905 | ;; qQ wW eE rR tT yY uU iI oO pP ,AgG(B ,A|(B& |
| @@ -944,7 +944,7 @@ U^ -> ,C[(B | |||
| 944 | 944 | ||
| 945 | Similaire au clavier fran,Ag(Bais de SUN. | 945 | Similaire au clavier fran,Ag(Bais de SUN. |
| 946 | pr,Ai(Bfixes: ^ pour circonflexe, ,A((B pour tr,Ai(Bma. | 946 | pr,Ai(Bfixes: ^ pour circonflexe, ,A((B pour tr,Ai(Bma. |
| 947 | <e dans l'o> n'est pas disponible." nil t t t t) | 947 | <e dans l'o> n'est pas disponible." nil t t t t nil nil nil nil nil t) |
| 948 | 948 | ||
| 949 | ;; &1 ,Ai(B2 "3 '4 (5 ,A'(B6 ,Ah(B7 !8 ,Ag(B9 ,A`(B0 ),A0(B -_ @~ | 949 | ;; &1 ,Ai(B2 "3 '4 (5 ,A'(B6 ,Ah(B7 !8 ,Ag(B9 ,A`(B0 ),A0(B -_ @~ |
| 950 | ;; aA zZ eE rR tT yY uU iI oO pP ^,A((B `$ | 950 | ;; aA zZ eE rR tT yY uU iI oO pP ^,A((B `$ |
| @@ -1064,7 +1064,7 @@ pr,Ai(Bfixes: ^ pour circonflexe, ,A((B pour tr,Ai(Bma. | |||
| 1064 | "icelandic-keyboard" "Latin-1" "IS@" t | 1064 | "icelandic-keyboard" "Latin-1" "IS@" t |
| 1065 | "Icelandic (,AM(Bslenska) input method simulating some Icelandic keyboard | 1065 | "Icelandic (,AM(Bslenska) input method simulating some Icelandic keyboard |
| 1066 | 1066 | ||
| 1067 | Dead accent is right to ,Af(B." nil t t t t) | 1067 | Dead accent is right to ,Af(B." nil t t t t nil nil nil nil nil t) |
| 1068 | 1068 | ||
| 1069 | ;; 1! 2" 3# 4$ 5% 6^ 7& 8* 9( 0) ,AvV(B -_ `~ | 1069 | ;; 1! 2" 3# 4$ 5% 6^ 7& 8* 9( 0) ,AvV(B -_ `~ |
| 1070 | ;; qQ wW eE rR tT yY uU iI oO pP ,ApP(B '? | 1070 | ;; qQ wW eE rR tT yY uU iI oO pP ,ApP(B '? |
| @@ -1111,7 +1111,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1111 | (quail-define-package | 1111 | (quail-define-package |
| 1112 | "danish-keyboard" "Latin-1" "DA@" t | 1112 | "danish-keyboard" "Latin-1" "DA@" t |
| 1113 | "Danish input method simulating SUN Danish keyboard" | 1113 | "Danish input method simulating SUN Danish keyboard" |
| 1114 | nil t t t t) | 1114 | nil t t t t nil nil nil nil nil t) |
| 1115 | 1115 | ||
| 1116 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? ,A='(B ~^ | 1116 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? ,A='(B ~^ |
| 1117 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B | 1117 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B |
| @@ -1153,7 +1153,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1153 | (quail-define-package | 1153 | (quail-define-package |
| 1154 | "norwegian-keyboard" "Latin-1" "NO@" t | 1154 | "norwegian-keyboard" "Latin-1" "NO@" t |
| 1155 | "Norwegian (Norsk) input method simulating SUN Norwegian keyboard" | 1155 | "Norwegian (Norsk) input method simulating SUN Norwegian keyboard" |
| 1156 | nil t t t t) | 1156 | nil t t t t nil nil nil nil nil t) |
| 1157 | 1157 | ||
| 1158 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? |,A'(B ~^ | 1158 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? |,A'(B ~^ |
| 1159 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B | 1159 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B |
| @@ -1196,7 +1196,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1196 | (quail-define-package | 1196 | (quail-define-package |
| 1197 | "swedish-keyboard" "Latin-1" "SV@" t | 1197 | "swedish-keyboard" "Latin-1" "SV@" t |
| 1198 | "Swedish (Svenska) input method simulating SUN Swedish/Finnish keyboard" | 1198 | "Swedish (Svenska) input method simulating SUN Swedish/Finnish keyboard" |
| 1199 | nil t t t t) | 1199 | nil t t t t nil nil nil nil nil t) |
| 1200 | 1200 | ||
| 1201 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? ,A'=(B ~^ | 1201 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? ,A'=(B ~^ |
| 1202 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B | 1202 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B |
| @@ -1238,7 +1238,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1238 | (quail-define-package | 1238 | (quail-define-package |
| 1239 | "finish-keyboard" "Latin-1" "FI@" t | 1239 | "finish-keyboard" "Latin-1" "FI@" t |
| 1240 | "Finish input method simulating SUN Finnish/Swedish keyboard" | 1240 | "Finish input method simulating SUN Finnish/Swedish keyboard" |
| 1241 | nil t t t t) | 1241 | nil t t t t nil nil nil nil nil t) |
| 1242 | 1242 | ||
| 1243 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? ,A'=(B ~^ | 1243 | ;; 1! 2" 3# 4,A$(B 5% 6& 7/ 8( 9) 0= +? ,A'=(B ~^ |
| 1244 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B | 1244 | ;; qQ wW eE rR tT yY uU iI oO pP ,AeE(B ,AiI(B |
| @@ -1280,7 +1280,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1280 | (quail-define-package | 1280 | (quail-define-package |
| 1281 | "german" "Latin-1" "DE@" t | 1281 | "german" "Latin-1" "DE@" t |
| 1282 | "German (Deutsch) input method simulating SUN German keyboard" | 1282 | "German (Deutsch) input method simulating SUN German keyboard" |
| 1283 | nil t t t t) | 1283 | nil t t t t nil nil nil nil nil t) |
| 1284 | 1284 | ||
| 1285 | ;; 1! 2" 3,A'(B 4$ 5% 6& 7/ 8( 9) 0= ,A_(B? [{ ]} | 1285 | ;; 1! 2" 3,A'(B 4$ 5% 6& 7/ 8( 9) 0= ,A_(B? [{ ]} |
| 1286 | ;; qQ wW eE rR tT zZ uU iI oO pP ,A|\(B +* | 1286 | ;; qQ wW eE rR tT zZ uU iI oO pP ,A|\(B +* |
| @@ -1322,7 +1322,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1322 | (quail-define-package | 1322 | (quail-define-package |
| 1323 | "italian-keyboard" "Latin-1" "IT@" t | 1323 | "italian-keyboard" "Latin-1" "IT@" t |
| 1324 | "Italian (Italiano) input method simulating SUN Italian keyboard" | 1324 | "Italian (Italiano) input method simulating SUN Italian keyboard" |
| 1325 | nil t t t t) | 1325 | nil t t t t nil nil nil nil nil t) |
| 1326 | 1326 | ||
| 1327 | ;; 1! 2" 3,A#(B 4$ 5% 6& 7/ 8( 9) 0= '? ,Al(B^ `~ | 1327 | ;; 1! 2" 3,A#(B 4$ 5% 6& 7/ 8( 9) 0= '? ,Al(B^ `~ |
| 1328 | ;; qQ wW eE rR tT yY uU iI oO pP ,Ahi(B +* | 1328 | ;; qQ wW eE rR tT yY uU iI oO pP ,Ahi(B +* |
| @@ -1363,7 +1363,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1363 | (quail-define-package | 1363 | (quail-define-package |
| 1364 | "spanish-keyboard" "Latin-1" "ES@" t | 1364 | "spanish-keyboard" "Latin-1" "ES@" t |
| 1365 | "Spanish (Espa,Aq(Bol) input method simulating SUN Spanish keyboard" | 1365 | "Spanish (Espa,Aq(Bol) input method simulating SUN Spanish keyboard" |
| 1366 | nil t t t t) | 1366 | nil t t t t nil nil nil nil nil t) |
| 1367 | 1367 | ||
| 1368 | ;; 1! 2" 3,A7(B 4$ 5% 6& 7/ 8( 9) 0= '? ,A!?(B ,AmM(B | 1368 | ;; 1! 2" 3,A7(B 4$ 5% 6& 7/ 8( 9) 0= '? ,A!?(B ,AmM(B |
| 1369 | ;; qQ wW eE rR tT yY uU iI oO pP ,AiI(B ,AsS(B | 1369 | ;; qQ wW eE rR tT yY uU iI oO pP ,AiI(B ,AsS(B |
| @@ -1405,7 +1405,7 @@ Dead accent is right to ,Af(B." nil t t t t) | |||
| 1405 | (quail-define-package | 1405 | (quail-define-package |
| 1406 | "english-dvorak" "English" "DV@" t | 1406 | "english-dvorak" "English" "DV@" t |
| 1407 | "English (ASCII) input method simulating Dvorak keyboard" | 1407 | "English (ASCII) input method simulating Dvorak keyboard" |
| 1408 | nil t t t t) | 1408 | nil t t t t nil nil nil nil nil t) |
| 1409 | 1409 | ||
| 1410 | ;; 1! 2@ 3# 4$ 5% 6^ 7& 8* 9( 0) [{ ]} `~ | 1410 | ;; 1! 2@ 3# 4$ 5% 6^ 7& 8* 9( 0) [{ ]} `~ |
| 1411 | ;; '" ,< .> pP yY fF gG cC rR lL /? =+ | 1411 | ;; '" ,< .> pP yY fF gG cC rR lL /? =+ |
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el index 54a6189b6d4..050118a875e 100644 --- a/leim/quail/latin-pre.el +++ b/leim/quail/latin-pre.el | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | cedilla | ~ | ~c -> ,Ag(B | 44 | cedilla | ~ | ~c -> ,Ag(B |
| 45 | misc | ---- | \"s -> ,A_(B, ~d -> ,Ap(B, ~t -> ,A~(B, /a -> ,Ae(B, /e -> ,Af(B, /o -> ,Ax(B | 45 | misc | ---- | \"s -> ,A_(B, ~d -> ,Ap(B, ~t -> ,A~(B, /a -> ,Ae(B, /e -> ,Af(B, /o -> ,Ax(B |
| 46 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B, ~! -> ,A!(B, ~? -> ,A?(B, ~~ -> ,A8(B | 46 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B, ~! -> ,A!(B, ~? -> ,A?(B, ~~ -> ,A8(B |
| 47 | " nil t) | 47 | " nil t nil nil nil nil nil nil nil nil t) |
| 48 | 48 | ||
| 49 | (quail-define-rules | 49 | (quail-define-rules |
| 50 | ("'A" ?,AA(B) | 50 | ("'A" ?,AA(B) |
| @@ -139,7 +139,7 @@ | |||
| 139 | tilde | ~ | ~n -> ,Aq(B | 139 | tilde | ~ | ~n -> ,Aq(B |
| 140 | cedilla | ~ | ~c -> ,Ag(B | 140 | cedilla | ~ | ~c -> ,Ag(B |
| 141 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B, ~! -> ,A!(B, ~? -> ,A?(B | 141 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B, ~! -> ,A!(B, ~? -> ,A?(B |
| 142 | " nil t) | 142 | " nil t nil nil nil nil nil nil nil nil t) |
| 143 | 143 | ||
| 144 | (quail-define-rules | 144 | (quail-define-rules |
| 145 | ("'A" ?,AA(B) | 145 | ("'A" ?,AA(B) |
| @@ -182,7 +182,7 @@ | |||
| 182 | Key translation rules are: | 182 | Key translation rules are: |
| 183 | ^H -> ?,A&(B, ^J -> ?,A,(B, ^h -> ?,A6(B, ^j -> ?,A<(B, ^C -> ?,AF(B, ^G -> ?,AX(B, | 183 | ^H -> ?,A&(B, ^J -> ?,A,(B, ^h -> ?,A6(B, ^j -> ?,A<(B, ^C -> ?,AF(B, ^G -> ?,AX(B, |
| 184 | ^S -> ?,A^(B, ^c -> ?,Af(B, ^g -> ?,Ax(B, ^s -> ?,A~(B, ~U -> ?,A](B, ~u -> ?,A}(B | 184 | ^S -> ?,A^(B, ^c -> ?,Af(B, ^g -> ?,Ax(B, ^s -> ?,A~(B, ~U -> ?,A](B, ~u -> ?,A}(B |
| 185 | " nil t) | 185 | " nil t nil nil nil nil nil nil nil nil t) |
| 186 | 186 | ||
| 187 | (quail-define-rules | 187 | (quail-define-rules |
| 188 | ("^H" ?,A&(B) | 188 | ("^H" ?,A&(B) |
| @@ -214,7 +214,7 @@ Key translation rules are: | |||
| 214 | diaeresis | \" | \"i -> ,Ao(B | 214 | diaeresis | \" | \"i -> ,Ao(B |
| 215 | cedilla | ~ or , | ~c -> ,Ag(B, ,c -> ,Ag(B | 215 | cedilla | ~ or , | ~c -> ,Ag(B, ,c -> ,Ag(B |
| 216 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B | 216 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B |
| 217 | " nil t) | 217 | " nil t nil nil nil nil nil nil nil nil t) |
| 218 | 218 | ||
| 219 | (quail-define-rules | 219 | (quail-define-rules |
| 220 | ("'E" ?,AI(B) | 220 | ("'E" ?,AI(B) |
| @@ -260,7 +260,7 @@ Key translation rules are: | |||
| 260 | "German (Deutsch) input method with prefix modifiers | 260 | "German (Deutsch) input method with prefix modifiers |
| 261 | Key translation rules are: | 261 | Key translation rules are: |
| 262 | \"A -> ,AD(B -> \"O -> ,AV(B, \"U -> ,A\(B, \"s -> ?,A_(B | 262 | \"A -> ,AD(B -> \"O -> ,AV(B, \"U -> ,A\(B, \"s -> ?,A_(B |
| 263 | " nil t) | 263 | " nil t nil nil nil nil nil nil nil nil t) |
| 264 | 264 | ||
| 265 | (quail-define-rules | 265 | (quail-define-rules |
| 266 | ("\"A" ?,AD(B) | 266 | ("\"A" ?,AD(B) |
| @@ -278,7 +278,7 @@ Key translation rules are: | |||
| 278 | "Irish input method with prefix modifiers | 278 | "Irish input method with prefix modifiers |
| 279 | Key translation rules are: | 279 | Key translation rules are: |
| 280 | 'A -> ,AA(B, 'E -> ,AI(B, 'I -> ,AM(B, 'O -> ,AS(B, 'U -> ,AZ(B | 280 | 'A -> ,AA(B, 'E -> ,AI(B, 'I -> ,AM(B, 'O -> ,AS(B, 'U -> ,AZ(B |
| 281 | " nil t) | 281 | " nil t nil nil nil nil nil nil nil nil t) |
| 282 | 282 | ||
| 283 | (quail-define-rules | 283 | (quail-define-rules |
| 284 | ("'A" ?,AA(B) | 284 | ("'A" ?,AA(B) |
| @@ -306,7 +306,7 @@ Key translation rules are: | |||
| 306 | diaeresis | \" | \"u -> ,A|(B | 306 | diaeresis | \" | \"u -> ,A|(B |
| 307 | tilde | ~ | ~a -> ,Ac(B | 307 | tilde | ~ | ~a -> ,Ac(B |
| 308 | cedilla | ' or , | 'c -> ,Ag(B, ,c -> ,Ag(B | 308 | cedilla | ' or , | 'c -> ,Ag(B, ,c -> ,Ag(B |
| 309 | " nil t) | 309 | " nil t nil nil nil nil nil nil nil nil t) |
| 310 | 310 | ||
| 311 | (quail-define-rules | 311 | (quail-define-rules |
| 312 | ("'A" ?,AA(B) | 312 | ("'A" ?,AA(B) |
| @@ -355,7 +355,7 @@ Key translation rules are: | |||
| 355 | diaeresis | \" | \"u -> ,A|(B | 355 | diaeresis | \" | \"u -> ,A|(B |
| 356 | tilde | ~ | ~n -> ,Aq(B | 356 | tilde | ~ | ~n -> ,Aq(B |
| 357 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B, ~! -> ,A!(B, ~? -> ,A?(B | 357 | symbol | ~ | ~> -> ,A;(B, ~< -> ,A+(B, ~! -> ,A!(B, ~? -> ,A?(B |
| 358 | " nil t) | 358 | " nil t nil nil nil nil nil nil nil nil t) |
| 359 | 359 | ||
| 360 | (quail-define-rules | 360 | (quail-define-rules |
| 361 | ("'A" ?,AA(B) | 361 | ("'A" ?,AA(B) |
| @@ -395,7 +395,7 @@ Key translation rules are: | |||
| 395 | cedilla | ` | `c -> ,Bg(B, `e -> ?,Bj(B | 395 | cedilla | ` | `c -> ,Bg(B, `e -> ?,Bj(B |
| 396 | misc | ---- | 'd -> ,Bp(B, `l -> ,B3(B, `z -> ,B?(B, ~o -> ,Bu(B, ~u -> ,B{(B | 396 | misc | ---- | 'd -> ,Bp(B, `l -> ,B3(B, `z -> ,B?(B, ~o -> ,Bu(B, ~u -> ,B{(B |
| 397 | symbol | ~ | `. -> ,B(B, ~~ -> ,B"(B, ~. -> ?,B8(B | 397 | symbol | ~ | `. -> ,B(B, ~~ -> ,B"(B, ~. -> ?,B8(B |
| 398 | " nil t) | 398 | " nil t nil nil nil nil nil nil nil nil t) |
| 399 | 399 | ||
| 400 | (quail-define-rules | 400 | (quail-define-rules |
| 401 | ("'A" ?,BA(B) | 401 | ("'A" ?,BA(B) |
| @@ -504,7 +504,7 @@ Key translation rules are: | |||
| 504 | dot above | ~ / . | ~o -> ,Cu(B, /o -> ,Cu(B, .o -> ,Cu(B | 504 | dot above | ~ / . | ~o -> ,Cu(B, /o -> ,Cu(B, .o -> ,Cu(B |
| 505 | misc | ---- | \"s -> ,C_(B, ~g -> ,C;(B, ~u -> ,C}(B, /h -> ,C1(B, /i -> ,C9(B | 505 | misc | ---- | \"s -> ,C_(B, ~g -> ,C;(B, ~u -> ,C}(B, /h -> ,C1(B, /i -> ,C9(B |
| 506 | symbol | ~ | ~` -> ,C"(B, /# -> ,C#(B, /$ -> ,C$(B, // -> ,C0(B | 506 | symbol | ~ | ~` -> ,C"(B, /# -> ,C#(B, /$ -> ,C$(B, // -> ,C0(B |
| 507 | " nil t) | 507 | " nil t nil nil nil nil nil nil nil nil t) |
| 508 | 508 | ||
| 509 | (quail-define-rules | 509 | (quail-define-rules |
| 510 | ("'A" ?,CA(B) | 510 | ("'A" ?,CA(B) |