>>>>> "LC" == Laura Conrad writes: LC> pgnus 0.97 is hanging on entry to comp.os.linux.announce at the LC> moment. The backtrace is: LC> Signaling: (quit) LC> accept-process-output(# 1) LC> nntp-accept-process-output(#) LC> nntp-send-command-nodelete(" ?\n\\. ?\n" "XOVER" "117-117") LC> nntp-send-xover-command(117 117) LC> nntp-retrieve-headers-with-xover((117 122 356 357 358 359 360 361 362) nil) [...] I guess I've located the bug. The ChangeLog and patch follow and have been committed to CVS. LC> [lconrad@serpent tmp]$ telnet localhost 119 LC> Trying 127.0.0.1... LC> Connected to localhost. LC> Escape character is '^]'. LC> 200 Leafnode NNTP Daemon, version 1.9.4 running at serpent.local LC> group comp.os.linux.announce LC> 211 278 85 362 comp.os.linux.announce group selected LC> xover 117-117 LC> 420 No articles in specified range. The response code 420 is a bit weird. In nntp-send-xover-command, Gnus try to find out the XOVER command when nntp-server-xover is try. The response code 420 cause Gnus disable XOVER, while here XOVER is right command. [...] -- Shenghuo ZHU 1999-10-02 Shenghuo ZHU * nntp.el (nntp-send-xover-command): Wait for nothing if not wait-for-reply.