From 891258f254fd2623b14034d5573dee89ad6bfd7a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 9 Jan 2001 11:52:50 +0000 Subject: [PATCH] Add Dutch and Spanish language info to be able to use the appropriate tutorials. --- lisp/language/european.el | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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 -- 2.39.2