From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2303 Path: news.gmane.org!not-for-mail From: Glyn Millington Newsgroups: gmane.emacs.gnus.user Subject: Re: Installing Oort into /usr/local/stow Date: Sun, 13 Apr 2003 06:28:40 +0100 Organization: Christ Church Chelmsford U.K. Message-ID: <87el47dkzb.fsf@millingtons.org> References: <87k7dzb8o7.fsf@earthlink.net> Reply-To: glyn@millingtons.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668782 14659 80.91.229.2 (31 Jan 2006 00:53:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:53:02 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:29 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!diablo.theplanet.net!news.theplanet.net!127.0.0.1!nobody Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 217.134.251.117 Original-X-Trace: news7.svr.pol.co.uk 1050212039 23223 217.134.251.117 (13 Apr 2003 05:33:59 GMT) Original-NNTP-Posting-Date: 13 Apr 2003 05:33:59 GMT Original-X-Complaints-To: abuse@theplanet.net X-Liturgical-Date: Sunday: Palm Sunday, A.D. 2003 User-Agent: Gnus/5.090018 (Oort Gnus v0.18) XEmacs/21.4 (Portable Code, linux) Cancel-Lock: sha1:FpSgpbtcQzLyvASsF0127+TdkvY= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2443 Original-Lines: 41 X-Gnus-Article-Number: 2443 Tue Jan 17 17:30:29 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2303 Archived-At: Rob French writes: > 1) Will ognus conflict with the gnus that ships w/ Emacs 21? I assume > there's a way to resolve that conflict. In my .emacs (when I use Emacs21) I have ;; for the latest greatest gnus. (add-to-list 'load-path "~/elisp/gnus/lisp") (add-to-list 'load-path "~/elisp/gnus/contrib") Emacs then gets its gnus stuff from those directories rather - have not experienced any problems. Some other Oort-related things ;;; adds Oort info to tree! (setq Info-directory-list (cons "~/elisp/gnus/texi/" Info-directory-list)) ;;;they turned this on in Oort gnus (setq gnus-agent nil) > > 2) So I've got oort from cvs in /usr/local/src/cvs/gnus. I do > "./configure --prefix=/usr/local", and then I do "make install > prefix=/usr/local/stow/ognus". Finally, I do "stow ognus" from > /usr/local/stow. That copies a bunch of files around, but is it > sufficient? Try it and see - stow makes undoing the damage pretty straightforward doesn't it? ;-) hth Glyn