Gnus development mailing list
 help / color / mirror / Atom feed
From: Michael Welsh Duggan <md5i@cs.cmu.edu>
Subject: Re: gnus-setup.el?
Date: Tue, 11 Apr 2000 20:42:18 GMT	[thread overview]
Message-ID: <v1tu2h8qsie.fsf@takayama.mt.cs.cmu.edu> (raw)
In-Reply-To: <vxkln2klo2r.fsf@mesquite.charcoal.com>

Karl Kleinpaste <karl@charcoal.com> writes:

> While chasing a reference to bbdb in gnu.emacs.gnus, I happened to
> grep in my Gnus lisp dir and quite accidentally noticed gnus-setup.el.
> 
> Does this thing have any relationship to the real world?
> 
> Here are some of the more exciting things found there:
> 
> (defvar gnus-use-installed-tm running-xemacs)
> (defvar gnus-emacs-lisp-directory (if running-xemacs
>                                     "/usr/local/lib/xemacs/"
>                                   "/usr/local/share/emacs/"))
> 
> -=> 5.0.15?!? <=-
> (defvar gnus-gnus-lisp-directory (concat gnus-emacs-lisp-directory
>                                        "gnus-5.0.15/lisp/")
>   "Directory where Gnus Emacs lisp is found.")
> 
> (defvar gnus-mailcrypt-lisp-directory (concat gnus-emacs-lisp-directory
>                                             "site-lisp/mailcrypt-3.4/"))
> 
> (defvar gnus-bbdb-lisp-directory (concat gnus-emacs-lisp-directory
>                                        "site-lisp/bbdb-1.51/"))
> 
> As near as I can tell, this whole file is wondrously out-of-date.
> Does anybody actually use it?

I do, sort of.  I have this in my .emacs.el:

;;; Gnus  (most gnus hackery is in my .gnus file)
(setq gnus-use-beta t)
(setq gnus-gamma-dir "~md5i/src/elisp/gnus/")
(setq gnus-beta-dir "~md5i/src/elisp/pgnus/")
(setq gnus-base-dir (if gnus-use-beta gnus-beta-dir gnus-gamma-dir))
(setq gnus-use-installed-gnus nil)
(setq gnus-emacs-lisp-directory "~md5i/aixtree/share/emacs")
(setq gnus-gnus-lisp-directory (concat gnus-base-dir "lisp"))
(setq gnus-use-mailcrypt nil)
(add-path (active-info-dir) (list (concat gnus-base-dir "texi")))
(require 'gnus-setup (concat gnus-base-dir "lisp/gnus-setup"))

-- 
Michael Duggan
(md5i@cs.cmu.edu)



  reply	other threads:[~2000-04-11 20:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-11 14:17 gnus-setup.el? Karl Kleinpaste
2000-04-11 20:42 ` Michael Welsh Duggan [this message]
2000-04-20  0:13 ` gnus-setup.el? Lars Magne Ingebrigtsen
2000-04-20  2:39   ` gnus-setup.el? Karl Kleinpaste
2000-04-20 18:34     ` gnus-setup.el? Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v1tu2h8qsie.fsf@takayama.mt.cs.cmu.edu \
    --to=md5i@cs.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).