emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/mule.texi


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/man/mule.texi
Date: Tue, 21 May 2002 17:15:43 -0400

Index: emacs/man/mule.texi
diff -c emacs/man/mule.texi:1.60 emacs/man/mule.texi:1.61
*** emacs/man/mule.texi:1.60    Mon Apr  1 18:04:46 2002
--- emacs/man/mule.texi Tue May 21 17:15:43 2002
***************
*** 793,809 ****
  
  @vindex auto-coding-alist
  @vindex auto-coding-regexp-alist
!   The variables @code{auto-coding-alist} and
! @code{auto-coding-regexp-alist} are the strongest way to specify the
! coding system for certain patterns of file names, or for files
! containing certain patterns; these variables even override
! @samp{-*-coding:-*-} tags in the file itself.  Emacs uses
! @code{auto-coding-alist} for tar and archive files, to prevent it
  from being confused by a @samp{-*-coding:-*-} tag in a member of the
  archive and thinking it applies to the archive file as a whole.
  Likewise, Emacs uses @code{auto-coding-regexp-alist} to ensure that
! RMAIL files, whose names in general don't match any particular pattern,
! are decoded correctly.
  
    If Emacs recognizes the encoding of a file incorrectly, you can
  reread the file using the correct coding system by typing @kbd{C-x
--- 793,811 ----
  
  @vindex auto-coding-alist
  @vindex auto-coding-regexp-alist
! @vindex auto-coding-functions
!   The variables @code{auto-coding-alist},
! @code{auto-coding-regexp-alist} and @code{auto-coding-functions} are
! the strongest way to specify the coding system for certain patterns of
! file names, or for files containing certain patterns; these variables
! even override @samp{-*-coding:-*-} tags in the file itself.  Emacs
! uses @code{auto-coding-alist} for tar and archive files, to prevent it
  from being confused by a @samp{-*-coding:-*-} tag in a member of the
  archive and thinking it applies to the archive file as a whole.
  Likewise, Emacs uses @code{auto-coding-regexp-alist} to ensure that
! RMAIL files, whose names in general don't match any particular
! pattern, are decoded correctly.  One of the builtin
! @code{auto-coding-functions} detects the encoding for XML files.
  
    If Emacs recognizes the encoding of a file incorrectly, you can
  reread the file using the correct coding system by typing @kbd{C-x



reply via email to

[Prev in Thread] Current Thread [Next in Thread]