Gnus development mailing list
 help / color / mirror / Atom feed
* nnrss: handle unavailability of rss server more gracefully?
@ 2004-03-27 21:06 Michael Schierl
  2004-05-16 14:06 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Schierl @ 2004-03-27 21:06 UTC (permalink / raw)


Hi,

today my emacs crashed (i.e. hanged) when fetching news. A few
edebug sessions later, i knew that the problem was in

mm-url-insert, which was called by an unreachable (timing out) host
name. wget (mm-url-program is `wget' here) seems to try to fetch the
file indefinitely (at least several minutes). So I thought the proper
way would be to do

(setq mm-url-predefined-programs 
'((wget "wget" "-T" "10" "-t" "1" "--user-agent=mm-url" "-q" "-O"
"-")))

to make wget fail after 10 seconds. However, this will signal an error
and this error prevents updating the rest of the groups.

As a workaround, I put nnrss: to Denied in the server buffer (this
allows me at least to fetch news from nntp server, but not the other
rss feeds).

Can I deny only one single RSS feed? And would it be possible for
nnrss to notice when a feed is down and fetch the others nevertheless?

Michael




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-09-08 19:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-27 21:06 nnrss: handle unavailability of rss server more gracefully? Michael Schierl
2004-05-16 14:06 ` Lars Magne Ingebrigtsen
2004-05-17 20:06   ` Michael Schierl
2004-05-17 20:53     ` Lars Magne Ingebrigtsen
2004-05-19 20:40       ` Michael Schierl
2004-05-19 20:49         ` Lars Magne Ingebrigtsen
2004-05-19 21:39           ` Michael Schierl
2004-05-19 21:43             ` Lars Magne Ingebrigtsen
2004-05-20 21:04               ` Michael Schierl
2004-09-08 19:52                 ` Ken Coleman

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).