Synch with `t-gnus-6_14'.
[elisp/gnus.git-] / texi / gnus-faq.texi
index abc9054..a729a70 100644 (file)
@@ -100,7 +100,7 @@ Per Abrahamsen <abraham@@dina.kvl.dk> writes :@*
 The internal easymenu.el interface changed between 19.28 and 19.29 in
 order to make it possible to create byte compiled files that can be
 shared between Gnu Emacs and XEmacs.  The change is upward
-compatible, but not downward compatible. 
+compatible, but not downward compatible.
 This gives the following compatibility table:
 
 @example
@@ -131,10 +131,10 @@ list is mainly for developers and testers.
 
 Gnus has a home World Wide Web page at@*
 @file{http://www.ifi.uio.no/~larsi/ding.html}.
-   
+
 Gnus has a write up in the X Windows Applications FAQ at@*
 @file{http://www.ee.ryerson.ca:8080/~elf/xapps/Q-III.html}.
-   
+
 The Gnus manual is also available on the World Wide Web. The canonical
 source is in Norway at@*
 @file{http://www.ifi.uio.no/~larsi/ding-manual/gnus_toc.html}.
@@ -158,7 +158,7 @@ PostScript copies of the Gnus Reference card are available from@*
 United States. And@*
 @file{ftp://marvin.fkphy.uni-duesseldorf.de/pub/gnus/}
 in Germany.
-   
+
 An online version of the Gnus FAQ is available at@*
 @file{http://www.miranova.com/~steve/gnus-faq.html}. Off-line formats
 are also available:@*
@@ -221,7 +221,7 @@ a two-step process unlike most other packages, so you should
 be prepared to move the byte-compiled code somewhere.  There
 are currently two versions of this package available.  It can
 be obtained from@*
-@file{ftp://ftp.jaist.ac.jp/pub/GNU/elisp/}.
+@file{ftp://ftp.m17n.org/pub/mule/}.
 Be sure to apply the supplied patch.  It works with Gnus through
 version 5.0.9.  In order for all dependencies to work correctly
 the load sequence is as follows:
@@ -277,7 +277,7 @@ Q2.3 How can I keep my nnvirtual:* groups sorted?
 How can I most efficiently arrange matters so as to keep my nnvirtual:*
 (etc) groups at the top of my group selection buffer, whilst keeping
 everything sorted in alphabetical order.
-   
+
 If you don't subscribe often to new groups then the easiest way is to
 first sort the groups and then manually kill and yank the virtuals
 wherever you want them.
@@ -557,7 +557,7 @@ like this:
   (gnus-auto-select-first nil)))
 @end lisp
 
-and insert 
+and insert
 @lisp
        (setq gnus-auto-select-first t)
 @end lisp