comparison lisp/language/european.el @ 36870:afe2778e4c9d

("Latin-5", "Latin-4"): Use postfix input methods since there are not prefix input methods.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 19 Mar 2001 14:22:14 +0000
parents c26260dd320b
children d377298f0844
comparison
equal deleted inserted replaced
36869:a9cbe17061fc 36870:afe2778e4c9d
149 (coding-system iso-8859-4) 149 (coding-system iso-8859-4)
150 (coding-priority iso-8859-4) 150 (coding-priority iso-8859-4)
151 (nonascii-translation . latin-iso8859-4) 151 (nonascii-translation . latin-iso8859-4)
152 (unibyte-syntax . "latin-4") 152 (unibyte-syntax . "latin-4")
153 (unibyte-display . iso-8859-4) 153 (unibyte-display . iso-8859-4)
154 (input-method . "latin-4-prefix") 154 (input-method . "latin-4-postfix")
155 (documentation . "\ 155 (documentation . "\
156 These languages are supported with the Latin-4 (ISO-8859-4) character set: 156 These languages are supported with the Latin-4 (ISO-8859-4) character set:
157 Danish, English, Estonian, Finnish, German, Greenlandic, Lappish, 157 Danish, English, Estonian, Finnish, German, Greenlandic, Lappish,
158 Latvian, Lithuanian, and Norwegian.")) 158 Latvian, Lithuanian, and Norwegian."))
159 '("European")) 159 '("European"))
177 (coding-system iso-latin-5) 177 (coding-system iso-latin-5)
178 (coding-priority iso-latin-5) 178 (coding-priority iso-latin-5)
179 (nonascii-translation . latin-iso8859-9) 179 (nonascii-translation . latin-iso8859-9)
180 (unibyte-syntax . "latin-5") 180 (unibyte-syntax . "latin-5")
181 (unibyte-display . iso-latin-5) 181 (unibyte-display . iso-latin-5)
182 (input-method . "latin-5-prefix") 182 (input-method . "latin-5-postfix")
183 (documentation . "\ 183 (documentation . "\
184 These languages are supported with the Latin-5 (ISO-8859-9) character set: 184 These languages are supported with the Latin-5 (ISO-8859-9) character set:
185 Bulgarian, Byelorussian, (Slavic) Macedonian, Russian, Serbian and 185 Bulgarian, Byelorussian, (Slavic) Macedonian, Russian, Serbian and
186 Ukranian.")) ; says ISO 8859-1 186 Ukranian.")) ; says ISO 8859-1
187 '("European")) 187 '("European"))