comparison man/mule.texi @ 37870:af5fdc3ea5b5

Minor clarifications.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 May 2001 07:27:34 +0000
parents dcd99cd5b789
children 89031b4b9a28
comparison
equal deleted inserted replaced
37869:3f26bbf930e8 37870:af5fdc3ea5b5
258 the Emacs session. The supported language environments include: 258 the Emacs session. The supported language environments include:
259 259
260 @cindex Euro sign 260 @cindex Euro sign
261 @quotation 261 @quotation
262 Chinese-BIG5, Chinese-CNS, Chinese-GB, Cyrillic-ALT, Cyrillic-ISO, 262 Chinese-BIG5, Chinese-CNS, Chinese-GB, Cyrillic-ALT, Cyrillic-ISO,
263 Cyrillic-KOI8, Czech, Devanagari, English, Ethiopic, German, Greek, 263 Cyrillic-KOI8, Czech, Devanagari, Dutch, English, Ethiopic, German,
264 Hebrew, IPA, Japanese, Korean, Lao, Latin-1, Latin-2, Latin-3, Latin-4, 264 Greek, Hebrew, IPA, Japanese, Korean, Lao, Latin-1, Latin-2, Latin-3,
265 Latin-5, Latin-8 (Celtic), Latin-9 (updated Latin-1, with the Euro 265 Latin-4, Latin-5, Latin-8 (Celtic), Latin-9 (updated Latin-1, with the
266 sign), Polish, Romanian, Slovak, Slovenian, Thai, Tibetan, Turkish, 266 Euro sign), Polish, Romanian, Slovak, Slovenian, Spanish, Thai,
267 Dutch, Spanish, and Vietnamese. 267 Tibetan, Turkish, and Vietnamese.
268 @end quotation 268 @end quotation
269 269
270 @cindex fonts for various scripts 270 @cindex fonts for various scripts
271 @cindex Intlfonts package, installation 271 @cindex Intlfonts package, installation
272 To display the script(s) used by your language environment on a 272 To display the script(s) used by your language environment on a
425 searching for what you have already entered. 425 searching for what you have already entered.
426 426
427 @vindex input-method-verbose-flag 427 @vindex input-method-verbose-flag
428 @vindex input-method-highlight-flag 428 @vindex input-method-highlight-flag
429 The variables @code{input-method-highlight-flag} and 429 The variables @code{input-method-highlight-flag} and
430 @code{input-method-verbose-flag} control how input methods explain what 430 @code{input-method-verbose-flag} control how input methods explain
431 is happening. If @code{input-method-highlight-flag} is non-@code{nil}, 431 what is happening. If @code{input-method-highlight-flag} is
432 the partial sequence is highlighted in the buffer. If 432 non-@code{nil}, the partial sequence is highlighted in the buffer (for
433 @code{input-method-verbose-flag} is non-@code{nil}, the list of possible 433 most input methods---some disable this feature). If
434 characters to type next is displayed in the echo area (but not when you 434 @code{input-method-verbose-flag} is non-@code{nil}, the list of
435 are in the minibuffer). 435 possible characters to type next is displayed in the echo area (but
436 not when you are in the minibuffer).
436 437
437 @cindex Leim package 438 @cindex Leim package
438 Input methods are implemented in the separate Leim package: they are 439 Input methods are implemented in the separate Leim package: they are
439 available only if the system administrator used Leim when building 440 available only if the system administrator used Leim when building
440 Emacs. If Emacs was built without Leim, you will find that no input 441 Emacs. If Emacs was built without Leim, you will find that no input
498 499
499 In some language environments, which support several different input 500 In some language environments, which support several different input
500 methods, you might want to use an input method different from the 501 methods, you might want to use an input method different from the
501 default chosen by @code{set-language-environment}. You can instruct 502 default chosen by @code{set-language-environment}. You can instruct
502 Emacs to select a different default input method for a certain 503 Emacs to select a different default input method for a certain
503 language environment if you by using 504 language environment, if you wish, by using
504 @code{set-language-environment-hook} (@pxref{Language Environments, 505 @code{set-language-environment-hook} (@pxref{Language Environments,
505 set-language-environment-hook}). For example: 506 set-language-environment-hook}). For example:
506 507
507 @lisp 508 @lisp
508 (defun my-chinese-setup () 509 (defun my-chinese-setup ()