comparison man/mule.texi @ 28552:ccadb68eaefd

iso-acc
author Dave Love <fx@gnu.org>
date Tue, 11 Apr 2000 09:31:34 +0000
parents 0699f691fac1
children 203ba1f77b7b
comparison
equal deleted inserted replaced
28551:d212ead1f461 28552:ccadb68eaefd
1019 Normally non-ISO-8859 characters (between characters 128 and 159 1019 Normally non-ISO-8859 characters (between characters 128 and 159
1020 inclusive) are displayed as octal escapes. You can change this for 1020 inclusive) are displayed as octal escapes. You can change this for
1021 non-standard `extended' versions of ISO-8859 character sets by using the 1021 non-standard `extended' versions of ISO-8859 character sets by using the
1022 function @code{standard-display-8bit} in the @code{disp-table} library. 1022 function @code{standard-display-8bit} in the @code{disp-table} library.
1023 1023
1024 There are three different ways you can input single-byte non-ASCII 1024 There are several ways you can input single-byte non-ASCII
1025 characters: 1025 characters:
1026 1026
1027 @itemize @bullet 1027 @itemize @bullet
1028 @cindex 8-bit input 1028 @cindex 8-bit input
1029 @item 1029 @item
1063 library is loaded, the @key{ALT} modifier key, if you have one, serves 1063 library is loaded, the @key{ALT} modifier key, if you have one, serves
1064 the same purpose as @kbd{C-x 8}; use @key{ALT} together with an accent 1064 the same purpose as @kbd{C-x 8}; use @key{ALT} together with an accent
1065 character to modify the following letter. In addition, if you have keys 1065 character to modify the following letter. In addition, if you have keys
1066 for the Latin-1 ``dead accent characters'', they too are defined to 1066 for the Latin-1 ``dead accent characters'', they too are defined to
1067 compose with the following character, once @code{iso-transl} is loaded. 1067 compose with the following character, once @code{iso-transl} is loaded.
1068 Use @kbd{C-x 8 C-h} to list the available translations as mnemonic
1069 command names.
1070
1071 @cindex @code{iso-acc} library
1072 @item
1073 Also for Latin-1 only, @kbd{M-x iso-aacents-mode} installs a minor mode
1074 which provides a facility like the @code{latin-1-prefix} input method
1075 but independent of the Leim package.
1068 @end itemize 1076 @end itemize