/[emacs]/emacs/man/mule.texi
ViewVC logotype

Diff of /emacs/man/mule.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by rms, Thu Mar 14 09:01:28 2002 UTC revision 1.60 by rms, Mon Apr 1 23:04:46 2002 UTC
# Line 232  Each language environment also specifies Line 232  Each language environment also specifies
232    
233  @findex set-language-environment  @findex set-language-environment
234  @vindex current-language-environment  @vindex current-language-environment
235    To select a language environment, customize the option    To select a language environment, you can customize the variable
236  @code{current-language-environment} or use the command @kbd{M-x  @code{current-language-environment} or use the command @kbd{M-x
237  set-language-environment}.  It makes no difference which buffer is  set-language-environment}.  It makes no difference which buffer is
238  current when you use this command, because the effects apply globally to  current when you use this command, because the effects apply globally to
# Line 714  Czech, you probably want Latin-2 to be p Line 714  Czech, you probably want Latin-2 to be p
714  reasons to specify a language environment.  reasons to specify a language environment.
715    
716  @findex prefer-coding-system  @findex prefer-coding-system
717    However, you can alter the priority list in detail with the command    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  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  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  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  you use this command several times, each use adds one element to the
722  list.  front of the priority list.
723    
724    If you use a coding system that specifies the end-of-line conversion    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  type, such as @code{iso-8859-1-dos}, what this means is that Emacs
# Line 1220  call this function explicitly to create Line 1220  call this function explicitly to create
1220  @node Undisplayable Characters  @node Undisplayable Characters
1221  @section Undisplayable Characters  @section Undisplayable Characters
1222    
1223    Your terminal may be unable to display some non-ASCII    There may be a some non-ASCII characters that your terminal cannot
1224  characters.  Most non-windowing terminals can only use a single  display.  Most non-windowing terminals support just a single character
1225  character set (use the variable @code{default-terminal-coding-system}  set (use the variable @code{default-terminal-coding-system}
1226  (@pxref{Specify Coding}) to tell Emacs which one); characters which  (@pxref{Specify Coding}) to tell Emacs which one); characters which
1227  can't be encoded in that coding system are displayed as @samp{?} by  can't be encoded in that coding system are displayed as @samp{?} by
1228  default.  default.

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26