[gnus git] branch no-gnus updated: m0-1-98-gf440c42 =1= `article-wash-html' for non-ASCII text fixup
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f440c42e7560dd0044172200683f109567296be4 (commit)
from 92c8f2356f72947613f87e73cbe7c54fb498f2e8 (commit)
- Log -----------------------------------------------------------------
commit f440c42e7560dd0044172200683f109567296be4
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Apr 10 22:50:47 2012 +0200
`article-wash-html' for non-ASCII text fixup
* gnus-art.el (article-wash-html): Ensure that we insert the HTML into
a multibyte buffer (bug#7410).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 935dcc6..59e3fc4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-04-10 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
+ a multibyte buffer (bug#7410).
+
* gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
.newsrc.el files.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 048f895..af872a8 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -2757,6 +2757,7 @@ If READ-CHARSET, ask for a coding system."
(setq handles (mm-dissect-buffer t t)))
(article-goto-body)
(delete-region (point) (point-max))
+ (mm-enable-multibyte)
(mm-inline-text-html handles)))
(defvar gnus-article-browse-html-temp-list nil
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +++
lisp/gnus-art.el | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, no-gnus has been updated
hooks/post-receive
--
Gnus Project