aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2008-07-04 00:07:47 +0000
committerMiles Bader2008-07-04 00:07:47 +0000
commit89167438cbdca06a305318039911d4c791bcbe31 (patch)
treeadd0ca67b677045c229f6acd5c457acfa22a139b /doc/misc
parent92439579f3a00655358f48ea64b8fb142bfda1b6 (diff)
downloademacs-89167438cbdca06a305318039911d4c791bcbe31.tar.gz
emacs-89167438cbdca06a305318039911d4c791bcbe31.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1309
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus.texi21
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index dcdb5540ee1..3ce96ee181b 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -8514,10 +8514,13 @@ Save the current article in a VM folder
8514@kindex O p (Summary) 8514@kindex O p (Summary)
8515@kindex | (Summary) 8515@kindex | (Summary)
8516@findex gnus-summary-pipe-output 8516@findex gnus-summary-pipe-output
8517@vindex gnus-summary-pipe-output-default-command
8517Save the current article in a pipe. Uhm, like, what I mean is---Pipe 8518Save the current article in a pipe. Uhm, like, what I mean is---Pipe
8518the current article to a process (@code{gnus-summary-pipe-output}). 8519the current article to a process (@code{gnus-summary-pipe-output}).
8519If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the 8520If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
8520complete headers in the piped output. 8521complete headers in the piped output. The
8522@code{gnus-summary-pipe-output-default-command} variable can be set to a
8523string containing the default command and options (default @code{nil}).
8521 8524
8522@item O P 8525@item O P
8523@kindex O P (Summary) 8526@kindex O P (Summary)
@@ -8613,6 +8616,17 @@ to get a file name to save the article in. The default is
8613@findex gnus-summary-save-in-vm 8616@findex gnus-summary-save-in-vm
8614Save the article in a VM folder. You have to have the VM mail 8617Save the article in a VM folder. You have to have the VM mail
8615reader to use this setting. 8618reader to use this setting.
8619
8620@item gnus-summary-save-in-pipe
8621@findex gnus-summary-save-in-pipe
8622Pipe the article to a shell command. This function takes optional one
8623argument; if it is a string, it is used as the command; if it is
8624@code{nil} or omitted, you will be prompted for the command; if it is
8625the symbol @code{default}, the command which the
8626@code{gnus-summary-pipe-output-default-command} variable holds or the
8627command last used for saving will be used if it is non-@code{nil}. The
8628command should be a string that the shell can interpret (e.g. the
8629executable command name and the arguments).
8616@end table 8630@end table
8617 8631
8618The symbol of each function may have the following properties: 8632The symbol of each function may have the following properties:
@@ -8622,8 +8636,9 @@ The symbol of each function may have the following properties:
8622The value non-@code{nil} means save decoded articles. This is 8636The value non-@code{nil} means save decoded articles. This is
8623meaningful only with @code{gnus-summary-save-in-file}, 8637meaningful only with @code{gnus-summary-save-in-file},
8624@code{gnus-summary-save-body-in-file}, 8638@code{gnus-summary-save-body-in-file},
8625@code{gnus-summary-write-to-file}, and 8639@code{gnus-summary-write-to-file},
8626@code{gnus-summary-write-body-to-file}. 8640@code{gnus-summary-write-body-to-file}, and
8641@code{gnus-summary-save-in-pipe}.
8627 8642
8628@item :function 8643@item :function
8629The value specifies an alternative function which appends, not 8644The value specifies an alternative function which appends, not