emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v
Date: Fri, 04 Jul 2008 00:07:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/07/04 00:07:47

Index: doc/misc/gnus.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/gnus.texi,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- doc/misc/gnus.texi  27 Jun 2008 02:34:06 -0000      1.29
+++ doc/misc/gnus.texi  4 Jul 2008 00:07:45 -0000       1.30
@@ -8514,10 +8514,13 @@
 @kindex O p (Summary)
 @kindex | (Summary)
 @findex gnus-summary-pipe-output
address@hidden gnus-summary-pipe-output-default-command
 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
 the current article to a process (@code{gnus-summary-pipe-output}).
 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
-complete headers in the piped output.
+complete headers in the piped output.  The
address@hidden variable can be set to a
+string containing the default command and options (default @code{nil}).
 
 @item O P
 @kindex O P (Summary)
@@ -8613,6 +8616,17 @@
 @findex gnus-summary-save-in-vm
 Save the article in a VM folder.  You have to have the VM mail
 reader to use this setting.
+
address@hidden gnus-summary-save-in-pipe
address@hidden gnus-summary-save-in-pipe
+Pipe the article to a shell command.  This function takes optional one
+argument; if it is a string, it is used as the command; if it is
address@hidden or omitted, you will be prompted for the command; if it is
+the symbol @code{default}, the command which the
address@hidden variable holds or the
+command last used for saving will be used if it is address@hidden  The
+command should be a string that the shell can interpret (e.g. the
+executable command name and the arguments).
 @end table
 
 The symbol of each function may have the following properties:
@@ -8622,8 +8636,9 @@
 The value address@hidden means save decoded articles.  This is
 meaningful only with @code{gnus-summary-save-in-file},
 @code{gnus-summary-save-body-in-file},
address@hidden, and
address@hidden
address@hidden,
address@hidden, and
address@hidden
 
 @item :function
 The value specifies an alternative function which appends, not




reply via email to

[Prev in Thread] Current Thread [Next in Thread]