X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fnntp.el;h=d9972ef9d1d507cf849d805ed48b9ab913b18562;hb=0d4f1f279d27cf18c9b9d2f690bc5256a277a8a9;hp=16a262ab072a6812373f43d4e7d2a346c0f5a274;hpb=5c85eb9dd8a85edecf9b9da5bfeb5ca5d754aa1b;p=elisp%2Fgnus.git- diff --git a/lisp/nntp.el b/lisp/nntp.el index 16a262a..d9972ef 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -750,7 +750,7 @@ If this variable is nil, which is the default, no timers are set.") This function is supposed to be called from `nntp-server-opened-hook'. It will make innd servers spawn an nnrpd process to allow actual article reading." - (nntp-send-command "^\\.*\r?\n" "MODE READER")) + (nntp-send-command "^.*\n" "MODE READER")) (defun nntp-send-authinfo (&optional send-if-force) "Send the AUTHINFO to the nntp server. @@ -858,7 +858,7 @@ password contained in '~/.nntp-authinfo'." (when (and (buffer-name pbuffer) process) (process-kill-without-query process) - (nntp-wait-for process "^\\.*\n" buffer nil t) + (nntp-wait-for process "^.*\n" buffer nil t) (if (memq (process-status process) '(open run)) (prog1 (caar (push (list process buffer nil) nntp-connection-alist))