emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/misc/gnus-faq.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/misc/gnus-faq.texi,v
Date: Sun, 28 Oct 2007 09:19:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/28 09:18:40

Index: doc/misc/gnus-faq.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/gnus-faq.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/misc/gnus-faq.texi      6 Sep 2007 05:00:17 -0000       1.1
+++ doc/misc/gnus-faq.texi      28 Oct 2007 09:18:37 -0000      1.2
@@ -1286,18 +1286,23 @@
 
 @subsubheading Answer
 
-Say
+Starting from No Gnus, 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
@@ -1676,10 +1681,7 @@
 yourUserName.userfqdn.provider.net, or you can use
 somethingUnique.yourdomain.tld if you own the domain
 yourdomain.tld, or you can register at a service which
-gives private users a FQDN for free, e.g.  
address@hidden://www.stura.tu-freiberg.de/~dlx/addfqdn.html}.
-(Sorry but this website is in German, if you know of an
-English one offering the same, drop me a note).
+gives private users a FQDN for free.
 
 Finally you can tell Gnus not to generate a Message-ID
 for News at all (and letting the server do the job) by saying




reply via email to

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