comparison lisp/language/european.el @ 23048:fd2d1a752d93

Give proper value of `input-method' key to all lang. env.
author Kenichi Handa <handa@m17n.org>
date Tue, 18 Aug 1998 00:43:52 +0000
parents 5681e7798ce9
children c3cb64f8dc9c
comparison
equal deleted inserted replaced
23047:fc5f85abc044 23048:fd2d1a752d93
60 (coding-system iso-latin-1) 60 (coding-system iso-latin-1)
61 (coding-priority iso-latin-1) 61 (coding-priority iso-latin-1)
62 (nonascii-translation . latin-iso8859-1) 62 (nonascii-translation . latin-iso8859-1)
63 (unibyte-syntax . "latin-1") 63 (unibyte-syntax . "latin-1")
64 (unibyte-display . iso-latin-1) 64 (unibyte-display . iso-latin-1)
65 (input-method "latin-1-prefix")
65 (sample-text 66 (sample-text
66 . "Hello, Hej, Tere, Hei, Bonjour, Gr,A|_(B Gott, Ciao, ,A!(BHola!") 67 . "Hello, Hej, Tere, Hei, Bonjour, Gr,A|_(B Gott, Ciao, ,A!(BHola!")
67 (documentation . "\ 68 (documentation . "\
68 These languages are supported with the Latin-1 (ISO-8859-1) character set: 69 These languages are supported with the Latin-1 (ISO-8859-1) character set:
69 Danish, Dutch, English, Faeroese, Finnish, French, German, Icelandic, 70 Danish, Dutch, English, Faeroese, Finnish, French, German, Icelandic,
94 (coding-system iso-latin-2) 95 (coding-system iso-latin-2)
95 (coding-priority iso-latin-2) 96 (coding-priority iso-latin-2)
96 (nonascii-translation . latin-iso8859-2) 97 (nonascii-translation . latin-iso8859-2)
97 (unibyte-syntax . "latin-2") 98 (unibyte-syntax . "latin-2")
98 (unibyte-display . iso-latin-2) 99 (unibyte-display . iso-latin-2)
100 (input-method "latin-2-prefix")
99 (documentation . "\ 101 (documentation . "\
100 These languages are supported with the Latin-2 (ISO-8859-2) character set: 102 These languages are supported with the Latin-2 (ISO-8859-2) character set:
101 Albanian, Czech, English, German, Hungarian, Polish, Romanian, 103 Albanian, Czech, English, German, Hungarian, Polish, Romanian,
102 Serbo-Croatian or Croatian, Slovak, Slovene, Sorbian (upper and lower), 104 Serbo-Croatian or Croatian, Slovak, Slovene, Sorbian (upper and lower),
103 and Swedish.")) 105 and Swedish."))
127 (coding-system iso-latin-3) 129 (coding-system iso-latin-3)
128 (coding-priority iso-latin-3) 130 (coding-priority iso-latin-3)
129 (nonascii-translation . latin-iso8859-3) 131 (nonascii-translation . latin-iso8859-3)
130 (unibyte-syntax . "latin-3") 132 (unibyte-syntax . "latin-3")
131 (unibyte-display . iso-latin-3) 133 (unibyte-display . iso-latin-3)
134 (input-method "latin-3-prefix")
132 (documentation . "\ 135 (documentation . "\
133 These languages are supported with the Latin-3 (ISO-8859-3) character set: 136 These languages are supported with the Latin-3 (ISO-8859-3) character set:
134 Afrikaans, Catalan, Dutch, English, Esperanto, French, Galician, 137 Afrikaans, Catalan, Dutch, English, Esperanto, French, Galician,
135 German, Italian, Maltese, Spanish, and Turkish.")) 138 German, Italian, Maltese, Spanish, and Turkish."))
136 '("European")) 139 '("European"))
159 (coding-system iso-8859-4) 162 (coding-system iso-8859-4)
160 (coding-priority iso-8859-4) 163 (coding-priority iso-8859-4)
161 (nonascii-translation . latin-iso8859-4) 164 (nonascii-translation . latin-iso8859-4)
162 (unibyte-syntax . "latin-4") 165 (unibyte-syntax . "latin-4")
163 (unibyte-display . iso-8859-4) 166 (unibyte-display . iso-8859-4)
167 (input-method "latin-4-prefix")
164 (documentation . "\ 168 (documentation . "\
165 These languages are supported with the Latin-4 (ISO-8859-4) character set: 169 These languages are supported with the Latin-4 (ISO-8859-4) character set:
166 Danish, English, Estonian, Finnish, German, Greenlandic, Lappish, 170 Danish, English, Estonian, Finnish, German, Greenlandic, Lappish,
167 Latvian, Lithuanian, and Norwegian.")) 171 Latvian, Lithuanian, and Norwegian."))
168 '("European")) 172 '("European"))
191 (coding-system iso-latin-5) 195 (coding-system iso-latin-5)
192 (coding-priority iso-latin-5) 196 (coding-priority iso-latin-5)
193 (nonascii-translation . latin-iso8859-9) 197 (nonascii-translation . latin-iso8859-9)
194 (unibyte-syntax . "latin-5") 198 (unibyte-syntax . "latin-5")
195 (unibyte-display . iso-latin-5) 199 (unibyte-display . iso-latin-5)
200 (input-method "latin-5-prefix")
196 (documentation . "\ 201 (documentation . "\
197 These languages are supported with the Latin-5 (ISO-8859-9) character set.")) 202 These languages are supported with the Latin-5 (ISO-8859-9) character set."))
198 '("European")) 203 '("European"))
199 204
200 205