comparison man/mule.texi @ 44325:79f4beb26480

Minor cleanups.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Apr 2002 23:04:46 +0000
parents d885f1afc652
children 99b053f1b7f6
comparison
equal deleted inserted replaced
44324:def57419f6ec 44325:79f4beb26480
230 also specify the default coding system to use when you create a file. 230 also specify the default coding system to use when you create a file.
231 Each language environment also specifies a default input method. 231 Each language environment also specifies a default input method.
232 232
233 @findex set-language-environment 233 @findex set-language-environment
234 @vindex current-language-environment 234 @vindex current-language-environment
235 To select a language environment, customize the option 235 To select a language environment, you can customize the variable
236 @code{current-language-environment} or use the command @kbd{M-x 236 @code{current-language-environment} or use the command @kbd{M-x
237 set-language-environment}. It makes no difference which buffer is 237 set-language-environment}. It makes no difference which buffer is
238 current when you use this command, because the effects apply globally to 238 current when you use this command, because the effects apply globally to
239 the Emacs session. The supported language environments include: 239 the Emacs session. The supported language environments include:
240 240
712 French, you probably want Emacs to prefer Latin-1 to Latin-2; if you use 712 French, you probably want Emacs to prefer Latin-1 to Latin-2; if you use
713 Czech, you probably want Latin-2 to be preferred. This is one of the 713 Czech, you probably want Latin-2 to be preferred. This is one of the
714 reasons to specify a language environment. 714 reasons to specify a language environment.
715 715
716 @findex prefer-coding-system 716 @findex prefer-coding-system
717 However, you can alter the priority list in detail with the command 717 However, you can alter the coding system priority list in detail
718 @kbd{M-x prefer-coding-system}. This command reads the name of a coding 718 with the command @kbd{M-x prefer-coding-system}. This command reads
719 system from the minibuffer, and adds it to the front of the priority 719 the name of a coding system from the minibuffer, and adds it to the
720 list, so that it is preferred to all others. If you use this command 720 front of the priority list, so that it is preferred to all others. If
721 several times, each use adds one element to the front of the priority 721 you use this command several times, each use adds one element to the
722 list. 722 front of the priority list.
723 723
724 If you use a coding system that specifies the end-of-line conversion 724 If you use a coding system that specifies the end-of-line conversion
725 type, such as @code{iso-8859-1-dos}, what this means is that Emacs 725 type, such as @code{iso-8859-1-dos}, what this means is that Emacs
726 should attempt to recognize @code{iso-8859-1} with priority, and should 726 should attempt to recognize @code{iso-8859-1} with priority, and should
727 use DOS end-of-line conversion when it does recognize @code{iso-8859-1}. 727 use DOS end-of-line conversion when it does recognize @code{iso-8859-1}.
1218 @xref{Font X}, for more information about font naming in X. 1218 @xref{Font X}, for more information about font naming in X.
1219 1219
1220 @node Undisplayable Characters 1220 @node Undisplayable Characters
1221 @section Undisplayable Characters 1221 @section Undisplayable Characters
1222 1222
1223 Your terminal may be unable to display some non-ASCII 1223 There may be a some non-ASCII characters that your terminal cannot
1224 characters. Most non-windowing terminals can only use a single 1224 display. Most non-windowing terminals support just a single character
1225 character set (use the variable @code{default-terminal-coding-system} 1225 set (use the variable @code{default-terminal-coding-system}
1226 (@pxref{Specify Coding}) to tell Emacs which one); characters which 1226 (@pxref{Specify Coding}) to tell Emacs which one); characters which
1227 can't be encoded in that coding system are displayed as @samp{?} by 1227 can't be encoded in that coding system are displayed as @samp{?} by
1228 default. 1228 default.
1229 1229
1230 Windowing terminals can display a broader range of characters, but 1230 Windowing terminals can display a broader range of characters, but