From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36141 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss broken? Date: 08 May 2001 09:28:06 -0400 Message-ID: <2nr8y0otqx.fsf@piglet.jia.vnet> References: <86r8y083f9.fsf@mharnois.workgroup.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171777 6980 80.91.224.250 (21 Oct 2002 03:42:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:42:57 +0000 (UTC) Return-Path: Original-Received: (qmail 25126 invoked by alias); 8 May 2001 13:28:15 -0000 Original-Received: (qmail 25121 invoked from network); 8 May 2001 13:28:15 -0000 Original-Received: from roc-24-95-193-77.rochester.rr.com (HELO zsh.2y.net) (@24.95.193.77) by gnus.org with SMTP; 8 May 2001 13:28:15 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f48DS8415178; Tue, 8 May 2001 09:28:08 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: <86r8y083f9.fsf@mharnois.workgroup.net> (Michael Harnois's message of "08 May 2001 06:51:06 -0500") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:36141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36141 Michael Harnois writes: > Since adding nnrss to my list of tricks, every time I check for new > mail, a buffer entitled rssl0 appears with this message: > > Could not contact host: www.blogspace.com / 80 > Attempted using gateway method: native > ---- Error was: ---- > www.blogspace.com/80 No address associated with hostname The problem is that the site is gone (a few days ago, it was OK) and url-insert-file-contents (4.0pre46) pops a buffer when such error happens (I am not sure whether the CVS url package behaves the same). In most time, I use wget to download those pages. First, (setq nnrss-use-local t) to use the local copies of pages if exist. Then, `M-x nnrss-generate-download-script RET' generates a script for downloading. ShengHuo