diff options
| author | Miles Bader | 2008-07-04 00:07:47 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-07-04 00:07:47 +0000 |
| commit | 89167438cbdca06a305318039911d4c791bcbe31 (patch) | |
| tree | add0ca67b677045c229f6acd5c457acfa22a139b /doc/misc | |
| parent | 92439579f3a00655358f48ea64b8fb142bfda1b6 (diff) | |
| download | emacs-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.texi | 21 |
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 | ||
| 8517 | Save the current article in a pipe. Uhm, like, what I mean is---Pipe | 8518 | Save the current article in a pipe. Uhm, like, what I mean is---Pipe |
| 8518 | the current article to a process (@code{gnus-summary-pipe-output}). | 8519 | the current article to a process (@code{gnus-summary-pipe-output}). |
| 8519 | If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the | 8520 | If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the |
| 8520 | complete headers in the piped output. | 8521 | complete headers in the piped output. The |
| 8522 | @code{gnus-summary-pipe-output-default-command} variable can be set to a | ||
| 8523 | string 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 |
| 8614 | Save the article in a VM folder. You have to have the VM mail | 8617 | Save the article in a VM folder. You have to have the VM mail |
| 8615 | reader to use this setting. | 8618 | reader to use this setting. |
| 8619 | |||
| 8620 | @item gnus-summary-save-in-pipe | ||
| 8621 | @findex gnus-summary-save-in-pipe | ||
| 8622 | Pipe the article to a shell command. This function takes optional one | ||
| 8623 | argument; 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 | ||
| 8625 | the symbol @code{default}, the command which the | ||
| 8626 | @code{gnus-summary-pipe-output-default-command} variable holds or the | ||
| 8627 | command last used for saving will be used if it is non-@code{nil}. The | ||
| 8628 | command should be a string that the shell can interpret (e.g. the | ||
| 8629 | executable command name and the arguments). | ||
| 8616 | @end table | 8630 | @end table |
| 8617 | 8631 | ||
| 8618 | The symbol of each function may have the following properties: | 8632 | The symbol of each function may have the following properties: |
| @@ -8622,8 +8636,9 @@ The symbol of each function may have the following properties: | |||
| 8622 | The value non-@code{nil} means save decoded articles. This is | 8636 | The value non-@code{nil} means save decoded articles. This is |
| 8623 | meaningful only with @code{gnus-summary-save-in-file}, | 8637 | meaningful 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 |
| 8629 | The value specifies an alternative function which appends, not | 8644 | The value specifies an alternative function which appends, not |