aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-21 18:54:00 +0000
committerRichard M. Stallman2005-03-21 18:54:00 +0000
commit3567915c5b389f9ae67269eddbddfa890ffce6a4 (patch)
treede787fc3c05b46634a1a39cfc05aa0c17e843420
parenta3f7375f2decd6059f711645cd48c647e4f0c3f5 (diff)
downloademacs-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.texi20
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
439possible characters to type next is displayed in the echo area (but 439possible characters to type next is displayed in the echo area (but
440not when you are in the minibuffer). 440not when you are in the minibuffer).
441 441
442@cindex Leim package
443 Input methods are implemented in the separate Leim package: they are
444available only if the system administrator used Leim when building
445Emacs. If Emacs was built without Leim, you will find that no input
446methods 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
528actual keyboard layout. To specify which layout your keyboard has, use 522actual keyboard layout. To specify which layout your keyboard has, use
529the command @kbd{M-x quail-set-keyboard-layout}. 523the 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
528point, 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
533list-input-methods}. The list gives information about each input 532list-input-methods}. The list gives information about each input
@@ -903,6 +902,9 @@ file in the current buffer.
903Specify coding system @var{coding} for the immediately following 902Specify coding system @var{coding} for the immediately following
904command. 903command.
905 904
905@item C-x @key{RET} r @var{coding} @key{RET}
906Revisit 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}
907Use coding system @var{coding} for keyboard input. 909Use coding system @var{coding} for keyboard input.
908 910
@@ -975,6 +977,12 @@ in a file. Selecting a language environment typically sets this
975variable to a good choice of default coding system for that language 977variable to a good choice of default coding system for that language
976environment. 978environment.
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
983with @kbd{C-x @key{RET} r} (@code{revert-buffer-with-coding-system}).
984This 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})