Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
33e2f72c
Commit
33e2f72c
authored
Apr 05, 2008
by
Stefan Monnier
Browse files
(nnheader-init-server-buffer): Change buffer's multibyteness
after rather than before erasing it.
parent
75eda25b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-0
lisp/gnus/nnheader.el
lisp/gnus/nnheader.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
33e2f72c
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* nnheader.el (nnheader-init-server-buffer): Change buffer's multibyteness
after rather than before erasing it.
* gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
mm-with-multibyte.
(gnus-request-article-this-buffer): Make sure the proper decoding is used
...
...
lisp/gnus/nnheader.el
View file @
33e2f72c
...
...
@@ -575,8 +575,8 @@ the line could be found."
(
unless
(
gnus-buffer-live-p
nntp-server-buffer
)
(
setq
nntp-server-buffer
(
get-buffer-create
" *nntpd*"
)))
(
with-current-buffer
nntp-server-buffer
(
mm-enable-multibyte
)
(
erase-buffer
)
(
mm-enable-multibyte
)
(
kill-all-local-variables
)
(
setq
case-fold-search
t
)
;Should ignore case.
(
set
(
make-local-variable
'nntp-process-response
)
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