descriptionGnus repository mirror
homepage URLhttp://www.gnus.org
ownerschwab@linux-m68k.org
last changeSat, 2 Jan 2016 14:15:36 +0000 (2 15:15 +0100)
content tags
add:
README
* Content

This package contains a development version of Gnus.  The lisp directory
contains the source lisp files, and the texi directory contains the Gnus info
pages.

* Emacsen

No Gnus does absolutely not work with anything older than Emacs 21 or
XEmacs 21.4.

Users of the Emacs development version (Emacs 23) are strongly encouraged to
also use the version bundled with Emacs.

* Setup

To use Gnus you first have to unpack the files, which you've obviously
done, because you are reading this.

You should definitely byte-compile the source files.  To do that, you
can simply say "./configure && make" in this directory.

Do not say "make install".  I repeat, do *NOT* say "make install".  If
you say "make install" and then complain about things not working,
I'll be very annoyed.  If you say "make install" and things happen to
work, that's all fine and dandy for you, but it's quite likely that it
won't.

If you are using XEmacs, you *must* say "./configure && make EMACS=xemacs".

Then you have to tell Emacs where Gnus is.  You might put something
like

   (setq load-path (cons (expand-file-name "~/ngnus-0.11/lisp") load-path))
   (require 'gnus-load)

in your .emacs file, or wherever you keep such things.  

To enable reading the Gnus manual, you could say something like:

  (require 'info)
  (if (featurep 'xemacs)
      (add-to-list 'Info-directory-list "~/ngnus-0.11/texi/")
    (add-to-list 'Info-default-directory-list "~/ngnus-0.11/texi/"))

To compile the Gnus manual, you either need a pretty new Emacs, or a
pretty new version of the texinfo tools.

Then you do a `M-x gnus', and everything should... uhm... it should
work, but it might not.  Set `debug-on-error' to t, and mail me the
backtraces, or, better yet, find out why Gnus does something wrong,
fix it, and send me the diffs.  :-)

There are four main things I want your help and input on:

1) Startup.  Does everything go smoothly, and why not?

2) Any errors while you read news normally?

3) Any errors if you do anything abnormal?

4) Features you do not like, or do like, but would like to tweak a
   bit, and features you would like to see.

Send any comments and all your bug fixes/complaints to
`bugs@gnus.org'.


Local variables:
mode: outline
End:
shortlog
2016-01-02 Jens Lechtenboerger* mml-sec.el (mml-secure-cust-record-keys):master
2016-01-02 Jens LechtenboergerRemove lisp/tests/mml-gpghome/random_seed from version...
2016-01-02 Jens Lechtenboergergnustest-mml-sec.el: Remove require cl.
2016-01-02 Jens LechtenboergerApply patch by Katsumi Yamaoka <yamaoka@jpl.org>
2016-01-02 Jens LechtenboergerRefactor mml-smime.el, mml1991.el, mml2015.el
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-31 Katsumi Yamaokatls.el: Revert last change, that works on only Emacs...
2015-12-30 Lars Ingebrigtsentls.el: Remove --insecure from gnutls-cli invocation;
2015-12-28 Katsumi Yamaokamml-sec.el (mml-secure-bcc-is-safe): Keep old Emacsen...
2015-12-28 Jens LechtenboergerIdentify unsafe combinations of Bcc and encryption
2015-12-23 Katsumi YamaokaFix `gnus-union' so as to behave like `cl-union'
2015-12-17 Eli Zaretskiiauth-source.el (auth-source-ensure-strings): Don't...
2015-12-16 Katsumi Yamaokadgnushack.el (byte-optimize-apply): Fix last commit
2015-12-16 Katsumi Yamaokadgnushack.el (byte-optimize-apply): Make the use-mapcan...
2015-12-07 Katsumi YamaokaSynch with the emacs-25 branch; the changes will be...
2015-12-04 Daiki Uenoqp.el: Don't replace "from " at bol
...
tags
8 years ago m0-13 Ma Gnus v0.13 is released
9 years ago m0-11 Ma Gnus v0.11 is released
10 years ago m0-9 Ma Gnus v0.9 is released
10 years ago m0-7 Ma Gnus v0.7 is released
11 years ago m0-5 Ma Gnus v0.5 is released
12 years ago m0-3 Ma Gnus v0.3 is released
12 years ago m0-1 Ma Gnus v0.1 is released
12 years ago n0-19 No Gnus v0.19 is released
13 years ago n0-17 No Gnus v0.17 is released
13 years ago n0-15 No Gnus v0.15 is released
13 years ago n0-13 No Gnus v0.13 is released
13 years ago n0-12 No Gnus v0.12 is begun
14 years ago emacs_23_1_RC
15 years ago merge-to-emacs
15 years ago merge-from-emacs
15 years ago before-merge-from-emacs
...
heads
8 years ago master
8 years ago mml-refactoring
11 years ago no-gnus
13 years ago tzz-gnus-registry-rewrite
13 years ago tzz-auth-source-rewrite
13 years ago jd/gnus-completing-read
15 years ago v5-10
19 years ago V5-8
23 years ago emacs21-branch
27 years ago larsi