emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/mule.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/mule.texi
Date: Sun, 07 Jul 2002 19:25:14 -0400

Index: emacs/man/mule.texi
diff -c emacs/man/mule.texi:1.62 emacs/man/mule.texi:1.63
*** emacs/man/mule.texi:1.62    Sun Jul  7 07:22:29 2002
--- emacs/man/mule.texi Sun Jul  7 19:24:49 2002
***************
*** 992,998 ****
  send non-ASCII graphic characters---for example, some terminals designed
  for ISO Latin-1 or subsets of it.
  
!   By default, keyboard input is not translated at all.
  
    There is a similarity between using a coding system translation for
  keyboard input, and using an input method: both define sequences of
--- 992,1010 ----
  send non-ASCII graphic characters---for example, some terminals designed
  for ISO Latin-1 or subsets of it.
  
!   By default, keyboard input is translated based on your system locale
! setting.  If your terminal does not really support the encoding
! implied by your locale (for example, if you find it inserts a
! non-ASCII character if you type @kbd{M-i}), you will need to set
! @code{keyboard-coding-system} to @code{nil} to turn off encoding.
! You can do this by putting
! 
! @lisp
! (set-keyboard-coding-system nil)
! @end lisp
! 
! @noindent
! in your @file{~/.emacs} file.
  
    There is a similarity between using a coding system translation for
  keyboard input, and using an input method: both define sequences of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]