From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7443 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Red Gnus v0.4 is released Date: 02 Aug 1996 23:55:06 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035147756 7259 80.91.224.250 (20 Oct 2002 21:02:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:02:36 +0000 (UTC) Cc: "C. R. Oldham" Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id PAA03607 for ; Fri, 2 Aug 1996 15:10:29 -0700 Original-Received: from aegir.ifi.uio.no (4867@aegir.ifi.uio.no [129.240.94.24]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Fri, 2 Aug 1996 23:55:09 +0200 Original-Received: (from larsi@localhost) by aegir.ifi.uio.no ; Fri, 2 Aug 1996 23:55:08 +0200 Original-To: ding@ifi.uio.no X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Is there any easy way to move back and forth between Red Gnus and 5.2.3x? > I'd like to mess with Red, but I don't want to lose my ability to read > news totally. There are no incompatibilities between Gnus 5.2 and Red Gnus, so you can just put one in "~/sgnus/" and the other in "~/rgnus/" and then define commands like: (require 'cl) (defun rgnus () (interactive) (push "~/rgnus/lisp" load-path) (gnus)) And the same for Gnus 5.2. Etc. I switch between Gnus 5.2 and Red Gnus all the time. -- (domestic pets only, the antidote for overdose, milk.) larsi@ifi.uio.no * Lars Ingebrigtsen