emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/Attic/gnus-faq.texi, v [EMACS_22_BASE


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/Attic/gnus-faq.texi, v [EMACS_22_BASE]
Date: Thu, 24 Apr 2008 04:51:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Miles Bader <miles>     08/04/24 04:51:05

Index: man/gnus-faq.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/Attic/gnus-faq.texi,v
retrieving revision 1.20.2.5
retrieving revision 1.20.2.6
diff -u -b -r1.20.2.5 -r1.20.2.6
--- man/gnus-faq.texi   21 Mar 2008 21:00:45 -0000      1.20.2.5
+++ man/gnus-faq.texi   24 Apr 2008 04:51:01 -0000      1.20.2.6
@@ -129,7 +129,7 @@
 Jingle please: Gnus 5.10 is released, get it while it's
 hot! As well as the step in version number is rather
 small, Gnus 5.10 has tons of new features which you
-shouldn't miss. The current release (5.10.9) should be at
+shouldn't miss. The current release (5.10.11) should be at
 least as stable as the latest release of the 5.8 series.
 
 @node [1.2]
@@ -1287,18 +1287,23 @@
 
 @subsubheading Answer
 
-Say
+Starting from Gnus 5.10.12, automatic word-wrap is already enabled by
+default, see the variable message-fill-column.
+
+For other versions of Gnus, say
 
 @example
-(add-hook 'message-mode-hook
+(unless (boundp 'message-fill-column)
+  (add-hook 'message-mode-hook
          (lambda ()
            (setq fill-column 72)
-           (turn-on-auto-fill)))
+              (turn-on-auto-fill))))
 @end example
 @noindent
 
-in ~/.gnus.el. You can reformat a paragraph by hitting
address@hidden (as usual)
+in ~/.gnus.el.
+
+You can reformat a paragraph by hitting @samp{M-q} (as usual).
 
 @node [5.3]
 @subsubheading Question 5.3




reply via email to

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