From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36695 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: 22 Jun 2001 15:02:00 -0400 Organization: Mind your own business, you silly arthur king! Message-ID: <871yoce3tj.fsf@mclinux.com> References: <87u21bjnhl.fsf@mclinux.com> <878zikbnzq.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 1035172240 9983 80.91.224.250 (21 Oct 2002 03:50:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:50:40 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 15231 invoked from network); 22 Jun 2001 19:02:04 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 22 Jun 2001 19:02:04 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id VAA02886 for ding@gnus.org; Fri, 22 Jun 2001 21:02:00 +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 993236519 21568 208.51.139.16 (22 Jun 2001 19:01:59 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 22 Jun 2001 19:01:59 GMT 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: 30 Xref: main.gmane.org gmane.emacs.gnus.general:36695 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36695 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