(setup-XXX-environment): Just call set-language-environment. If

they used to do some other jobs than what done by
set-language-environment, those jobs are done in
setup-XXX-environment-internal now.
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.
This commit is contained in:
Kenichi Handa 1998-08-10 06:29:02 +00:00
parent 6e49aeecbf
commit 8f76845d7e
6 changed files with 34 additions and 23 deletions

View file

@ -29,13 +29,15 @@
(defun setup-ipa-environment ()
"Setup multilingual environment (MULE) for IPA."
(interactive)
(setup-english-environment))
(set-language-environment "IPA"))
(set-language-info-alist
"IPA" '((setup-function . setup-ipa-environment)
(charset . (ipa))
"IPA" '((charset . (ipa))
(coding-priority iso-2022-7bit)
(coding-system iso-2022-7bit)
(input-method . "ipa")
(nonascii-translation . ipa)
(unibyte-display . iso-2022-7bit)
(documentation . "\
IPA is International Phonetic Alphabet for English, French, German
and Italian.")))