Gnus development mailing list
 help / color / mirror / Atom feed
From: "David Z. Maze" <dmaze@MIT.EDU>
Subject: More fun with nnweb
Date: 30 May 2001 13:50:46 -0400	[thread overview]
Message-ID: <y68pucqybd5.fsf@x15-cruise-basselope.mit.edu> (raw)

So I mostly have my Gnus/Debian BTS nnweb plugin working now.  So
people can follow along, it's at
http://web.mit.edu/dmaze/elisp/debbugs.el; I load it in my .gnus file.

First off, success: if I want to see a list of bugs I have open, I can 
use 'G w debbugs dmaze@debian.org'.  I'll get a listing of bugs in the 
summary buffer.  Each bug is presented as a multipart/mixed message,
and each message has a text/plain or text/enriched tag and the body,
either as message/external-body or message/rfc822.  All good.

Now, let's leave this summary buffer ('q') and try again.  From the
group buffer, I type 'G w debbugs dmaze@debian.org', and get 'No
matching articles' back from nnweb.  That's no good.  Playing around,
it seems like this is because each URL is stuffed into nnweb-hashtb,
and this isn't cleaned out before 'G w' calls.  (At least, that's what 
it seems like; if I don't play with nnweb-get-hashtb, it works fine.)

The other problem is if I try to create a persistent group (C-u G w
...).  This works fine, but each time I check for new articles ('g')
it returns duplicates of every article.  (That is, the first time, I
have 19 articles, the second, 19 new out of 38, the third, 19 out of
57, etc.)

This seems like I'm doing something slightly fundamentally wrong.
Does anybody with more nnweb clue than I have any ideas?  Thanks...

(Usage: you can feed the "search engine" anything you'd normally
concatenate to http://bugs.debian.org/.  This means you can feed it a
maintainer name ("dmaze@debian.org"), an individual package name
("xed"), or a submitter name ("from:dmaze@mit.edu").  It won't croak
badly if you feed it a bug number, but it will fail to return any bugs 
at all.)

-- 
David Maze             dmaze@mit.edu          http://www.mit.edu/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
	-- Abra Mitchell



             reply	other threads:[~2001-05-30 17:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-30 17:50 David Z. Maze [this message]
2001-05-31  8:45 ` Andreas Fuchs
2001-05-31  9:45   ` Roland Mas
2001-05-31 10:00 ` Kai Großjohann
2001-05-31 10:39   ` Andreas Fuchs
2001-06-04 17:59   ` Toby Speight
2001-06-04 20:41     ` Kai Großjohann
2001-08-19 20:58 ` Lars Magne Ingebrigtsen
2001-08-20 13:47   ` David Z. Maze
2001-08-21 21:51     ` 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=y68pucqybd5.fsf@x15-cruise-basselope.mit.edu \
    --to=dmaze@mit.edu \
    /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).