comparison man/mule.texi @ 59796:48aa868cde0b

Don't say just "option" when talking about variables. Other minor cleanups.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Jan 2005 11:20:14 +0000
parents a322009ca3d0
children 06251e15fd5e fa9654493afb
comparison
equal deleted inserted replaced
59795:ba8c5b54e390 59796:48aa868cde0b
994 994
995 @kindex C-x RET k 995 @kindex C-x RET k
996 @findex set-keyboard-coding-system 996 @findex set-keyboard-coding-system
997 @vindex keyboard-coding-system 997 @vindex keyboard-coding-system
998 The command @kbd{C-x @key{RET} k} (@code{set-keyboard-coding-system}) 998 The command @kbd{C-x @key{RET} k} (@code{set-keyboard-coding-system})
999 or the Custom option @code{keyboard-coding-system} 999 or the variable @code{keyboard-coding-system} specifies the coding
1000 specifies the coding system for keyboard input. Character-code 1000 system for keyboard input. Character-code translation of keyboard
1001 translation of keyboard input is useful for terminals with keys that 1001 input is useful for terminals with keys that send non-@acronym{ASCII}
1002 send non-@acronym{ASCII} graphic characters---for example, some terminals designed 1002 graphic characters---for example, some terminals designed for ISO
1003 for ISO Latin-1 or subsets of it. 1003 Latin-1 or subsets of it.
1004 1004
1005 By default, keyboard input is translated based on your system locale 1005 By default, keyboard input is translated based on your system locale
1006 setting. If your terminal does not really support the encoding 1006 setting. If your terminal does not really support the encoding
1007 implied by your locale (for example, if you find it inserts a 1007 implied by your locale (for example, if you find it inserts a
1008 non-@acronym{ASCII} character if you type @kbd{M-i}), you will need to set 1008 non-@acronym{ASCII} character if you type @kbd{M-i}), you will need to set
1274 @file{iso-ascii} to do this. 1274 @file{iso-ascii} to do this.
1275 1275
1276 @vindex latin1-display 1276 @vindex latin1-display
1277 If your terminal can display Latin-1, you can display characters 1277 If your terminal can display Latin-1, you can display characters
1278 from other European character sets using a mixture of equivalent 1278 from other European character sets using a mixture of equivalent
1279 Latin-1 characters and @acronym{ASCII} mnemonics. Use the Custom option 1279 Latin-1 characters and @acronym{ASCII} mnemonics. Customize the variable
1280 @code{latin1-display} to enable this. The mnemonic @acronym{ASCII} 1280 @code{latin1-display} to enable this. The mnemonic @acronym{ASCII}
1281 sequences mostly correspond to those of the prefix input methods. 1281 sequences mostly correspond to those of the prefix input methods.
1282 1282
1283 @node Single-Byte Character Support 1283 @node Single-Byte Character Support
1284 @section Single-byte Character Set Support 1284 @section Single-byte Character Set Support
1336 directly. 1336 directly.
1337 1337
1338 On a windowing terminal, you should not need to do anything special to 1338 On a windowing terminal, you should not need to do anything special to
1339 use these keys; they should simply work. On a text-only terminal, you 1339 use these keys; they should simply work. On a text-only terminal, you
1340 should use the command @code{M-x set-keyboard-coding-system} or the 1340 should use the command @code{M-x set-keyboard-coding-system} or the
1341 Custom option @code{keyboard-coding-system} to specify which coding 1341 variable @code{keyboard-coding-system} to specify which coding
1342 system your keyboard uses (@pxref{Specify Coding}). Enabling this 1342 system your keyboard uses (@pxref{Specify Coding}). Enabling this
1343 feature will probably require you to use @kbd{ESC} to type Meta 1343 feature will probably require you to use @kbd{ESC} to type Meta
1344 characters; however, on a Linux console or in @code{xterm}, you can 1344 characters; however, on a console terminal or in @code{xterm}, you can
1345 arrange for Meta to be converted to @kbd{ESC} and still be able type 1345 arrange for Meta to be converted to @kbd{ESC} and still be able type
1346 8-bit characters present directly on the keyboard or using 1346 8-bit characters present directly on the keyboard or using
1347 @kbd{Compose} or @kbd{AltGr} keys. @xref{User Input}. 1347 @kbd{Compose} or @kbd{AltGr} keys. @xref{User Input}.
1348 1348
1349 @item 1349 @item