comparison man/basic.texi @ 33518:797566a752f7

Modify about inserting 8-bit.
author Dave Love <fx@gnu.org>
date Wed, 15 Nov 2000 21:11:12 +0000
parents 9ab15b2742ba
children 82d0163f6fb7
comparison
equal deleted inserted replaced
33517:9f89f6372d07 33518:797566a752f7
90 mode, to give you a convenient way to insert a digit instead of 90 mode, to give you a convenient way to insert a digit instead of
91 overwriting with it.) 91 overwriting with it.)
92 @end itemize 92 @end itemize
93 93
94 @noindent 94 @noindent
95 When multibyte characters are enabled, octal codes 0200 through 0377 are 95 When multibyte characters are enabled, if you specify a code in the
96 not valid as characters; if you specify a code in this range, @kbd{C-q} 96 range 0200 through 0377 octal, @kbd{C-q} assumes that you intend to use
97 assumes that you intend to use some ISO Latin-@var{n} character set, and 97 some ISO Latin-@var{n} character set, and converts the specified code to
98 converts the specified code to the corresponding Emacs character code. 98 the corresponding Emacs character code. @xref{Enabling Multibyte}. You
99 @xref{Enabling Multibyte}. You select @emph{which} ISO Latin character 99 select @emph{which} ISO Latin character set though your choice of
100 set though your choice of language environment (@pxref{Language 100 language environment (@pxref{Language Environments}).
101 Environments}).
102 101
103 @vindex read-quoted-char-radix 102 @vindex read-quoted-char-radix
104 To use decimal or hexadecimal instead of octal, set the variable 103 To use decimal or hexadecimal instead of octal, set the variable
105 @code{read-quoted-char-radix} to 10 or 16. If the radix is greater than 104 @code{read-quoted-char-radix} to 10 or 16. If the radix is greater than
106 10, some letters starting with @kbd{a} serve as part of a character 105 10, some letters starting with @kbd{a} serve as part of a character