* GNUS-NEWS: Changed "Dired integration"
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 3 Jan 2004 12:52:44 +0000 (12:52 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 3 Jan 2004 12:52:44 +0000 (12:52 +0000)
* gnus.texi (Other modes): New node.
(Oort Gnus): Refer to the above in "Dired integration".

ChangeLog
GNUS-NEWS
texi/ChangeLog
texi/gnus.texi

index 59104b9..86acb15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * GNUS-NEWS: Changed "Dired integration"
+
 2004-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * GNUS-NEWS: Add `gnus-group-read-ephemeral-group'.
index eb74175..97b6904 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -34,12 +34,12 @@ variables `gnus-button-*-level' can be used to control the appearance of all
 article buttons, see the info node "Article Button Levels".
 
 ** Dired integration
-`gnus-dired-minor-mode' installs key bindings in dired buffers to send
-a file as an attachment (`C-c C-a'), open a file using the approriate
-mailcap entry (`C-c C-l'), and print a file using the mailcap entry
-(`C-c P').  It is enabled with 
 
-      (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
+`gnus-dired-minor-mode' installs key bindings in dired buffers to send a file
+as an attachment (`C-c C-m C-a'), open a file using the approriate mailcap
+entry (`C-c C-m C-l'), and print a file using the mailcap entry (`C-c C-m
+C-p').  See the info node "Other modes".
+
 
 ** Gnus can display RSS newsfeeds as a newsgroup.  To get started do `B
 nnrss RET RET' in the Group buffer.
index 82845ac..efc6127 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Other modes): New node.
+       (Oort Gnus): Refer to the above in "Dired integration".
+
 2004-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus.texi (Top): updated menu with new manual nodes
index 30dd97f..c268814 100644 (file)
@@ -839,6 +839,7 @@ Various
 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
 * Fuzzy Matching::              What's the big fuzz?
 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
+* Other modes::                 Interaction with other modes.
 * Various Various::             Things that are really various.
 
 Formatting Variables
@@ -20494,6 +20495,7 @@ four days, Gnus will decay the scores four times, for instance.
 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
 * Fuzzy Matching::              What's the big fuzz?
 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
+* Other modes::                 Interaction with other modes.
 * Various Various::             Things that are really various.
 @end menu
 
@@ -23876,6 +23878,36 @@ Reduce table size: (spam-stat-reduce-size)
 Save table: (spam-stat-save)
 @end smallexample
 
+@node Other modes
+@section Interaction with other modes
+
+@subsection Dired
+@cindex dired
+
+@code{gnus-dired-minor-mode} provided some useful functions for dired
+buffers.  It is enabled with
+@lisp
+(add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
+@end lisp
+
+@table @kbd
+@item C-c C-m C-a
+@findex gnus-dired-attach
+Send dired's marked files as an attachment (@code{gnus-dired-attach}).
+You will be prompted for a message buffer.
+
+@item C-c C-m C-l
+@findex gnus-dired-find-file-mailcap
+Visit a file according to the appropriate mailcap entry
+(@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
+buffer.
+
+@item C-c C-m C-p
+@findex gnus-dired-print
+Print file according to the mailcap entry (@code{gnus-dired-print}).  If
+there is no print command, print in a PostScript image.
+@end table
+
 @node Various Various
 @section Various Various
 @cindex mode lines
@@ -25479,13 +25511,10 @@ appearance of all article buttons.  @xref{Article Button Levels}.
 @item
 Dired integration
 
-@code{gnus-dired-minor-mode} installs key bindings in dired buffers to send
-a file as an attachment (@kbd{C-c C-a}), open a file using the appropriate
-mailcap entry (@kbd{C-c C-l}), and print a file using the mailcap entry
-(@kbd{C-c P}).  It is enabled with
-@lisp
-(add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
-@end lisp
+@code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
+bindings in dired buffers to send a file as an attachment, open a file
+using the appropriate mailcap entry, and print a file using the mailcap
+entry.
 
 @item
 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.