Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Wed Mar 12 19:40:14 2008 +0000 +++ b/lisp/gnus/ChangeLog Wed Mar 12 19:56:09 2008 +0000 @@ -1,5 +1,15 @@ 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> + * nntp.el: 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. + * rfc2047.el (rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well.