summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-01-09 11:52:50 +0000
committerGerd Moellmann <gerd@gnu.org>2001-01-09 11:52:50 +0000
commit891258f254fd2623b14034d5573dee89ad6bfd7a (patch)
tree94c32fb3ad0a18dbfa8d56b2a2379c234fa966a3
parent0e3c1e3ea6a27e20d0252661336afe9fc84b21f5 (diff)
downloademacs-891258f254fd2623b14034d5573dee89ad6bfd7a.tar.gz
Add Dutch and Spanish language info
to be able to use the appropriate tutorials.
-rw-r--r--lisp/language/european.el32
1 files changed, 31 insertions, 1 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el
index 30d31a4adff..a6cc5d8fa3c 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -1,6 +1,6 @@
;;; european.el --- European languages -*- coding: iso-2022-7bit; -*-
-;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
+;; Copyright (C) 1995, 1997, 2001 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
;; Keywords: multilingual, European
@@ -276,6 +276,36 @@ but default input method is set to \"german-postfix\"."))
(documentation . t))
'("European"))
+(set-language-info-alist
+ "Spanish" '((tutorial . "TUTORIAL.es")
+ (charset ascii latin-iso8859-1)
+ (coding-system iso-latin-1)
+ (coding-priority iso-latin-1)
+ (input-method . "spanish-postfix")
+ (nonascii-translation . iso-latin-1)
+ (unibyte-syntax . "latin-1")
+ (unibyte-display . iso-latin-1)
+ (sample-text . "Spanish (Espa,Aq(Bol) ,A!(BHola!")
+ (documentation . "\
+This language environment is almost the same as Latin-1,
+but default input method is set to \"spanish-postfix\",
+and select's the Spanish tutorial."))
+ '("European"))
+
+(set-language-info-alist
+ "Dutch" '((tutorial . "TUTORIAL.nl")
+ (charset ascii latin-iso8859-1)
+ (coding-system iso-latin-1)
+ (coding-priority iso-latin-1)
+ (nonascii-translation . iso-latin-1)
+ (unibyte-syntax . "latin-1")
+ (unibyte-display . iso-latin-1)
+ (sample-text . "Er is een aantal manieren waarop je dit kan doen")
+ (documentation . "\
+This language environment is almost the same as Latin-1,
+but select's the Dutch tutorial."))
+ '("European"))
+
;; For Turkish, the character set ISO-8859-9 (Latin-5) is used. But,
;; before the introduction of ISO-8859-9 in 1988, ISO-8859-3 (Latin-3)
;; was used for Turkish. Those who use Latin-3 for Turkish should use