Searched +refs:gnus +refs:articles +refs:to +refs:read (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex7 % From this LaTeX file (gnus-refcard.tex) plus a single logo (gnus-logo.eps),
8 % we can generate the refcard and the booklet version. This simplifies to
10 % gnus/texi/Makefile.
14 % latex gnus-refcard.tex &&
15 % dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps
17 % latex '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}' &&
18 % mv gnus-refcard.dvi gnus
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-agent.el0 ;;; gnus-agent.el --- unplugged support for Gnus
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
28 (require 'gnus)
29 (require 'gnus-cache)
32 (require 'gnus-sum)
33 (require 'gnus-score)
34 (require 'gnus-srvr)
35 (require 'gnus-util)
43 (autoload 'gnus
[all...]
H A Dgnus-sum.el0 ;;; gnus-sum.el --- summary mode commands for Gnus
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
34 (require 'gnus)
35 (require 'gnus-group)
36 (require 'gnus-spec)
37 (require 'gnus-range)
38 (require 'gnus-int)
39 (require 'gnus-undo)
40 (require 'gnus
[all...]
H A Dgnus-msg.el0 ;;; gnus-msg.el --- mail and post interface for Gnus
7 ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
33 (require 'gnus)
34 (require 'gnus-ems)
36 (require 'gnus-art)
37 (require 'gnus-util)
39 (defcustom gnus-post-method 'current
50 in the documentation of `gnus-select-method'. It can also be a list of
52 method to us
[all...]
H A Dgnus-start.el0 ;;; gnus-start.el --- startup functions for Gnus
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
30 (require 'gnus)
31 (require 'gnus-win)
32 (require 'gnus-int)
33 (require 'gnus-spec)
34 (require 'gnus-range)
35 (require 'gnus-util)
37 (autoload 'gnus
[all...]
H A Dnnmaildir.el19 ;; along with GNU Emacs; see the file COPYING. If not, write to the
25 ;; Maildir format is documented at <URL:http://cr.yp.to/proto/maildir.html>
37 ;; from under us, adapt to the changes or degrade gracefully.
38 ;; * We use the filesystem as a database, so that, e.g., it's easy to
44 ;; * Add a hook for when moving messages from new/ to cur/, to support
62 (require 'gnus)
63 (require 'gnus-util)
64 (require 'gnus-range)
65 (require 'gnus
[all...]

Completed in 203 milliseconds