(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:
parent
6e49aeecbf
commit
8f76845d7e
6 changed files with 34 additions and 23 deletions
|
@ -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.")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue