diff options
| author | Dave Love | 2000-12-18 17:13:16 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-18 17:13:16 +0000 |
| commit | aa120288d814aa8e3825bc060290ffd149b2fa8c (patch) | |
| tree | 4a946de60275e10bc74836376dbdaac068f7903f | |
| parent | c6da4eb44f849a605e424880b4be609876803829 (diff) | |
| download | emacs-aa120288d814aa8e3825bc060290ffd149b2fa8c.tar.gz emacs-aa120288d814aa8e3825bc060290ffd149b2fa8c.zip | |
keyboard-coding-system
| -rw-r--r-- | man/mule.texi | 16 |
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}) |
| 848 | or the Custom option @code{keyboard-coding-system} | ||
| 847 | specifies the coding system for keyboard input. Character-code | 849 | specifies the coding system for keyboard input. Character-code |
| 848 | translation of keyboard input is useful for terminals with keys that | 850 | translation of keyboard input is useful for terminals with keys that |
| 849 | send non-ASCII graphic characters---for example, some terminals designed | 851 | send 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 | ||
| 1163 | If your keyboard can generate character codes 128 and up, representing | 1167 | If your keyboard can generate character codes 128 and up, representing |
| 1164 | non-ASCII characters, you can execute the following expression to enable | 1168 | non-ASCII characters, use the command @code{M-x |
| 1165 | Emacs to understand them: | 1169 | set-keyboard-coding-system} or the Custom option |
| 1166 | 1170 | @code{keyboard-coding-system} to specify this in the same way as for | |
| 1167 | @example | 1171 | multibyte 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 | ||
| 1173 | It is not necessary to do this under a window system which can | 1173 | It is not necessary to do this under a window system which can |
| 1174 | distinguish 8-bit characters and Meta keys. If you do this on a normal | 1174 | distinguish 8-bit characters and Meta keys. If you do this on a normal |