Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Rafferty <craffert@ms.com>
Subject: Re: Replacing gnus package with pgnus
Date: 09 Jun 1999 09:48:40 -0400	[thread overview]
Message-ID: <vgvogipeb7r.fsf@ms.com> (raw)
In-Reply-To: Jake Colman's message of "09 Jun 1999 09:04:48 -0400"

Jake Colman writes:

> I just installed Xemacs 21.1 and wish to replace the production gnus shipped
> with XEmacs with the current version of pgnus.  

> I need to do this locally so that only I see the superceded package;
> other users should continue to see the original package.

The simplest way to do this is the undocumented way.  Note to FSF Emacs
users: this only works for XEmacs 20.4+.

    mkdir -p ~/.xemacs/lisp
    ln -s /path/to/gnus/lisp ~/.xemacs/lisp/pgnus

That's it!  No need to change anything in your .emacs file.

If you want to also have the etc package set up correctly, do this:

    mkdir -p ~/.xemacs/etc
    for f in `echo /path/to/gnus/etc/*`
    do
      ln -s $f ~/.xemacs/etc
    done

-- 
Colin


  reply	other threads:[~1999-06-09 13:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-09 13:04 Jake Colman
1999-06-09 13:48 ` Colin Rafferty [this message]
1999-06-09 14:03   ` Chris Tessone
1999-06-09 15:15     ` Kai.Grossjohann
1999-06-09 15:28       ` Chris Tessone
1999-06-09 14:05   ` Didier Verna
1999-06-09 15:25     ` Colin Rafferty
1999-06-09 15:38       ` Didier Verna
1999-06-09 19:02     ` Jan Vroonhof
1999-06-10  7:39       ` Didier Verna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vgvogipeb7r.fsf@ms.com \
    --to=craffert@ms.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).