aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-12-18 17:13:16 +0000
committerDave Love2000-12-18 17:13:16 +0000
commitaa120288d814aa8e3825bc060290ffd149b2fa8c (patch)
tree4a946de60275e10bc74836376dbdaac068f7903f
parentc6da4eb44f849a605e424880b4be609876803829 (diff)
downloademacs-aa120288d814aa8e3825bc060290ffd149b2fa8c.tar.gz
emacs-aa120288d814aa8e3825bc060290ffd149b2fa8c.zip
keyboard-coding-system
-rw-r--r--man/mule.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/mule.texi b/man/mule.texi
index bb2b99403a7..ddca6c9c436 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -843,7 +843,9 @@ your locale specification (@pxref{Language Environments}).
843 843
844@kindex C-x RET k 844@kindex C-x RET k
845@findex set-keyboard-coding-system 845@findex set-keyboard-coding-system
846@vindex keyboard-coding-system
846 The command @kbd{C-x @key{RET} k} (@code{set-keyboard-coding-system}) 847 The command @kbd{C-x @key{RET} k} (@code{set-keyboard-coding-system})
848or the Custom option @code{keyboard-coding-system}
847specifies the coding system for keyboard input. Character-code 849specifies the coding system for keyboard input. Character-code
848translation of keyboard input is useful for terminals with keys that 850translation of keyboard input is useful for terminals with keys that
849send non-ASCII graphic characters---for example, some terminals designed 851send non-ASCII graphic characters---for example, some terminals designed
@@ -1160,15 +1162,13 @@ characters:
1160@itemize @bullet 1162@itemize @bullet
1161@cindex 8-bit input 1163@cindex 8-bit input
1162@item 1164@item
1165@findex set-keyboard-coding-system
1166@vindex keyboard-coding-system
1163If your keyboard can generate character codes 128 and up, representing 1167If your keyboard can generate character codes 128 and up, representing
1164non-ASCII characters, you can execute the following expression to enable 1168non-ASCII characters, use the command @code{M-x
1165Emacs to understand them: 1169set-keyboard-coding-system} or the Custom option
1166 1170@code{keyboard-coding-system} to specify this in the same way as for
1167@example 1171multibyte usage (@pxref{Specify Coding}).
1168(set-input-mode (car (current-input-mode))
1169 (nth 1 (current-input-mode))
1170 0)
1171@end example
1172 1172
1173It is not necessary to do this under a window system which can 1173It is not necessary to do this under a window system which can
1174distinguish 8-bit characters and Meta keys. If you do this on a normal 1174distinguish 8-bit characters and Meta keys. If you do this on a normal