aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-07 23:24:49 +0000
committerRichard M. Stallman2002-07-07 23:24:49 +0000
commitdfa56e2b678eddd320b6c696552fa16e194f2258 (patch)
treebbefd98f5b069e6d28778b925750552771c8553f
parent84c1f5fea5b92f35c227899cee8c334d4fdeb528 (diff)
downloademacs-dfa56e2b678eddd320b6c696552fa16e194f2258.tar.gz
emacs-dfa56e2b678eddd320b6c696552fa16e194f2258.zip
keyboard-coding-system is initialized from the locale.
-rw-r--r--man/mule.texi14
1 files changed, 13 insertions, 1 deletions
diff --git a/man/mule.texi b/man/mule.texi
index e819e186a7e..06bb9617166 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -992,7 +992,19 @@ translation of keyboard input is useful for terminals with keys that
992send non-ASCII graphic characters---for example, some terminals designed 992send non-ASCII graphic characters---for example, some terminals designed
993for ISO Latin-1 or subsets of it. 993for ISO Latin-1 or subsets of it.
994 994
995 By default, keyboard input is not translated at all. 995 By default, keyboard input is translated based on your system locale
996setting. If your terminal does not really support the encoding
997implied by your locale (for example, if you find it inserts a
998non-ASCII character if you type @kbd{M-i}), you will need to set
999@code{keyboard-coding-system} to @code{nil} to turn off encoding.
1000You can do this by putting
1001
1002@lisp
1003(set-keyboard-coding-system nil)
1004@end lisp
1005
1006@noindent
1007in your @file{~/.emacs} file.
996 1008
997 There is a similarity between using a coding system translation for 1009 There is a similarity between using a coding system translation for
998keyboard input, and using an input method: both define sequences of 1010keyboard input, and using an input method: both define sequences of