/[emacs]/emacs/lisp/gnus/nntp.el
ViewVC logotype

Diff of /emacs/lisp/gnus/nntp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by zsh, Wed Jan 9 03:42:12 2002 UTC revision 1.17 by lektu, Tue Feb 4 13:06:38 2003 UTC
# Line 350  noticing asynchronous data.") Line 350  noticing asynchronous data.")
350               (wait-for               (wait-for
351                (nntp-wait-for process wait-for buffer decode))                (nntp-wait-for process wait-for buffer decode))
352               (t t)))               (t t)))
353          (error          (error
354           (nnheader-report 'nntp "Couldn't open connection to %s: %s"           (nnheader-report 'nntp "Couldn't open connection to %s: %s"
355                            address err))                            address err))
356          (quit          (quit
357           (message "Quit retrieving data from nntp")           (message "Quit retrieving data from nntp")
# Line 1179  password contained in '~/.nntp-authinfo' Line 1179  password contained in '~/.nntp-authinfo'
1179          (setq in-process-buffer-p (stringp nntp-server-xover))          (setq in-process-buffer-p (stringp nntp-server-xover))
1180          (nntp-send-xover-command first (car articles))          (nntp-send-xover-command first (car articles))
1181          (setq articles (cdr articles))          (setq articles (cdr articles))
1182            
1183          (when (and nntp-server-xover in-process-buffer-p)          (when (and nntp-server-xover in-process-buffer-p)
1184            ;; Don't count tried request.            ;; Don't count tried request.
1185            (setq count (1+ count))            (setq count (1+ count))
1186              
1187            ;; Every 400 requests we have to read the stream in            ;; Every 400 requests we have to read the stream in
1188            ;; order to avoid deadlocks.            ;; order to avoid deadlocks.
1189            (when (or (null articles)     ;All requests have been sent.            (when (or (null articles)     ;All requests have been sent.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26