diff options
| author | Richard M. Stallman | 2005-03-29 23:24:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-29 23:24:27 +0000 |
| commit | 691101a4d8b9596f62313665558fc2c90399c3c2 (patch) | |
| tree | 2a0eaa2571b5c294daa95cd04ffb99f65979ef90 | |
| parent | f59006cb6e45c0611c6658e8375369f930e02589 (diff) | |
| download | emacs-691101a4d8b9596f62313665558fc2c90399c3c2.tar.gz emacs-691101a4d8b9596f62313665558fc2c90399c3c2.zip | |
(Single-Byte Character Support): Reinstall the C-x 8 info.
| -rw-r--r-- | man/mule.texi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/mule.texi b/man/mule.texi index 26a2d91cf20..c085839cbd8 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -1376,6 +1376,27 @@ 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 |