Gnus development mailing list
 help / color / mirror / Atom feed
From: Alex Schroeder <alex@gnu.org>
Subject: nnrss.el
Date: Tue, 20 May 2003 10:29:51 +0200	[thread overview]
Message-ID: <87n0hi3ts0.fsf_-_@gnu.org> (raw)
In-Reply-To: <87r873lequ.fsf@batman.everybody.org>

I just recently tried to add another RSS feed and failed.  Somehow
the URL I provide is not accepted as a valid RSS feed:

    http://www.usemod.com/cgi-bin/mb.pl?action=rss

While trying, however, I found a problem in the via-syndic8 defun:
When the code ends with a message, another defun further up uses the
string return value as an alist.  Wrapping the messge in a (progn ...
nil) avoided this particular error for me.

(defun nnrss-find-rss-via-syndic8 (url)
  "query syndic8 for the rss feeds it has for the url."
  (if (not (locate-library "xml-rpc"))
      (message "XML-RPC is not available... not checking Syndic8.")

to

      ...
      (progn (message "XML-RPC is not available... not checking Syndic8.")
             nil)

Alex.
-- 
http://www.emacswiki.org/cgi-bin/alex.pl



  reply	other threads:[~2003-05-20  8:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 14:34 Noobish question: why doesn't nnrss display anything? Joseph Barillari
2003-05-08 21:54 ` Mark A. Hershberger
2003-05-09  0:52   ` Joseph Barillari
2003-05-11 23:00   ` Alex Schroeder
2003-05-12  0:52     ` Mark A. Hershberger
2003-05-12 18:53       ` Alex Schroeder
2003-05-12 19:37         ` Mark A. Hershberger
2003-05-12 20:35           ` Alex Schroeder
2003-05-12 21:02             ` Mark A. Hershberger
2003-05-12 22:55               ` Alex Schroeder
2003-05-13  3:14                 ` Mark A. Hershberger
2003-05-20  8:29                   ` Alex Schroeder [this message]
2003-10-18 13:25                     ` nnrss.el Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87n0hi3ts0.fsf_-_@gnu.org \
    --to=alex@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).