comparison man/mule.texi @ 61122:30ce20575d8b

(Single-Byte Character Support): Reinstall the C-x 8 info.
author Richard M. Stallman <rms@gnu.org>
date Tue, 29 Mar 2005 23:24:27 +0000
parents 63e2357bbe98
children e36c39f0af51 4da4a09e8b1b
comparison
equal deleted inserted replaced
61121:ca079ae96939 61122:30ce20575d8b
1374 will probably require you to use @kbd{ESC} to type Meta characters; 1374 will probably require you to use @kbd{ESC} to type Meta characters;
1375 however, on a console terminal or in @code{xterm}, you can arrange for 1375 however, on a console terminal or in @code{xterm}, you can arrange for
1376 Meta to be converted to @kbd{ESC} and still be able type 8-bit 1376 Meta to be converted to @kbd{ESC} and still be able type 8-bit
1377 characters present directly on the keyboard or using @kbd{Compose} or 1377 characters present directly on the keyboard or using @kbd{Compose} or
1378 @kbd{AltGr} keys. @xref{User Input}. 1378 @kbd{AltGr} keys. @xref{User Input}.
1379
1380 @kindex C-x 8
1381 @cindex @code{iso-transl} library
1382 @cindex compose character
1383 @cindex dead character
1384 @item
1385 For Latin-1 only, you can use the key @kbd{C-x 8} as a ``compose
1386 character'' prefix for entry of non-@acronym{ASCII} Latin-1 printing
1387 characters. @kbd{C-x 8} is good for insertion (in the minibuffer as
1388 well as other buffers), for searching, and in any other context where
1389 a key sequence is allowed.
1390
1391 @kbd{C-x 8} works by loading the @code{iso-transl} library. Once that
1392 library is loaded, the @key{ALT} modifier key, if the keyboard has
1393 one, serves the same purpose as @kbd{C-x 8}: use @key{ALT} together
1394 with an accent character to modify the following letter. In addition,
1395 if the keyboard has keys for the Latin-1 ``dead accent characters,''
1396 they too are defined to compose with the following character, once
1397 @code{iso-transl} is loaded.
1398
1399 Use @kbd{C-x 8 C-h} to list all the available @kbd{C-x 8} translations.
1379 @end itemize 1400 @end itemize
1380 1401
1381 @node Charsets 1402 @node Charsets
1382 @section Charsets 1403 @section Charsets
1383 @cindex charsets 1404 @cindex charsets