Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
60893e6f
Commit
60893e6f
authored
Sep 02, 2010
by
Katsumi Yamaoka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnus-article-html: Make work buffer multibyte for decoded contents.
parent
e5500d2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-html.el
lisp/gnus/gnus-html.el
+4
-1
No files found.
lisp/gnus/ChangeLog
View file @
60893e6f
2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-html.el (gnus-article-html): Make work buffer multibyte for
decoded contents.
2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
...
...
lisp/gnus/gnus-html.el
View file @
60893e6f
...
...
@@ -82,7 +82,10 @@ fit these criteria."
(
when
(
and
charset
(
setq
charset
(
mm-charset-to-coding-system
charset
))
(
not
(
eq
charset
'ascii
)))
(
mm-decode-coding-region
(
point-min
)
(
point-max
)
charset
))
(
insert
(
prog1
(
mm-decode-coding-string
(
buffer-string
)
charset
)
(
erase-buffer
)
(
mm-enable-multibyte
))))
(
call-process-region
(
point-min
)
(
point-max
)
"w3m"
nil
article-buffer
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment