Mercurial > emacs
comparison lisp/language/european.el @ 49633:b7ecf0c51886
Add Slovenian to the deoc string fro language-info-alist.
Put dutch language first (alphabetic order).
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 06 Feb 2003 11:32:07 +0000 |
parents | 7b1e2c5a193b |
children | fe28719083ea |
comparison
equal
deleted
inserted
replaced
49632:2fd42afc7124 | 49633:b7ecf0c51886 |
---|---|
62 Italian, Latin, Luxemburgish, Norwegian, Portuguese, Rhaeto-Romanic, | 62 Italian, Latin, Luxemburgish, Norwegian, Portuguese, Rhaeto-Romanic, |
63 Scottish Gaelic, Spanish, and Swedish. | 63 Scottish Gaelic, Spanish, and Swedish. |
64 We also have specific language environments for the following languages: | 64 We also have specific language environments for the following languages: |
65 For Dutch, \"Dutch\". | 65 For Dutch, \"Dutch\". |
66 For German, \"German\". | 66 For German, \"German\". |
67 For French, \"French\". | |
68 For Italian, \"Italian\". | |
69 For Slovenian, \"Slovenian\". | |
67 For Spanish, \"Spanish\". | 70 For Spanish, \"Spanish\". |
68 For French, \"French\". | |
69 | 71 |
70 Latin-1 also covers several written languages outside Europe, including | 72 Latin-1 also covers several written languages outside Europe, including |
71 Indonesian/Malay, Tagalog (Philippines), Swahili and Afrikaans.")) | 73 Indonesian/Malay, Tagalog (Philippines), Swahili and Afrikaans.")) |
72 '("European")) | 74 '("European")) |
73 | 75 |
249 addition of the Euro sign and some additional French and Finnish letters. | 251 addition of the Euro sign and some additional French and Finnish letters. |
250 Latin-9 is sometimes nicknamed `Latin-0'.")) | 252 Latin-9 is sometimes nicknamed `Latin-0'.")) |
251 '("European")) | 253 '("European")) |
252 | 254 |
253 (set-language-info-alist | 255 (set-language-info-alist |
256 "Dutch" '((tutorial . "TUTORIAL.nl") | |
257 (charset ascii latin-iso8859-1) | |
258 (coding-system iso-latin-1 iso-latin-9) | |
259 (coding-priority iso-latin-1) | |
260 (nonascii-translation . latin-iso8859-1) | |
261 (unibyte-syntax . "latin-1") | |
262 (unibyte-display . iso-latin-1) | |
263 (input-method . "dutch") | |
264 (sample-text . "Er is een aantal manieren waarop je dit kan doen") | |
265 (documentation . "\ | |
266 This language environment is almost the same as Latin-1, | |
267 but it selects the Dutch tutorial and input method.")) | |
268 '("European")) | |
269 | |
270 (set-language-info-alist | |
254 "German" '((tutorial . "TUTORIAL.de") | 271 "German" '((tutorial . "TUTORIAL.de") |
255 (charset ascii latin-iso8859-1) | 272 (charset ascii latin-iso8859-1) |
256 (coding-system iso-latin-1 iso-latin-9) | 273 (coding-system iso-latin-1 iso-latin-9) |
257 (coding-priority iso-latin-1) | 274 (coding-priority iso-latin-1) |
258 (input-method . "german-postfix") | 275 (input-method . "german-postfix") |
324 (sample-text . "Spanish (Espa,Aq(Bol) ,A!(BHola!") | 341 (sample-text . "Spanish (Espa,Aq(Bol) ,A!(BHola!") |
325 (documentation . "\ | 342 (documentation . "\ |
326 This language environment is almost the same as Latin-1, | 343 This language environment is almost the same as Latin-1, |
327 but it sets the default input method to \"spanish-postfix\", | 344 but it sets the default input method to \"spanish-postfix\", |
328 and it selects the Spanish tutorial.")) | 345 and it selects the Spanish tutorial.")) |
329 '("European")) | |
330 | |
331 (set-language-info-alist | |
332 "Dutch" '((tutorial . "TUTORIAL.nl") | |
333 (charset ascii latin-iso8859-1) | |
334 (coding-system iso-latin-1 iso-latin-9) | |
335 (coding-priority iso-latin-1) | |
336 (nonascii-translation . latin-iso8859-1) | |
337 (unibyte-syntax . "latin-1") | |
338 (unibyte-display . iso-latin-1) | |
339 (input-method . "dutch") | |
340 (sample-text . "Er is een aantal manieren waarop je dit kan doen") | |
341 (documentation . "\ | |
342 This language environment is almost the same as Latin-1, | |
343 but it selects the Dutch tutorial and input method.")) | |
344 '("European")) | 346 '("European")) |
345 | 347 |
346 ;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But, | 348 ;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But, |
347 ;; before the introduction of ISO-8859-9 in 1988, ISO-8859-3 (Latin-3) | 349 ;; before the introduction of ISO-8859-9 in 1988, ISO-8859-3 (Latin-3) |
348 ;; was used for Turkish. Those who use Latin-3 for Turkish should use | 350 ;; was used for Turkish. Those who use Latin-3 for Turkish should use |