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: 20 Jun 2001 09:21:26 -0400	[thread overview]
Message-ID: <87u21bjnhl.fsf@mclinux.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0106201509510.765-100000@lie.extundo.com>

(note, please don't cc me via email also, I'm reading the newsgroup)

Simon Josefsson <jas@extundo.com> writes:

> Put a statement in your .emacs that makes `load-path' contain your own
> Gnus directory before the system-wide one.  If you're on a single-user
> system, perhaps also remove the Gnus xemacs-package completely.

This isn't enough apparently...I even went so far as to remove the old
gnus from my load path:

;; 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")

The only two directories in my load path that contain "gnus" are the
two I've added.

It's almost as if the old gnus gets loaded before I get a chance to
remove it from my load path.

Starting xemacs with -no-site-file also solves the problem...perhaps I
should move this to the xemacs group?

Thanks again,

-- 
Josh Huber


  reply	other threads:[~2001-06-20 13:21 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 [this message]
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

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=87u21bjnhl.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).