From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36667 Path: main.gmane.org!not-for-mail From: Josh Huber Newsgroups: gmane.emacs.gnus.general Subject: Re: `C-c C-v' should keep citation prefix Date: 20 Jun 2001 09:21:26 -0400 Organization: Mind your own business, you silly arthur king! Message-ID: <87u21bjnhl.fsf@mclinux.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172217 9846 80.91.224.250 (21 Oct 2002 03:50:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:50:17 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 25667 invoked from network); 20 Jun 2001 13:21:27 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 20 Jun 2001 13:21:27 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id PAA13591 for ding@gnus.org; Wed, 20 Jun 2001 15:21:23 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: lowell.missioncriticallinux.com Original-X-Trace: quimby.gnus.org 993043283 25438 208.51.139.16 (20 Jun 2001 13:21:23 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 20 Jun 2001 13:21:23 GMT X-Draft-From: ("nntp+quimby.gnus.org:gnus.ding" 32888) X-Go-Away: or I shall taunt you a second time! X-PGP-KeyID: 6B21489A X-PGP-CertKey: 61F0 6138 BE7B FEBF A223 E9D1 BFE1 2065 6B21 489A X-Request-PGP: finger:huber@db.debian.org Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Copyleft) Original-Lines: 34 Xref: main.gmane.org gmane.emacs.gnus.general:36667 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36667 (note, please don't cc me via email also, I'm reading the newsgroup) Simon Josefsson 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