diff options
| author | Paul Eggert | 1999-11-20 06:51:09 +0000 |
|---|---|---|
| committer | Paul Eggert | 1999-11-20 06:51:09 +0000 |
| commit | fa71a53211e7f46316a5c7526a2e5e308368f66f (patch) | |
| tree | 13948bf05f52eb014e367a71615310760bc07307 | |
| parent | 2dedd03c496a244e5f0732a96a550f5bb3bdd4d6 (diff) | |
| download | emacs-fa71a53211e7f46316a5c7526a2e5e308368f66f.tar.gz emacs-fa71a53211e7f46316a5c7526a2e5e308368f66f.zip | |
Describe the relationship between set-locale-environment and
set-language-environment, and why one might want to invoke
set-locale-environment.
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | man/mule.texi | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 0d0f438d490..16316c879f4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 1999-11-20 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | * mule.texi: Describe the relationship between | ||
| 4 | set-locale-environment and set-language-environment, and why | ||
| 5 | one might want to invoke set-locale-environment. | ||
| 6 | |||
| 1 | 1999-11-01 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 1999-11-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * cc-mode.texi: Fix complaints from makeinfo 4.0. | 9 | * cc-mode.texi: Fix complaints from makeinfo 4.0. |
diff --git a/man/mule.texi b/man/mule.texi index 09962e3d111..72d1b5be715 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -181,6 +181,17 @@ locale @samp{en_GB.ISO8859-15} matches @code{"Latin-1"} in | |||
| 181 | @code{locale-charset-language-names}; since these two language | 181 | @code{locale-charset-language-names}; since these two language |
| 182 | environments' character sets disagree, Emacs uses @code{"Latin-9"}. | 182 | environments' character sets disagree, Emacs uses @code{"Latin-9"}. |
| 183 | 183 | ||
| 184 | If all goes well, the @code{set-locale-environment} function selects | ||
| 185 | the language environment, since language is part of locale. It also | ||
| 186 | adjusts the display table and terminal coding system, the locale coding | ||
| 187 | system, and the preferred coding system as needed for the locale. | ||
| 188 | |||
| 189 | Since the @code{set-locale-environment} function is automatically | ||
| 190 | invoked during startup, you normally do not need to invoke it yourself. | ||
| 191 | However, if you modify the @env{LC_ALL}, @env{LC_CTYPE}, or @env{LANG} | ||
| 192 | environment variables, you may want to invoke the | ||
| 193 | @code{set-locale-environment} function afterwards. | ||
| 194 | |||
| 184 | @findex set-locale-environment | 195 | @findex set-locale-environment |
| 185 | @vindex locale-preferred-coding-systems | 196 | @vindex locale-preferred-coding-systems |
| 186 | The @code{set-locale-environment} function normally uses the preferred | 197 | The @code{set-locale-environment} function normally uses the preferred |