Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Re: Slrnpull
Date: 02 Apr 2001 07:44:12 -0700	[thread overview]
Message-ID: <m3elvbs6qf.fsf@gnus.cvs.983032537> (raw)
In-Reply-To: <20010402114755.A2053@sci.fi> (Anssi Saari's message of "Mon, 2 Apr 2001 11:47:55 +0300")

Anssi Saari <as@sci.fi> writes:

> On Sun, Apr 01, 2001 at 08:11:10PM -0700, Harry Putnam wrote:
> > 
> > Anyone running slrnpull here, that can coach me a bit?
>  
> Not since abandoning the tyranny of metered dial-up connections, but
> maybe I can help.
> 
> > (setq gnus-select-method '(nnspool ""
> >               (nnspool-spool-directory "/var/spool/slrnpull")
> >               (nnspool-nov-directory "/var/spool/slrnpull/news")
> >               (nnspool-active-file "/var/spool/slrnpull/data/active")))
>  
> I used these settings for nnspool and slrnpull (in OS/2):
> 
> (setq gnus-select-method '(nnspool ""))
> (setq nnspool-spool-directory "i:/usr/spool/slrnpull/news/")
> (setq nnspool-nov-directory "i:/usr/spool/slrnpull/news/")
> (setq nnspool-sift-nov-with-sed t)
> (setq nnspool-active-file "i:/usr/spool/slrnpull/data/active")
> (setq nnspool-inews-program "my_inews.cmd")
> 
> It looks like my nnspool-spool-directory points to the same place as
> nnspool-nov-directory, maybe that's your problem.

Yeah that stupid mistake followed me from a discussion on
gnu.emacs.gnu to here. Sorry about the unnecessary noise.  I've since
corrected it due to Kai's gentle nudges.  And it works in this version:

(setq gnus-select-method '(nnspool ""
   (nnspool-spool-directory "/var/spool/slrnpull/news/")  <== corrected
   (nnspool-nov-directory "/var/spool/slrnpull/news/")
   (nnspool-active-file "/var/spool/slrnpull/data/active")))

I haven't tried posting yet though.  Still have this in an
experimental (fake) directory.

I don't understand the role of `i' in your scheme and the 

 (setq nnspool-sift-nov-with-sed t)

>From manual:
  `nnspool-sift-nov-with-sed'
     If non-`nil', which is the default, use `sed' to get the relevant
     portion from the overview file.  If nil, `nnspool' will load the
     entire file into a buffer and process it there.

Since this is  all taking place on local disk, is this sed thing really
usefull?  And what defines the `relevant portion'. Also since this is
a default, wouldn't it be in force anyway without explicit entry in
server code?

Any tips on getting posting from slrnpull /var/spool/slrnpull/out.going?
Is it just as simple as `C-c C-c'


  parent reply	other threads:[~2001-04-02 14:44 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-02  3:11 Slrnpull Harry Putnam
2001-04-02  4:52 ` Slrnpull Daniel Pittman
2001-04-03  5:42   ` Slrnpull Harry Putnam
2001-04-03  7:16     ` Slrnpull Kai Großjohann
2001-04-03 14:46       ` Slrnpull Laura Conrad
2001-04-03 23:42     ` Slrnpull Daniel Pittman
2001-04-04  3:35       ` Slrnpull Harry Putnam
2001-04-04  4:23         ` Slrnpull Daniel Pittman
2001-04-03 19:51   ` Slrnpull Colin Walters
2001-04-03 21:13     ` Slrnpull Stainless Steel Rat
2001-04-04  0:00       ` Slrnpull Colin Walters
2001-04-04  1:54         ` Slrnpull Stainless Steel Rat
2001-04-04  3:45           ` Slrnpull Harry Putnam
2001-04-04 16:02             ` Slrnpull Stainless Steel Rat
2001-04-04 17:10               ` Slrnpull Harry Putnam
2001-04-04  2:08     ` Slrnpull Daniel Pittman
2001-04-11 16:53       ` Slrnpull Colin Walters
2001-04-05  8:03     ` Slrnpull Kai Großjohann
2001-04-02  8:47 ` Slrnpull Anssi Saari
2001-04-02 11:08   ` Slrnpull Kai Großjohann
2001-04-02 14:44   ` Harry Putnam [this message]
2001-04-02 16:02     ` Slrnpull Kevin Falcone
2001-04-03  2:42       ` Slrnpull Harry Putnam
2001-04-03  3:33         ` Slrnpull Kevin Falcone
2001-04-03  6:38           ` Slrnpull Harry Putnam
2001-04-02 20:17     ` Slrnpull Kai Großjohann

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=m3elvbs6qf.fsf@gnus.cvs.983032537 \
    --to=reader@newsguy.com \
    /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).