aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-08-22 18:41:50 +0000
committerDave Love2000-08-22 18:41:50 +0000
commit98c271ebeda49e58b4eaed4c9b4c1da87ec8b559 (patch)
tree618e6d5fed6622bdc4e1a0867d20b4005cf4e7c5
parentfa474484c87205705178d776e749f5d47b635252 (diff)
downloademacs-98c271ebeda49e58b4eaed4c9b4c1da87ec8b559.tar.gz
emacs-98c271ebeda49e58b4eaed4c9b4c1da87ec8b559.zip
mention iso-acc. tweaks.
-rw-r--r--man/mule.texi31
1 files changed, 20 insertions, 11 deletions
diff --git a/man/mule.texi b/man/mule.texi
index 34fe0b8e918..775672ff41d 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -1,5 +1,5 @@
1@c This is part of the Emacs manual. 1@c This is part of the Emacs manual.
2@c Copyright (C) 1997, 1999 Free Software Foundation, Inc. 2@c Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
3@c See file emacs.texi for copying conditions. 3@c See file emacs.texi for copying conditions.
4@node International, Major Modes, Frames, Top 4@node International, Major Modes, Frames, Top
5@chapter International Character Set Support 5@chapter International Character Set Support
@@ -133,11 +133,11 @@ have basically the same effect as @samp{--unibyte}.
133 Multibyte strings are not created during initialization from the 133 Multibyte strings are not created during initialization from the
134values of environment variables, @file{/etc/passwd} entries etc.@: that 134values of environment variables, @file{/etc/passwd} entries etc.@: that
135contain non-ASCII 8-bit characters. However, the initialization file is 135contain non-ASCII 8-bit characters. However, the initialization file is
136normally read as multibyte---like Lisp files in general---even with 136normally read as multibyte---like Lisp files in general when they are
137@samp{--unibyte}. To avoid multibyte strings being generated by 137loaded for running---even with @samp{--unibyte}. To avoid multibyte
138non-ASCII characters in it, put @samp{-*-unibyte: t;-*-} in a comment on 138strings being generated by non-ASCII characters in it, put
139the first line. Do the same for initialization files for packages like 139@samp{-*-unibyte: t;-*-} in a comment on the first line. Do the same
140Gnus. 140for initialization files for packages like Gnus.
141 141
142 The mode line indicates whether multibyte character support is enabled 142 The mode line indicates whether multibyte character support is enabled
143in the current buffer. If it is, there are two or more characters (most 143in the current buffer. If it is, there are two or more characters (most
@@ -334,6 +334,10 @@ the partial sequence is highlighted in the buffer. If
334characters to type next is displayed in the echo area (but not when you 334characters to type next is displayed in the echo area (but not when you
335are in the minibuffer). 335are in the minibuffer).
336 336
337@cindex Leim package
338Input methods are implemented in the separate Leim package, which must
339be installed with Emacs.
340
337@node Select Input Method 341@node Select Input Method
338@section Selecting an Input Method 342@section Selecting an Input Method
339 343
@@ -1097,8 +1101,8 @@ characters:
1097@cindex 8-bit input 1101@cindex 8-bit input
1098@item 1102@item
1099If your keyboard can generate character codes 128 and up, representing 1103If your keyboard can generate character codes 128 and up, representing
1100non-ASCII characters, execute the following expression to enable Emacs to 1104non-ASCII characters, you can execute the following expression to enable
1101understand them: 1105Emacs to understand them:
1102 1106
1103@example 1107@example
1104(set-input-mode (car (current-input-mode)) 1108(set-input-mode (car (current-input-mode))
@@ -1121,6 +1125,8 @@ the non-ASCII character you specify with it is converted to unibyte.
1121 1125
1122@kindex C-x 8 1126@kindex C-x 8
1123@cindex @code{iso-transl} library 1127@cindex @code{iso-transl} library
1128@cindex compose character
1129@cindex dead character
1124@item 1130@item
1125For Latin-1 only, you can use the 1131For Latin-1 only, you can use the
1126key @kbd{C-x 8} as a ``compose character'' prefix for entry of 1132key @kbd{C-x 8} as a ``compose character'' prefix for entry of
@@ -1137,9 +1143,12 @@ compose with the following character, once @code{iso-transl} is loaded.
1137Use @kbd{C-x 8 C-h} to list the available translations as mnemonic 1143Use @kbd{C-x 8 C-h} to list the available translations as mnemonic
1138command names. 1144command names.
1139 1145
1140@cindex @code{iso-acc} library
1141@item 1146@item
1142Also for Latin-1 only, @kbd{M-x iso-aacents-mode} installs a minor mode 1147@cindex @code{iso-acc} library
1148@cindex ISO Accents mode
1149@findex iso-accents-mode
1150@cindex Latin-1 input mode
1151Also for Latin-1 only, @kbd{M-x iso-accents-mode} installs a minor mode
1143which provides a facility like the @code{latin-1-prefix} input method 1152which provides a facility like the @code{latin-1-prefix} input method
1144but independent of the Leim package. 1153but independent of the Leim package. This mode is buffer-local.
1145@end itemize 1154@end itemize