Gnus development mailing list
 help / color / mirror / Atom feed
From: Greg Stark <gsstark@MIT.EDU>
Subject: reading the cache directly, can i just nnspool it?
Date: Fri, 19 Apr 1996 13:21:51 -0400 (EDT)	[thread overview]
Message-ID: <199604191721.NAA00993@lola-granola.MIT.EDU> (raw)


I've been using the cache a bit, and sometimes i want to browse all the saved
articles from some particular set of groups.  In particular I want to browse
all the saved articles from ephemeral nndoc digest groups made from browsing
comp.risks.  The cached articles from those digest groups aren't reachable any
other way, but it would be sort of nice to make an nnvirtual group that would
suck them all out of the cache into one group.

So i tried this:

(nnspool "cache"
         (nnspool-spool-directory "/mit/gsstark/News/cache")
         (nnspool-nov-directory "/mit/gsstark/News/cache")
         (nnspool-lib-dir "/mit/gsstark/News/cache")
         (nnspool-active-file "/mit/gsstark/News/active"))

I get this:
Couldn't request list: Opened server cache using directory /mit/gsstark/News/cache

This isn't really the most useful error message, 
nnspool-request-list isn't setting the status message, 
so the most recent status message is from the open request.
But, looking at the source this comes from trying to open the active file.

Where am i supposed to get an active file? 
Should  i be using a different backend?

greg


             reply	other threads:[~1996-04-19 17:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-19 17:21 Greg Stark [this message]
1996-04-19 21:53 ` 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=199604191721.NAA00993@lola-granola.MIT.EDU \
    --to=gsstark@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).