GithubHelp home page GithubHelp logo

russell / gnus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from espenhw/gnus

1.0 2.0 0.0 20.81 MB

A newsreader for GNU Emacs

Home Page: https://github.com/emacsmirror/p/wiki/built-in-PLEASE-README

License: GNU General Public License v3.0

Shell 2.53% Emacs Lisp 97.47%

gnus's Introduction

* 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
`[email protected]'.


Local variables:
mode: outline
End:

gnus's People

Contributors

andreas-schwab avatar anse1 avatar antoine-levitt avatar baby-gnu avatar bmork avatar dabrahams avatar eggert avatar eli-zaretskii avatar fweimer avatar jas4711 avatar jd avatar kanru avatar kensanata avatar larsmagne avatar lektu avatar leoliu avatar loveshack avatar michaelcadilhac avatar monnier avatar rafl avatar rfrancoise avatar rgmorris avatar snogglethorpe avatar steveyoungs avatar tsdh avatar tsuchm avatar tzz avatar ueno avatar vidagabor avatar yamaoka avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.