# HG changeset patch # User Dave Love # Date 967123159 0 # Node ID 3362938ebbd76c2de69894bf7f6710ade3e6dd6d # Parent cddbaf4b2f1b9de9d8c4adec63c9afbe17d80dd2 ("Latin-8", "Latin-9"): Add input methods, mod sample text. diff -r cddbaf4b2f1b -r 3362938ebbd7 lisp/language/european.el --- a/lisp/language/european.el Thu Aug 24 13:18:03 2000 +0000 +++ b/lisp/language/european.el Thu Aug 24 13:19:19 2000 +0000 @@ -214,14 +214,13 @@ (nonascii-translation . latin-iso8859-14) (unibyte-syntax . "latin-8") (unibyte-display . iso-latin-8) - (input-method . "latin-1-prefix") ; fixme -;;; Fixme: Welsh/Ga{e}lic greetings -;;; (sample-text -;;; . "") + (input-method . "latin-8-prefix") + ;; Fixme: Welsh/Ga{e}lic greetings + (sample-text . ",_"(B ,_p(B ,_^(B") (documentation . "\ This language environment is a generic one for the Latin-8 (ISO-8859-14) -character set which supports the Celtic languages which are not covered -by other ISO-8859 character sets, specifically Welsh, Manx Gaelic and +character set which supports the Celtic languages, including those not +covered by other ISO-8859 character sets: Welsh, Manx Gaelic and Irish Gaelic (old orthography).")) '("European")) @@ -246,9 +245,9 @@ (nonascii-translation . latin-iso8859-15) (unibyte-syntax . "latin-9") (unibyte-display . iso-latin-9) - (input-method . "latin-1-prefix") ; fixme? + (input-method . "latin-9-prefix") (sample-text - . "Ave Latinum IX, ,b&(48<=>(B ,b$$$(B") + . "AVE. ,b&(48<=>(B ,b$(B") (documentation . "\ This language environment is a generic one for the Latin-9 (ISO-8859-15) character set which supports the same languages as Latin-1 with the @@ -319,4 +318,6 @@ (documentation . t)) '("European")) +(provide 'european) + ;;; european.el ends here