From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60139 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Is there a backend for RSS reading? Date: Mon, 11 Apr 2005 10:38:19 +0900 Organization: Emacsen advocacy group Message-ID: References: <873bu32zja.fsf@jack.microblue.com> <86ll7tzcoo.fsf@PECTOPAH.shenton.org> <64yxifs1.fsf@random.internal> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1113183632 18833 80.91.229.2 (11 Apr 2005 01:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2005 01:40:32 +0000 (UTC) Original-X-From: ding-owner+M8666@lists.math.uh.edu Mon Apr 11 03:40:26 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DKnuO-0001tw-1o for ding-account@gmane.org; Mon, 11 Apr 2005 03:40:12 +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 1DKnst-0000ct-00; Sun, 10 Apr 2005 20:38:39 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DKnsl-0000cl-00 for ding@lists.math.uh.edu; Sun, 10 Apr 2005 20:38:31 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DKnsk-0003N1-Mb for ding@lists.math.uh.edu; Sun, 10 Apr 2005 20:38:30 -0500 Original-Received: from washington.hostforweb.net ([69.61.11.2]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DKnsf-0001xo-00 for ; Mon, 11 Apr 2005 03:38:25 +0200 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.44) id 1DKnsj-0000sZ-8v for ding@gnus.org; Sun, 10 Apr 2005 21:38:29 -0400 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:edh/SScGiFz9W6IV6+JIidpN3do= X-Hashcash: 1:20:050411:ding@gnus.org::e+eRmWVThleLmAS4:000028Hx X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -4.8 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60139 >>>>> In Katsumi Yamaoka wrote: >>>>>> In >>>>>> Derrell.Lipman@UnwiredUniverse.com wrote: >> Well, it worked great for that one feed, but trying it with others, >> e.g. http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml, >> yields that "No feeds found" message. > I have no time this weekend, but will look into it from Monday. Are all you using the latest nnrss.el? `The latest' means the Gnus CVS head or the Emacs CVS head. I recently noticed the nnrss-find-el function doesn't work with some kind of data which xml.el parsed, and I fixed it with the following ChangeLog: 2005-04-06 Katsumi Yamaoka [...] (nnrss-find-el): Use consp instead of listp. I confirmed Gnus works with http://slashdot.org/index.rss, http://us1.samba.org/samba/news/sambanews.xml, and http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml regardless of the value of mm-url-use-external, in Emacs 21, 22 and XEmacs.