Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!rutgers!rochester!pt.cs.cmu.edu!madrid.mt.cs.cmu.edu!toad From: toad@CS.CMU.EDU (Todd Kaufmann) Newsgroups: comp.emacs Subject: Re: GNUS. Can one restart a suspension? Message-ID: Date: 11 Oct 90 23:51:59 GMT References: <9010100137.AA24957@saturn.ads.com> Sender: toad@madrid.mt.cs.cmu.edu Organization: School of Computer Science, Carnegie Mellon University Lines: 23 In-reply-to: bob@MorningStar.Com's message of 11 Oct 90 21:27:54 GMT I suspend GNUS with `z', leave the workstation idle for several hours, come back and switch to the *Newsgroup* buffer, type `g' and see a message (approx) "Process NNTP not running..." Sounds like your idle time crossed a threshold, and nntpd gave up on you, packed it in, and closed the connection. It's not GNUS' fault. But don't despair! This'll re-open the connection... (from my .emacs): ;;; when the connection dies.. (defun gnus-reopen () (interactive) (gnus-open-server gnus-nntp-server)) The current cached headers will be bogus, so if you're in *Subject* you should "q" and reselect the group from *Newsgroup*. -todd