*** empty log message ***
[gnus] / readme
1 This package contains a beta 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 "make" in this directory.
10
11 Then you have to tell Emacs where Gnus is. You might put something
12 like
13
14    (setq load-path (cons (expand-file-name "~/gnus-5.0/lisp") load-path))
15
16 in your .emacs file, or wherever you keep such things.  (Note that
17 "~/gnus-5.0/lisp" won't be right if you have pulled down version 5.1)
18
19 Note that Gnus and GNUS can't coexist in a single Emacs. They both use
20 the same function and variable names. If you have been running GNUS in
21 your Emacs, you should probably exit that Emacs and start a new one to
22 fire up Gnus.
23
24 Gnus does absolutely not work with Emacs 18, and only shakily with
25 Emacs 19s before 19.26. So you definitely need a newish Emacs.
26
27 Then you do a `M-x gnus', and everything should... uhm... it should
28 work, but it might not. Set `debug-on-error' to t, and mail me the
29 backtraces, or, better yet, find out why Gnus does something wrong,
30 fix it, and send me the diffs. :-)
31
32 There are three main things I want your help and input on:
33
34 1) Startup. Does eveything go smoothly, and why not?
35
36 2) Any errors while you read news normally?
37
38 3) Any errors if you do anything abnormal?
39
40 4) Features you do not like, or do like, but would like to tweak a
41    bit, and features you would like to see.
42
43 Send any comments and all your bug fixes/complaints to
44 `gnus-bug@ifi.uio.no'.