From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36666 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: `C-c C-v' should keep citation prefix Date: Wed, 20 Jun 2001 15:12:46 +0200 (CEST) Message-ID: References: <87elsfs3qh.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035172217 9845 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) Cc: Return-Path: Return-Path: Original-Received: (qmail 25572 invoked from network); 20 Jun 2001 13:12:51 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 20 Jun 2001 13:12:51 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.2/8.11.2) with ESMTP id f5KDCkW00769; Wed, 20 Jun 2001 15:12:46 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Josh Huber In-Reply-To: <87elsfs3qh.fsf@mclinux.com> Original-Lines: 14 Xref: main.gmane.org gmane.emacs.gnus.general:36666 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36666 On 20 Jun 2001, Josh Huber wrote: > This was it...I did a rm -rf /usr/share/xemacs21/packages/lisp/gnus/ > and the problem went away. > > The real question is this. How can I prevent this in the future? > Next time I upgrade xemacs this directory with an old version of Gnus > will come back. Should I remove it from my load path? Will that do > the trick, or is it too late? (has it already been loaded?) 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.