Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: nnrss and some (partially redundant) RSS feeds.
Date: Tue, 23 May 2006 16:50:14 +0200	[thread overview]
Message-ID: <v9y7wskd7d.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87irnw27g1.fsf_-_@lrde.org>

On Tue, May 23 2006, Michaël Cadilhac wrote:

> +2006-03-27  Michael Cadilhac  <micha@mahaena.lrde> (tiny change)
> +
> +	* nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS
> +	item as its hash index. Store this hash in `nnrss-group-data'.
> +	(nnrss-read-group-data): Update accordingly.

Installed, thanks.

The byte-complier complained about an unbound variable `hash-index'.
I think this should fix it, but please verify that the fix is correct
(I don't use nnrss).

--- nnrss.el	23 May 2006 14:45:56 -0000	7.44
+++ nnrss.el	23 May 2006 14:47:29 -0000	7.45
@@ -658,7 +658,8 @@
 
 (defun nnrss-check-group (group server)
   (let (file xml subject url extra changed author date feed-subject
-	     enclosure comments rss-ns rdf-ns content-ns dc-ns)
+	     enclosure comments rss-ns rdf-ns content-ns dc-ns
+	     hash-index)
     (if (and nnrss-use-local
 	     (file-exists-p (setq file (expand-file-name
 					(nnrss-translate-file-chars

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2006-05-23 14:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-10 12:18 [gnus.ding] Fwd: " Michaël Cadilhac
2006-04-10 16:29 ` [gnus.ding] Fwd: nnrss and some (partially redundant) RSS Jason L Tibbitts III
2006-04-10 17:01   ` [gnus.ding] Fwd: nnrss and some (partially redundant) RSS feeds Michaël Cadilhac
2006-04-10 17:05 ` Reiner Steib
2006-04-11  6:16   ` Lars Magne Ingebrigtsen
2006-04-11 16:41     ` Gnus hacking mood (was: [gnus.ding] Fwd: nnrss and some (partially redundant) RSS feeds.) Reiner Steib
2006-04-11 16:49       ` Gnus hacking mood Lars Magne Ingebrigtsen
2006-04-11 17:40         ` Reiner Steib
2006-04-12  4:35           ` Lars Magne Ingebrigtsen
2006-05-23 13:31   ` nnrss and some (partially redundant) RSS feeds Michaël Cadilhac
2006-05-23 14:50     ` Reiner Steib [this message]
2006-05-29  6:36       ` Andreas Seltenreich
2006-05-29 11:22         ` Michaël Cadilhac
2006-05-29 16:21           ` Andreas Seltenreich

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=v9y7wskd7d.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).