Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-batch-brew-soup
@ 1996-08-12  6:11 Richard Hoskins
  1996-08-13  8:12 ` gnus-batch-brew-soup Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Hoskins @ 1996-08-12  6:11 UTC (permalink / raw)



gnus-batch-brew-soup in gnus-soup.el seems to be a place holder.  Are
there plans to actualize this function?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnus-batch-brew-soup
  1996-08-12  6:11 gnus-batch-brew-soup Richard Hoskins
@ 1996-08-13  8:12 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-08-13  8:12 UTC (permalink / raw)



Richard Hoskins <rmh@interlaced.net> writes:

> gnus-batch-brew-soup in gnus-soup.el seems to be a place holder.  Are
> there plans to actualize this function?

Yup.  It's on the todo list.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnus-batch-brew-soup
  1997-02-25 18:33 ` gnus-batch-brew-soup C. R. Oldham
@ 1997-02-25 19:06   ` Eze Ogwuma
  0 siblings, 0 replies; 5+ messages in thread
From: Eze Ogwuma @ 1997-02-25 19:06 UTC (permalink / raw)
  Cc: Eze Ogwuma, ding

"C. R. Oldham" <cro@nca.asu.edu> writes:

> Merry Christmas.

[ lots of stuff deleted ]

Thanks I'll give this a try.

Eze.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnus-batch-brew-soup
  1997-02-25  8:07 gnus-batch-brew-soup Eze Ogwuma
@ 1997-02-25 18:33 ` C. R. Oldham
  1997-02-25 19:06   ` gnus-batch-brew-soup Eze Ogwuma
  0 siblings, 1 reply; 5+ messages in thread
From: C. R. Oldham @ 1997-02-25 18:33 UTC (permalink / raw)
  Cc: ding

On 25 Feb 1997, Eze Ogwuma wrote:

> Can anyone tell me how to use nnsoup to "batch brew soup" from the
> command line so as to include all the groups I'm subscribed to and no
> others. 

Merry Christmas.


--- begin newsunattended.el ---
(gnus)
(gnus-group-list-level 3)
(gnus-group-mark-regexp "*")
(gnus-brew-soup)
(gnus-group-exit)
--- end newsunattended.el ---

--- begin getnews ---
#!/usr/local/bin/zsh
export  PATH=/bin:/usr/bin:/usr/local/bin
file=`date +%y%m%d%H%M`
cp ~/.newsrc ~/.newsrc.$file
echo 'Doing news.'
/usr/local/bin/emacs --batch -l newsunattended.el
echo 'Zipping news.'
echo $file.zip
zip -mj $file.zip $HOME/SoupBrew/AREAS $HOME/SoupBrew/*.MSG $HOME/SoupBrew/*.IDX
echo 'Done.'
--- end getnews ---

--
| Charles R. (C. R.) Oldham     |         NCA Commission on Schools  |
| cro@nca.asu.edu               |  Arizona St. Univ., PO Box 873011  |
| V:602/965-8700 F:602/965-9423 |________      Tempe, AZ 85287-3011_ |
| "I like it!"--Citizen G'Kar, Babylon 5 | #include <disclaimer.h>X_>|


^ permalink raw reply	[flat|nested] 5+ messages in thread

* gnus-batch-brew-soup
@ 1997-02-25  8:07 Eze Ogwuma
  1997-02-25 18:33 ` gnus-batch-brew-soup C. R. Oldham
  0 siblings, 1 reply; 5+ messages in thread
From: Eze Ogwuma @ 1997-02-25  8:07 UTC (permalink / raw)


Hi,

Can anyone tell me how to use nnsoup to "batch brew soup" from the
command line so as to include all the groups I'm subscribed to and no
others. 

Thanks.
-- 
Eze Ogwuma


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1997-02-25 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-12  6:11 gnus-batch-brew-soup Richard Hoskins
1996-08-13  8:12 ` gnus-batch-brew-soup Lars Magne Ingebrigtsen
1997-02-25  8:07 gnus-batch-brew-soup Eze Ogwuma
1997-02-25 18:33 ` gnus-batch-brew-soup C. R. Oldham
1997-02-25 19:06   ` gnus-batch-brew-soup Eze Ogwuma

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).