From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56615 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH]: Do not fetch nnrss url when unplugged Date: Mon, 08 Mar 2004 09:31:11 -0600 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078759969 1391 80.91.224.253 (8 Mar 2004 15:32:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2004 15:32:49 +0000 (UTC) Original-X-From: ding-owner+M5155@lists.math.uh.edu Mon Mar 08 16:32:40 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B0MkC-00047v-00 for ; Mon, 08 Mar 2004 16:32:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1B0Mj0-0001Rw-00; Mon, 08 Mar 2004 09:31:26 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B0Mit-0001Rq-00 for ding@lists.math.uh.edu; Mon, 08 Mar 2004 09:31:19 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 35CEB3A003C for ; Mon, 8 Mar 2004 09:31:18 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1B0Mir-0006tG-00 for ; Mon, 08 Mar 2004 16:31:17 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: h-66-134-21-51.hstqtx02.covad.net Original-X-Trace: quimby.gnus.org 1078759877 26489 66.134.21.51 (8 Mar 2004 15:31:17 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 8 Mar 2004 15:31:17 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:D7UGTdPhi+QFRMVrM2LbiupEfWg= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56615 Xavier Maillard writes: > Hello, > > As discussed earlier this week, I had to "modify" nnrss.el to allow > offline reading of nnrss feeds. > > The patch consists on checking 'gnus-plugged` value and if 't', let > fetch-nnrss function fetch the url. This patch is inappropriate. The variable gnus-plugged should not be visible to the backends. Looking back at your previous thread, I don't know why you are unable to agentize your nnrss backend. Can you send your nnrss server method? Also, since I've never used nnrss, can you point me to a public server so that I can try to reproduce your problems here? Kevin