diff options
| author | Eli Zaretskii | 2009-02-07 16:56:28 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-02-07 16:56:28 +0000 |
| commit | 763e01c4cfd6ce0b4e4f43ff5f3fcbf0de84a1c3 (patch) | |
| tree | e8cd7c4a747364ad73e7f496a1197bac5b951a87 | |
| parent | fc9682ad97b315f3fef0377e342aa1368b0ffe43 (diff) | |
| download | emacs-763e01c4cfd6ce0b4e4f43ff5f3fcbf0de84a1c3.tar.gz emacs-763e01c4cfd6ce0b4e4f43ff5f3fcbf0de84a1c3.zip | |
(Rmail Coding) <rmail-redecode-body>: Remove stale documentation of
possible problems with redecoding.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/rmail.texi | 18 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
3 files changed, 12 insertions, 16 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e70ad7d7b8c..be30efa88c3 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale | ||
| 4 | documentation of possible problems with redecoding. | ||
| 5 | |||
| 1 | 2009-02-03 Glenn Morris <rgm@gnu.org> | 6 | 2009-02-03 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * rmail.texi (Out of Rmail): Mention b2m.pl. | 8 | * rmail.texi (Out of Rmail): Mention b2m.pl. |
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 844fa34cb4e..1d07f1cc2c1 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi | |||
| @@ -1098,24 +1098,10 @@ its characters displayed as empty boxes, this may have happened. | |||
| 1098 | You can correct the problem by decoding the message again using the | 1098 | You can correct the problem by decoding the message again using the |
| 1099 | right coding system, if you can figure out or guess which one is | 1099 | right coding system, if you can figure out or guess which one is |
| 1100 | right. To do this, invoke the @kbd{M-x rmail-redecode-body} command. | 1100 | right. To do this, invoke the @kbd{M-x rmail-redecode-body} command. |
| 1101 | It reads the name of a coding system, encodes the message body using | 1101 | It reads the name of a coding system, and then redecodes the message |
| 1102 | whichever coding system was used to decode it before, then redecodes | 1102 | using the coding system you specified. If you specified the right |
| 1103 | it using the coding system you specified. If you specified the right | ||
| 1104 | coding system, the result should be readable. | 1103 | coding system, the result should be readable. |
| 1105 | 1104 | ||
| 1106 | Decoding and encoding using the wrong coding system is lossless for | ||
| 1107 | most encodings, in particular with 8-bit encodings such as iso-8859 or | ||
| 1108 | koi8. So, if the initial attempt to redecode the message didn't | ||
| 1109 | result in a legible text, you can try other coding systems until you | ||
| 1110 | succeed. | ||
| 1111 | |||
| 1112 | With some coding systems, notably those from the iso-2022 family, | ||
| 1113 | information can be lost in decoding, so that encoding the message | ||
| 1114 | again won't bring back the original incoming text. In such a case, | ||
| 1115 | @code{rmail-redecode-body} cannot work. However, the problems that | ||
| 1116 | call for use of @code{rmail-redecode-body} rarely occur with those | ||
| 1117 | coding systems. So in practice the command works when you need it. | ||
| 1118 | |||
| 1119 | @node Rmail Editing | 1105 | @node Rmail Editing |
| 1120 | @section Editing Within a Message | 1106 | @section Editing Within a Message |
| 1121 | 1107 | ||
| @@ -937,6 +937,11 @@ Rmail usage unaltered. | |||
| 937 | 937 | ||
| 938 | FIXME: Add more mbox merge details | 938 | FIXME: Add more mbox merge details |
| 939 | 939 | ||
| 940 | *** The command `rmail-redecode-body' no longer accepts the optional arg RAW. | ||
| 941 | Since Rmail now holds messages in their original undecoded form in a | ||
| 942 | separate buffer, `rmail-redecode-body' no longer encodes the original | ||
| 943 | message, and therefore there should be no need to avoid encoding it. | ||
| 944 | |||
| 940 | ** TeX modes | 945 | ** TeX modes |
| 941 | --- | 946 | --- |
| 942 | *** New option latex-indent-within-escaped-parens | 947 | *** New option latex-indent-within-escaped-parens |