emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs ChangeLog rmail.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog rmail.texi
Date: Tue, 03 Mar 2009 08:18:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/03/03 08:18:54

Modified files:
        doc/emacs      : ChangeLog rmail.texi 

Log message:
        (Rmail Make Summary): Mention rmail-summary-by-senders on C-M-f.
        Use active voice for previous change.
        (Rmail Summary Edit): Mention rmail-summary-undelete-many, and C-M-n/p.
        Name the commands bound to the various keys.  Mention prefix argument
        for searching.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.295&r2=1.296
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/rmail.texi?cvsroot=emacs&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -b -r1.295 -r1.296
--- ChangeLog   3 Mar 2009 04:16:29 -0000       1.295
+++ ChangeLog   3 Mar 2009 08:18:53 -0000       1.296
@@ -8,9 +8,12 @@
        <rmail-summary-by-topic>: Headers includes the subject.
        <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
        details, including prefix arguments.
+       Mention rmail-summary-by-senders on C-M-f.
        Not counting lines might be faster.
        (Rmail Summary Edit): More details on the delete commands.
-       Add rmail-summary-bury.
+       Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
+       Name the commands bound to the various keys.  Mention prefix argument
+       for searching.
        (Rmail Display): Mention rmail-displayed-headers.  Fix typo.
        Simplify rmail-highlighted-headers description.  Update face name.
 

Index: rmail.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/rmail.texi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- rmail.texi  3 Mar 2009 07:22:36 -0000       1.14
+++ rmail.texi  3 Mar 2009 08:18:54 -0000       1.15
@@ -834,14 +834,17 @@
 Summarize messages that have one or more of the specified labels
 (@code{rmail-summary-by-labels}).
 @item C-M-r @var{rcpts} @key{RET}
-Summarize messages that have one or more of the specified recipients
+Summarize messages that match the specified recipients
 (@code{rmail-summary-by-recipients}).
 @item C-M-t @var{topic} @key{RET}
 Summarize messages that have a match for the specified regexp
 @var{topic} in their subjects (@code{rmail-summary-by-topic}).
address@hidden C-M-s @var{regexp}
address@hidden C-M-s @var{regexp} @key{RET}
 Summarize messages whose headers match the specified regular expression
 @var{regexp} (@code{rmail-summary-by-regexp}).
address@hidden C-M-f @var{senders} @key{RET}
+Summarize messages that match the specified senders.
+(@code{rmail-summary-by-senders}).
 @end table
 
 @kindex h @r{(Rmail)}
@@ -862,8 +865,8 @@
 @findex rmail-summary-by-recipients
   @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients})
 makes a partial summary mentioning only the messages that have one or
-more recipients matching the regular expression @var{rcpts}.  Commas can
-be used to separate multiple regular expressions.  These are matched
+more recipients matching the regular expression @var{rcpts}.  You can
+use commas to separate multiple regular expressions.  These are matched
 against the @samp{To}, @samp{From}, and @samp{CC} headers (with a prefix
 argument, this header is not included).
 
@@ -871,7 +874,7 @@
 @findex rmail-summary-by-topic
   @kbd{C-M-t @var{topic} @key{RET}} (@code{rmail-summary-by-topic})
 makes a partial summary mentioning only the messages whose subjects have
-a match for the regular expression @var{topic}.  Commas can be used to
+a match for the regular expression @var{topic}.  You can use commas to
 separate multiple regular expressions.  With a prefix argument, the
 match is against the whole message, not just the subject.
 
@@ -882,6 +885,13 @@
 (including the date and the subject lines) match the regular
 expression @var{regexp}.
 
address@hidden C-M-f @r{(Rmail)}
address@hidden rmail-summary-by-senders
+  @kbd{C-M-f @var{senders} @key{RET}} (@code{rmail-summary-by-senders})
+makes a partial summary that mentions only the messages whose @samp{From}
+fields match the regular expression @var{senders}.  You can use commas to
+separate multiple regular expressions.
+
   Note that there is only one summary buffer for any Rmail buffer;
 making any kind of summary discards any previous summary.
 
@@ -915,8 +925,14 @@
 the relevant direction, the delete commands go to the first or last
 message, rather than staying on the current message.)  @kbd{o} and
 @kbd{C-o} output the current message to a FILE; @kbd{r} starts a reply
-to it.  You can scroll the current message while remaining in the
+to it; etc.  You can scroll the current message while remaining in the
 summary buffer using @key{SPC} and @key{DEL}.
address@hidden rmail-summary-scroll-between-messages not mentioned.
+
address@hidden rmail-summary-undelete-many
address@hidden (@code{rmail-summary-undelete-many}) undeletes all deleted
+messages in the summary.  A prefix argument means to undelete that many
+of the previous deleted messages.
 
   The Rmail commands to move between messages also work in the summary
 buffer, but with a twist: they move through the set of messages included
@@ -928,28 +944,42 @@
 @table @kbd
 @item n
 Move to next line, skipping lines saying `deleted', and select its
-message.
+message (@code{rmail-summary-next-msg}).
 @item p
 Move to previous line, skipping lines saying `deleted', and select
-its message.
+its message (@code{rmail-summary-previous-msg}).
 @item M-n
-Move to next line and select its message.
+Move to next line and select its message (@code{rmail-summary-next-all}).
 @item M-p
-Move to previous line and select its message.
+Move to previous line and select its message
+(@code{rmail-summary-previous-all}).
 @item >
-Move to the last line, and select its message.
+Move to the last line, and select its message
+(@code{rmail-summary-last-message}).
 @item <
-Move to the first line, and select its message.
+Move to the first line, and select its message
+(@code{rmail-summary-first-message}).
 @item j
 @itemx @key{RET}
-Select the message on the current line (ensuring that the RMAIL buffer
-appears on the screen).  With argument @var{n}, select message number
address@hidden and move to its line in the summary buffer; this signals an
-error if the message is not listed in the summary buffer.
+Select the message on the current line (ensuring that the Rmail buffer
+appears on the screen; @code{rmail-summary-goto-msg}).  With argument
address@hidden, select message number @var{n} and move to its line in the
+summary buffer; this signals an error if the message is not listed in
+the summary buffer.
 @item M-s @var{pattern} @key{RET}
 Search through messages for @var{pattern} starting with the current
 message; select the message found, and move point in the summary buffer
-to that message's line.
+to that message's line (@code{rmail-summary-search}).  A prefix argument
+acts as a repeat count; a negative argument means search backward
+(equivalent to @code{rmail-summary-search-backward}.)
address@hidden C-M-n @var{labels} @key{RET}
+Move to the next message with at least one of the specified labels
+(@code{rmail-summary-next-labeled-message}).  @var{labels} is a
+comma-separated list of labels.  A prefix argument acts as a repeat
+count.
address@hidden C-M-p @var{labels} @key{RET}
+Move to the previous message with at least one of the specified labels
+(@code{rmail-summary-previous-labeled-message}).
 @end table
 
 @vindex rmail-redisplay-summary




reply via email to

[Prev in Thread] Current Thread [Next in Thread]