/[emacs]/emacs/man/mule.texi
ViewVC logotype

Diff of /emacs/man/mule.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by rms, Sun Jul 7 11:22:29 2002 UTC revision 1.63 by rms, Sun Jul 7 23:24:49 2002 UTC
# Line 992  translation of keyboard input is useful Line 992  translation of keyboard input is useful
992  send non-ASCII graphic characters---for example, some terminals designed  send non-ASCII graphic characters---for example, some terminals designed
993  for ISO Latin-1 or subsets of it.  for ISO Latin-1 or subsets of it.
994    
995    By default, keyboard input is not translated at all.    By default, keyboard input is translated based on your system locale
996    setting.  If your terminal does not really support the encoding
997    implied by your locale (for example, if you find it inserts a
998    non-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.
1000    You can do this by putting
1001    
1002    @lisp
1003    (set-keyboard-coding-system nil)
1004    @end lisp
1005    
1006    @noindent
1007    in your @file{~/.emacs} file.
1008    
1009    There is a similarity between using a coding system translation for    There is a similarity between using a coding system translation for
1010  keyboard input, and using an input method: both define sequences of  keyboard input, and using an input method: both define sequences of

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26