From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63062 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.gnus.general Subject: Re: Loading RSS in background Date: Sat, 29 Apr 2006 14:41:10 +0200 Message-ID: <874q0ck109.fsf@tallis.ilo.ucl.ac.uk> References: <871wvq94h8.fsf@olgas.newt.com> <87lktu3v67.fsf@pacem.orebokech.com> <87wtddxltj.fsf@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146314727 400 80.91.229.2 (29 Apr 2006 12:45:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Apr 2006 12:45:27 +0000 (UTC) Original-X-From: ding-owner+m11589@lists.math.uh.edu Sat Apr 29 14:45:26 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FZopB-0005AA-L4 for ding-account@gmane.org; Sat, 29 Apr 2006 14:45:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FZop7-0003jo-00; Sat, 29 Apr 2006 07:45:21 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FZolC-0003jj-00 for ding@lists.math.uh.edu; Sat, 29 Apr 2006 07:41:18 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FZolC-0002Of-3t for ding@lists.math.uh.edu; Sat, 29 Apr 2006 07:41:18 -0500 Original-Received: from galaxy.systems.pipex.net ([62.241.162.31]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FZolB-0006XY-00 for ; Sat, 29 Apr 2006 14:41:17 +0200 Original-Received: from tallis.ilo.ucl.ac.uk (81-179-89-197.dsl.pipex.com [81.179.89.197]) by galaxy.systems.pipex.net (Postfix) with ESMTP id BFD5CE0002E3 for ; Sat, 29 Apr 2006 13:41:12 +0100 (BST) Original-Received: by tallis.ilo.ucl.ac.uk (Postfix, from userid 1000) id 4EFBEBAB5D; Sat, 29 Apr 2006 14:41:10 +0200 (CEST) Original-To: ding@gnus.org In-Reply-To: <87wtddxltj.fsf@olgas.newt.com> (Bill Wohler's message of "Tue, 25 Apr 2006 16:44:08 -0700") User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -0.6 (/) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63062 Archived-At: Bill Wohler writes: >> Your best bet is to use the "external fetching" solution: just set >> `nnrss-use-local' to t, and use `nnrss-generate-download-script' to >> generate a shell script that fetches all your feeds with wget. Then run >> that from cron. > > Awesome. Thanks, Romain! I use this solution as well - working fine. But i run the script both from cron and manually. When run by cron, the script produces .xml and .el files in ~/News/rss/ owned by root. When run manually, the root files are not processed anymore. Any way to circumvent that? Thanks, -- Bastien