[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r104857: Fix last change with indexin
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r104857: Fix last change with indexing coding-systems. |
Date: |
Fri, 01 Jul 2011 20:59:15 +0300 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 104857
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 20:59:15 +0300
message:
Fix last change with indexing coding-systems.
doc/emacs/mule.texi (Coding Systems): Move index entries from the previous
change into their proper places.
modified:
doc/emacs/ChangeLog
doc/emacs/mule.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2011-07-01 14:37:32 +0000
+++ b/doc/emacs/ChangeLog 2011-07-01 17:59:15 +0000
@@ -1,3 +1,8 @@
+2011-07-01 Eli Zaretskii <address@hidden>
+
+ * mule.texi (Coding Systems): Move index entries from the previous
+ change into their proper places.
+
2011-07-01 Lars Magne Ingebrigtsen <address@hidden>
* help.texi (Help Files): Document view-external-packages (bug#8902).
=== modified file 'doc/emacs/mule.texi'
--- a/doc/emacs/mule.texi 2011-07-01 14:27:29 +0000
+++ b/doc/emacs/mule.texi 2011-07-01 17:59:15 +0000
@@ -665,9 +665,6 @@
possible in reading or writing files, in sending or receiving from the
terminal, and in exchanging data with subprocesses.
address@hidden @code{no-conversion}, coding system
address@hidden @code{raw-text}, coding system
address@hidden @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 @@
Macintosh system.)
@end table
address@hidden @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 @@
the end-of-line conversion, and leave the character code conversion to
be deduced from the text itself.
address@hidden @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 address@hidden characters. With
@@ -775,6 +772,7 @@
encountered, and has the usual three variants to specify the kind of
end-of-line conversion to use.
address@hidden @code{no-conversion}, coding system
In contrast, the coding system @code{no-conversion} specifies no
character code conversion at all---none for address@hidden byte values and
none for end of line. This is useful for reading or writing binary
@@ -786,6 +784,7 @@
@code{no-conversion}, and also suppresses other Emacs features that
might convert the file contents before you see them. @xref{Visiting}.
address@hidden @code{emacs-internal}, coding system
The coding system @code{emacs-internal} (or @code{utf-8-emacs},
which is equivalent) means that the file contains address@hidden
characters stored with the internal Emacs encoding. This coding
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r104857: Fix last change with indexing coding-systems.,
Eli Zaretskii <=