diff options
| author | Richard M. Stallman | 2005-03-21 18:54:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-21 18:54:00 +0000 |
| commit | 3567915c5b389f9ae67269eddbddfa890ffce6a4 (patch) | |
| tree | de787fc3c05b46634a1a39cfc05aa0c17e843420 | |
| parent | a3f7375f2decd6059f711645cd48c647e4f0c3f5 (diff) | |
| download | emacs-3567915c5b389f9ae67269eddbddfa890ffce6a4.tar.gz emacs-3567915c5b389f9ae67269eddbddfa890ffce6a4.zip | |
(Input Methods): Leim is now built-in.
(Select Input Method): Document quail-show-key.
(Specify Coding): Document revert-buffer-with-coding-system.
| -rw-r--r-- | man/mule.texi | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/man/mule.texi b/man/mule.texi index a726265ff72..be71bd64402 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -439,12 +439,6 @@ most input methods---some disable this feature). If | |||
| 439 | possible characters to type next is displayed in the echo area (but | 439 | possible characters to type next is displayed in the echo area (but |
| 440 | not when you are in the minibuffer). | 440 | not when you are in the minibuffer). |
| 441 | 441 | ||
| 442 | @cindex Leim package | ||
| 443 | Input methods are implemented in the separate Leim package: they are | ||
| 444 | available only if the system administrator used Leim when building | ||
| 445 | Emacs. If Emacs was built without Leim, you will find that no input | ||
| 446 | methods are defined. | ||
| 447 | |||
| 448 | @node Select Input Method | 442 | @node Select Input Method |
| 449 | @section Selecting an Input Method | 443 | @section Selecting an Input Method |
| 450 | 444 | ||
| @@ -528,6 +522,11 @@ for those scripts. How to do this remapping properly depends on your | |||
| 528 | actual keyboard layout. To specify which layout your keyboard has, use | 522 | actual keyboard layout. To specify which layout your keyboard has, use |
| 529 | the command @kbd{M-x quail-set-keyboard-layout}. | 523 | the command @kbd{M-x quail-set-keyboard-layout}. |
| 530 | 524 | ||
| 525 | @findex quail-show-key | ||
| 526 | You can use the command @kbd{M-x quail-show-key} to show what key | ||
| 527 | (or key sequence) to type in order to input the character following | ||
| 528 | point, using the selected keyboard layout. | ||
| 529 | |||
| 531 | @findex list-input-methods | 530 | @findex list-input-methods |
| 532 | To display a list of all the supported input methods, type @kbd{M-x | 531 | To display a list of all the supported input methods, type @kbd{M-x |
| 533 | list-input-methods}. The list gives information about each input | 532 | list-input-methods}. The list gives information about each input |
| @@ -903,6 +902,9 @@ file in the current buffer. | |||
| 903 | Specify coding system @var{coding} for the immediately following | 902 | Specify coding system @var{coding} for the immediately following |
| 904 | command. | 903 | command. |
| 905 | 904 | ||
| 905 | @item C-x @key{RET} r @var{coding} @key{RET} | ||
| 906 | Revisit the current file using the coding system @var{coding}. | ||
| 907 | |||
| 906 | @item C-x @key{RET} k @var{coding} @key{RET} | 908 | @item C-x @key{RET} k @var{coding} @key{RET} |
| 907 | Use coding system @var{coding} for keyboard input. | 909 | Use coding system @var{coding} for keyboard input. |
| 908 | 910 | ||
| @@ -975,6 +977,12 @@ in a file. Selecting a language environment typically sets this | |||
| 975 | variable to a good choice of default coding system for that language | 977 | variable to a good choice of default coding system for that language |
| 976 | environment. | 978 | environment. |
| 977 | 979 | ||
| 980 | @kindex C-x RET r | ||
| 981 | @findex revert-buffer-with-coding-system | ||
| 982 | If you visit a file with a wrong coding system, you can correct this | ||
| 983 | with @kbd{C-x @key{RET} r} (@code{revert-buffer-with-coding-system}). | ||
| 984 | This visits the current file again, using a coding system you specify. | ||
| 985 | |||
| 978 | @kindex C-x RET t | 986 | @kindex C-x RET t |
| 979 | @findex set-terminal-coding-system | 987 | @findex set-terminal-coding-system |
| 980 | The command @kbd{C-x @key{RET} t} (@code{set-terminal-coding-system}) | 988 | The command @kbd{C-x @key{RET} t} (@code{set-terminal-coding-system}) |