diff options
| author | Francesco Potortì | 2003-02-06 11:32:07 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2003-02-06 11:32:07 +0000 |
| commit | 6f3ab39c77885572d6ec9a33340b0dfce4cfb96b (patch) | |
| tree | 4a0c68a30c8497e3b0b9286d33ad3f97970ca2a9 | |
| parent | 0dcfc7bc0c02bf649e3286edd3bf73d87f6f242b (diff) | |
| download | emacs-6f3ab39c77885572d6ec9a33340b0dfce4cfb96b.tar.gz emacs-6f3ab39c77885572d6ec9a33340b0dfce4cfb96b.zip | |
Add Slovenian to the deoc string fro language-info-alist.
Put dutch language first (alphabetic order).
| -rw-r--r-- | lisp/language/european.el | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el index 4ab5ba902cc..ee0ab84ca21 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -64,8 +64,10 @@ character set which supports the following European languages: | |||
| 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 Spanish, \"Spanish\". | ||
| 68 | For French, \"French\". | 67 | For French, \"French\". |
| 68 | For Italian, \"Italian\". | ||
| 69 | For Slovenian, \"Slovenian\". | ||
| 70 | For Spanish, \"Spanish\". | ||
| 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.")) |
| @@ -251,6 +253,21 @@ 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) |
| @@ -328,21 +345,6 @@ 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")) | 346 | '("European")) |
| 330 | 347 | ||
| 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")) | ||
| 345 | |||
| 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 |