* gnus.texi (Topic Parameters): Addition.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 1999 15:37:55 +0000 (15:37 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 1999 15:37:55 +0000 (15:37 +0000)
(Summary Message Commands): New.
(Canceling and Superseding): Made into subsection.

texi/.cvsignore [new file with mode: 0644]
texi/ChangeLog
texi/gnus.texi
texi/message.texi

diff --git a/texi/.cvsignore b/texi/.cvsignore
new file mode 100644 (file)
index 0000000..18884fa
--- /dev/null
@@ -0,0 +1,6 @@
+Makefile
+emacs-mime
+gnus
+gnus-[0-9]*
+message
+gnustmp.texi
index a4bb821..54e7f9b 100644 (file)
@@ -1,6 +1,8 @@
 1999-12-01 14:21:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Topic Parameters): Addition.
+       (Summary Message Commands): New.
+       (Canceling and Superseding): Made into subsection.
 
 1999-11-30 10:54:31  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
index a14ec0f..f77798e 100644 (file)
@@ -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
 
index a5e285a..f5182e2 100644 (file)
@@ -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