aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-29 23:24:27 +0000
committerRichard M. Stallman2005-03-29 23:24:27 +0000
commit691101a4d8b9596f62313665558fc2c90399c3c2 (patch)
tree2a0eaa2571b5c294daa95cd04ffb99f65979ef90
parentf59006cb6e45c0611c6658e8375369f930e02589 (diff)
downloademacs-691101a4d8b9596f62313665558fc2c90399c3c2.tar.gz
emacs-691101a4d8b9596f62313665558fc2c90399c3c2.zip
(Single-Byte Character Support): Reinstall the C-x 8 info.
-rw-r--r--man/mule.texi21
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
1376Meta to be converted to @kbd{ESC} and still be able type 8-bit 1376Meta to be converted to @kbd{ESC} and still be able type 8-bit
1377characters present directly on the keyboard or using @kbd{Compose} or 1377characters 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
1385For Latin-1 only, you can use the key @kbd{C-x 8} as a ``compose
1386character'' prefix for entry of non-@acronym{ASCII} Latin-1 printing
1387characters. @kbd{C-x 8} is good for insertion (in the minibuffer as
1388well as other buffers), for searching, and in any other context where
1389a key sequence is allowed.
1390
1391@kbd{C-x 8} works by loading the @code{iso-transl} library. Once that
1392library is loaded, the @key{ALT} modifier key, if the keyboard has
1393one, serves the same purpose as @kbd{C-x 8}: use @key{ALT} together
1394with an accent character to modify the following letter. In addition,
1395if the keyboard has keys for the Latin-1 ``dead accent characters,''
1396they too are defined to compose with the following character, once
1397@code{iso-transl} is loaded.
1398
1399Use @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