From: Lars Magne Ingebrigtsen Date: Wed, 1 Dec 1999 15:37:55 +0000 (+0000) Subject: * gnus.texi (Topic Parameters): Addition. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=04c295bebace6c93058531d690b8cdd519f5be08;p=gnus * gnus.texi (Topic Parameters): Addition. (Summary Message Commands): New. (Canceling and Superseding): Made into subsection. --- diff --git a/texi/.cvsignore b/texi/.cvsignore new file mode 100644 index 000000000..18884faad --- /dev/null +++ b/texi/.cvsignore @@ -0,0 +1,6 @@ +Makefile +emacs-mime +gnus +gnus-[0-9]* +message +gnustmp.texi diff --git a/texi/ChangeLog b/texi/ChangeLog index a4bb821f4..54e7f9b12 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,6 +1,8 @@ 1999-12-01 14:21:19 Lars Magne Ingebrigtsen * gnus.texi (Topic Parameters): Addition. + (Summary Message Commands): New. + (Canceling and Superseding): Made into subsection. 1999-11-30 10:54:31 Shenghuo ZHU diff --git a/texi/gnus.texi b/texi/gnus.texi index a14ec0fb0..f77798e64 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -3285,7 +3285,6 @@ You can have as many summary buffers open as you wish. * Choosing Articles:: Reading articles. * Paging the Article:: Scrolling the current article. * Reply Followup and Post:: Posting articles. -* Canceling and Superseding:: ``Whoops, I shouldn't have called him that.'' * Marking Articles:: Marking articles as read, expirable, etc. * Limiting:: You can limit the summary buffer. * Threading:: How threads are made. @@ -3951,8 +3950,10 @@ Select the article buffer (@code{gnus-summary-select-article-buffer}). @section Reply, Followup and Post @menu -* Summary Mail Commands:: Sending mail. -* Summary Post Commands:: Sending news. +* Summary Mail Commands:: Sending mail. +* Summary Post Commands:: Sending news. +* Summary Message Commands:: Other Message-related commands. +* Canceling and Superseding:: ``Whoops, I shouldn't have called him that.'' @end menu @@ -4154,8 +4155,23 @@ Uuencode a file, split it into parts, and post it as a series Also @pxref{(message)Header Commands} for more information. +@node Summary Message Commands +@subsection Summary Message Commands + +@table @kbd +@item S y +@kindex S y (Summary) +@findex gnus-summary-yank-message +Yank the current article into an already existing Message composition +buffer (@code{gnus-summary-yank-message}). This command prompts for +what message buffer you want to yank into, and understands the +process/prefix convention (@pxref{Process/Prefix}). + +@end table + + @node Canceling and Superseding -@section Canceling Articles +@subsection Canceling Articles @cindex canceling articles @cindex superseding articles diff --git a/texi/message.texi b/texi/message.texi index a5e285a73..f5182e231 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -421,6 +421,12 @@ Move to the signature of the message (@code{message-goto-signature}). Yank the message that's being replied to into the message buffer (@code{message-yank-original}). +@item C-c C-Y +@kindex C-c C-Y +@findex message-yank-buffer +Prompt for a buffer name and yank the contents of that buffer into the +message buffer (@code{message-yank-buffer}). + @item C-c C-q @kindex C-c C-q @findex message-fill-yanked-message