diff options
| author | Dave Love | 2001-12-15 17:43:05 +0000 |
|---|---|---|
| committer | Dave Love | 2001-12-15 17:43:05 +0000 |
| commit | 3286933f81fc8c5cd63f180b3c02819faade5c19 (patch) | |
| tree | 9320d72b78737f9956e6616fa985bbe891e88d25 | |
| parent | 9c20a8d51687d934b8d9fa018df6a1075f18c5ea (diff) | |
| download | emacs-3286933f81fc8c5cd63f180b3c02819faade5c19.tar.gz emacs-3286933f81fc8c5cd63f180b3c02819faade5c19.zip | |
("Welsh", "Latin-7", "Lithuanian")
("Latvian"): New languages.
| -rw-r--r-- | lisp/language/european.el | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el index 800e5f79dfd..64664a544e5 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -360,6 +360,36 @@ but select's the Dutch tutorial.")) | |||
| 360 | (documentation . t)) | 360 | (documentation . t)) |
| 361 | '("European")) | 361 | '("European")) |
| 362 | 362 | ||
| 363 | (set-language-info-alist | ||
| 364 | "Welsh" `((coding-system utf-8 latin-8) ; the input method is Unicode-based | ||
| 365 | (coding-priority utf-8 latin-8) | ||
| 366 | (input-method . "welsh") | ||
| 367 | (documentation . "Support for Welsh, using Unicode.")) | ||
| 368 | '("European")) | ||
| 369 | |||
| 370 | (set-language-info-alist | ||
| 371 | "Latin-7" `((coding-system latin-7) | ||
| 372 | (coding-priority latin-7) | ||
| 373 | ;; Fixme: input-method | ||
| 374 | (features code-pages) | ||
| 375 | (documentation . "Support for Latin-7, e.g. Latvian, Lithuanian.")) | ||
| 376 | '("European")) | ||
| 377 | |||
| 378 | (set-language-info-alist | ||
| 379 | "Lithuanian" `((coding-system latin-7) | ||
| 380 | (coding-priority latin-7) | ||
| 381 | (input-method . "lithuanian-keyboard") | ||
| 382 | (features code-pages) | ||
| 383 | (documentation . "Support for Lithuanian.")) | ||
| 384 | '("European")) | ||
| 385 | |||
| 386 | (set-language-info-alist | ||
| 387 | "Latvian" `((coding-system latin-7) | ||
| 388 | (coding-priority latin-7) | ||
| 389 | (input-method . "latvian-keyboard") | ||
| 390 | (features code-pages) | ||
| 391 | (documentation . "Support for Latvian.")) | ||
| 392 | '("European")) | ||
| 363 | 393 | ||
| 364 | ;; Definitions for the Mac Roman character sets and coding system. | 394 | ;; Definitions for the Mac Roman character sets and coding system. |
| 365 | ;; The Mac Roman encoding uses all 128 code points in the range 128 to | 395 | ;; The Mac Roman encoding uses all 128 code points in the range 128 to |