From 978ff6c51c376f83988f5bf0cb451912501d2529 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 1 Jul 2011 20:59:15 +0300 Subject: [PATCH] Fix last change with indexing coding-systems. doc/emacs/mule.texi (Coding Systems): Move index entries from the previous change into their proper places. --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/mule.texi | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4540f75e8e4..f02910f6b09 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2011-07-01 Eli Zaretskii + + * mule.texi (Coding Systems): Move index entries from the previous + change into their proper places. + 2011-07-01 Lars Magne Ingebrigtsen * help.texi (Help Files): Document view-external-packages (bug#8902). diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 3893f51ace5..3f3da503769 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi @@ -665,9 +665,6 @@ system to other coding systems when writing data. Conversion is possible in reading or writing files, in sending or receiving from the terminal, and in exchanging data with subprocesses. -@cindex @code{no-conversion}, coding system -@cindex @code{raw-text}, coding system -@cindex @code{emacs-internal}, coding system Emacs assigns a name to each coding system. Most coding systems are used for one language, and the name of the coding system starts with the language name. Some coding systems are used for several @@ -751,7 +748,6 @@ appropriate conversion. (This is the convention normally used on the Macintosh system.) @end table -@cindex @code{iso-latin-1}, coding system These variant coding systems are omitted from the @code{list-coding-systems} display for brevity, since they are entirely predictable. For example, the coding system @code{iso-latin-1} has @@ -765,6 +761,7 @@ aliases for @code{undecided-unix}, @code{undecided-dos}, and the end-of-line conversion, and leave the character code conversion to be deduced from the text itself. +@cindex @code{raw-text}, coding system The coding system @code{raw-text} is good for a file which is mainly @acronym{ASCII} text, but may contain byte values above 127 which are not meant to encode non-@acronym{ASCII} characters. With @@ -775,6 +772,7 @@ end-of-line conversion in the usual way, based on the data encountered, and has the usual three variants to specify the kind of end-of-line conversion to use. +@cindex @code{no-conversion}, coding system In contrast, the coding system @code{no-conversion} specifies no character code conversion at all---none for non-@acronym{ASCII} byte values and none for end of line. This is useful for reading or writing binary @@ -786,6 +784,7 @@ the @kbd{M-x find-file-literally} command. This uses @code{no-conversion}, and also suppresses other Emacs features that might convert the file contents before you see them. @xref{Visiting}. +@cindex @code{emacs-internal}, coding system The coding system @code{emacs-internal} (or @code{utf-8-emacs}, which is equivalent) means that the file contains non-@acronym{ASCII} characters stored with the internal Emacs encoding. This coding -- 2.39.2