Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: gnus stops when RSS group is not available
       [not found] <65bcp99m.fsf@dresdner-bank.com>
@ 2004-05-04 16:39 ` Dave
  0 siblings, 0 replies; only message in thread
From: Dave @ 2004-05-04 16:39 UTC (permalink / raw)


Christian Schmitt <Christian.Schmitt@dresdner-bank.com> writes:
> I'm using Gnus 5.10.6 with XEmacs 21.4.15 on WinNT 4.0.
> I have about six or seven RSS groups I'm subscribed to. Now, when I
> fire up Gnus and one of the RSS groups is not available at the moment
> (server down, URL changed, etc.) Gnus just hangs after displaying an
> error message in the minibuffer.

I had the same problem with Gnus hanging because of unavailable nnrss
groups and the very large timeout when Gnus tries to get the RSS feed
via http. The timeout depends on the program mm-url uses for fetching
URLs. For using "wget" with a timeout of 5 seconds use

(setq mm-url-use-external t)
(setq mm-url-program "wget")
(setq mm-url-arguments '("-q" "-t" "1" "-T" "5" "-O" "-"))

HTH,
Dave


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-04 16:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <65bcp99m.fsf@dresdner-bank.com>
2004-05-04 16:39 ` gnus stops when RSS group is not available Dave

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).