Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 92778:054fe9aaf3e3
Use with-current-buffer.
(nntp-send-buffer): Just set the buffer to unibyte rather than use the
dubious mm-with-unibyte-current-buffer.
(nntp-with-open-group-function): New function extracted from
nntp-with-open-group macro.
(nntp-with-open-group): Use the function, so it's easier to debug.
Add indentation and debugging info.
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the
use of the netcat alternatives.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 12 Mar 2008 19:56:09 +0000 |
parents | 1186239f19c8 |
children | 93ab884a75dd |
comparison
equal
deleted
inserted
replaced
92777:1186239f19c8 | 92778:054fe9aaf3e3 |
---|---|
1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * nntp.el: Use with-current-buffer. | |
4 (nntp-send-buffer): Just set the buffer to unibyte rather than use the | |
5 dubious mm-with-unibyte-current-buffer. | |
6 (nntp-with-open-group-function): New function extracted from | |
7 nntp-with-open-group macro. | |
8 (nntp-with-open-group): Use the function, so it's easier to debug. | |
9 Add indentation and debugging info. | |
10 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the | |
11 use of the netcat alternatives. | |
2 | 12 |
3 * rfc2047.el (rfc2047-decode-string): Don't use `m'. | 13 * rfc2047.el (rfc2047-decode-string): Don't use `m'. |
4 Avoid mm-string-as-multibyte as well. | 14 Avoid mm-string-as-multibyte as well. |
5 | 15 |
6 * nnweb.el (nnweb-insert-html): | 16 * nnweb.el (nnweb-insert-html): |