From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42982 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss - additional site and question Date: Thu, 07 Feb 2002 17:18:14 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nr8nx7x7d.fsf@zsh.cs.rochester.edu> References: <200105041258.OAA12689@cli3.cli.de> <2n8zkcevtx.fsf@piglet.jia.vnet> <2npudnf4gl.fsf@piglet.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178147 15101 80.91.224.250 (21 Oct 2002 05:29:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:29:07 +0000 (UTC) Return-Path: Original-Received: (qmail 25538 invoked from network); 7 Feb 2002 22:21:05 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Feb 2002 22:21:05 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16YwuO-0002CT-00; Thu, 07 Feb 2002 16:20:48 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Feb 2002 16:20:19 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA08282 for ; Thu, 7 Feb 2002 16:18:57 -0600 (CST) Original-Received: (qmail 25516 invoked by alias); 7 Feb 2002 22:18:55 -0000 Original-Received: (qmail 25511 invoked from network); 7 Feb 2002 22:18:55 -0000 Original-Received: from zsh.cs.rochester.edu (HELO zsh.2y.net) (192.5.53.126) by gnus.org with SMTP; 7 Feb 2002 22:18:55 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g17MIEv21341; Thu, 7 Feb 2002 17:18:14 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Christoph Conrad's message of "06 May 2001 11:15:03 +0200") Original-Lines: 24 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42982 Christoph Conrad writes: > Hello ShengHuo, > > you wrote: > > > Maybe it is because of timeout. In part because of this, I use > > off-line fetching. A script can be generated by > > nnrss-generate-download-script. > > I debugged this and found out: > > It's because in w3-pass-to-viewer (w3.el) which is called (obviously > only on some links) under some circumstances the url-working-buffer is > renamed. url-retrieve-internally returns (cons cached > url-working-buffer) and url-insert-file-contents tries (set-buffer > url-working-buffer), but it is renamed now! > > I don't know exactly how to stop this. Does the code in the current Gnus CVS fix this problem? I had all url requests go through mm-url functions. ShengHuo