This commit was generated by cvs2svn to compensate for changes in r6200,
[elisp/gnus.git-] / README
1 This package contains a alpha version of Gnus.  The lisp directory
2 contains the source lisp files, and the texi directory contains a
3 draft of the Gnus info pages.
4
5 To use Gnus you first have to unpack the files, which you've obviously
6 done, because you are reading this.
7
8 You should definitely byte-compile the source files. To do that, you
9 can simply say "./configure && make" in this directory.
10
11 Do not say "make install".  I repeat, do *NOT* say "make install".  If
12 you say "make install" and then complain about things not working,
13 I'll be very annoyed.  If you say "make install" and things happen to
14 work, that's all fine and dandy for you, but it's quite likely that it
15 won't.
16
17 If you are using XEmacs, you *must* say "./configure && make EMACS=xemacs".
18
19 Then you have to tell Emacs where Gnus is. You might put something
20 like
21
22    (setq load-path (cons (expand-file-name "~/gnus-5.6.53/lisp") load-path))
23
24 in your .emacs file, or wherever you keep such things.  
25
26 To enable reading the Gnus manual, you could say something like:
27
28   (require 'info)
29   (setq Info-default-directory-list 
30         (cons "~/gnus-5.6.53/texi" Info-default-directory-list))
31
32 or
33
34   (require 'info)
35   (setq Info-directory-list 
36         (cons "~/gnus-5.6.53/texi" Info-directory-list))
37
38 depending on which version of Emacs or XEmacs you're using.
39
40 Note that Gnus and GNUS can't coexist in a single Emacs. They both use
41 the same function and variable names.  If you have been running GNUS
42 in your Emacs, you should probably exit that Emacs and start a new one
43 to fire up Gnus.
44
45 Gnus does absolutely not work with anything older than Emacs 20.3 or
46 XEmacs 20.0.  You definitely need a relatively current Emacs.
47
48 To compile the Gnus manual, you either need a pretty new Emacs, or a
49 pretty new version of the texinfo tools.
50
51 Then you do a `M-x gnus', and everything should... uhm... it should
52 work, but it might not. Set `debug-on-error' to t, and mail me the
53 backtraces, or, better yet, find out why Gnus does something wrong,
54 fix it, and send me the diffs. :-)
55
56 There are four main things I want your help and input on:
57
58 1) Startup. Does everything go smoothly, and why not?
59
60 2) Any errors while you read news normally?
61
62 3) Any errors if you do anything abnormal?
63
64 4) Features you do not like, or do like, but would like to tweak a
65    bit, and features you would like to see.
66
67 Send any comments and all your bug fixes/complaints to
68 `bugs@gnus.org'.