Gnus development mailing list
 help / color / mirror / Atom feed
From: Josh Huber <huber@alum.wpi.edu>
Subject: Re: `C-c C-v' should keep citation prefix
Date: 22 Jun 2001 15:02:00 -0400	[thread overview]
Message-ID: <871yoce3tj.fsf@mclinux.com> (raw)
In-Reply-To: <m3u2184iwp.fsf@multivac.cwru.edu>

prj@po.cwru.edu (Paul Jarc) writes:

> I'd use --no-site-file and then load site-start.el explicitly in your
> .emacs after you've tweaked load-path.

That's a great idea...

and it works!

Thanks, I've finally done it... :)

here's the relevant section, btw:

;; get rid of old gnus dirs in the load path
(delete-if
 (lambda (dir) (string-match "gnus" dir))
 load-path)

;; I definately want to use Oort Gnus
(add-to-list 'load-path "~/cvs/gnus/lisp")
(add-to-list 'load-path "~/cvs/gnus/contrib")
(add-to-list 'load-path "~/elisp")

;; now run the site-start file (we started with -no-site-file)
(load "/usr/share/xemacs21/site-packages/lisp/site-start")

...cool.

-- 
Josh Huber


      reply	other threads:[~2001-06-22 19:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-02 19:50 Kai Großjohann
2001-06-05  0:06 ` Steven E. Harris
2001-06-05 18:37   ` Simon Josefsson
2001-06-05 23:54     ` Steven E. Harris
2001-06-19 19:42       ` Simon Josefsson
2001-06-20  2:07         ` Josh Huber
2001-06-20  8:22           ` Simon Josefsson
2001-06-20 13:03             ` Josh Huber
2001-06-20 13:12               ` Simon Josefsson
2001-06-20 13:21                 ` Josh Huber
2001-06-20 14:36                   ` David S. Goldberg
2001-06-22  9:54                   ` Kai Großjohann
2001-06-22 14:14                     ` Josh Huber
2001-06-22 15:45                       ` Paul Jarc
2001-06-22 19:02                         ` Josh Huber [this message]

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=871yoce3tj.fsf@mclinux.com \
    --to=huber@alum.wpi.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).