From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6359 Path: main.gmane.org!not-for-mail From: Justin Zaglio Newsgroups: gmane.emacs.gnus.general Subject: piping of marked articles Date: 23 May 1996 18:31:18 -0400 Sender: justin@watsun.cc.columbia.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146825 3379 80.91.224.250 (20 Oct 2002 20:47:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:47:05 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id QAA30965 for ; Thu, 23 May 1996 16:24:41 -0700 Original-Received: from manila.cc.columbia.edu (cu62923@manila.cc.columbia.edu [128.59.39.200]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 24 May 1996 00:31:21 +0200 Original-Received: (from justin@localhost) by manila.cc.columbia.edu (8.7.5/8.7.3) id SAA25344; Thu, 23 May 1996 18:31:19 -0400 (EDT) Original-To: (ding) Gnus mailing list Original-Lines: 19 X-Mailer: September Gnus v0.91/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:6359 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6359 Is there a way to do this under Gnus (.91): I have a large number of articles (say, 100 or so) in an nnml spool file, each article having only a few lines of text; I can easily process mark the articlesp using M P R or along those lines, but then I would like to pipe *all* the marked articles through a shell script. The problem is this: Gnus seems to pipe *each* article one by one through the shell script; this is not what I want. I would Gnus to concatenate the text from all the articles and *then* pipe the Whole Thing through the script. I must be missing something here... Thanks much. ->justin P.S. This is done daily, so I would like to make it as easy as possible. If it were only a one-time thing, then I would just dump them to a file, etc.