Changes committed gnus/texi (ChangeLog gnus.texi)
"Katsumi Yamaoka" <[email protected]> Wed, 30 Jul 2008 01:59:12 +0200
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi (Saving Articles): Mention symbolic prefix `r' for gnus-summary-pipe-output. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.417 gnus/texi/ChangeLog:7.418 --- ChangeLog:7.417 Fri Jul 25 01:57:04 2008 +++ ChangeLog Wed Jul 30 01:59:12 2008 @@ -1,3 +1,8 @@ +2008-07-29 Katsumi Yamaoka <[email protected]> + + * gnus.texi (Saving Articles): Mention symbolic prefix `r' for + gnus-summary-pipe-output. + 2008-07-24 Katsumi Yamaoka <[email protected]> * gnus.texi (Saving Articles): Describe the 2nd argument of Index: gnus.texi diff -u gnus/texi/gnus.texi:7.302 gnus/texi/gnus.texi:7.303 --- gnus.texi:7.302 Fri Jul 25 01:57:04 2008 +++ gnus.texi Wed Jul 30 01:59:11 2008 @@ -8518,9 +8518,11 @@ 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. The -@code{gnus-summary-pipe-output-default-command} variable can be set to a -string containing the default command and options (default @code{nil}). +complete headers in the piped output. The symbolic prefix @code{r} is +special; it lets this command pipe a raw article including all headers. +The @code{gnus-summary-pipe-output-default-command} variable can be set +to a string containing the default command and options (default +@code{nil}). @item O P @kindex O P (Summary)