Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Rafferty <craffert@ml.com>
Subject: Re: Running Gnus-5.5 and qgnus-0.29
Date: 17 Feb 1998 15:31:52 -0500	[thread overview]
Message-ID: <ocrzpjqkm6f.fsf@ml.com> (raw)
In-Reply-To: Harry Putnam's message of "17 Feb 1998 09:53:12 +0000"

Harry Putnam writes:

> Just started using gnus agent recently on a setup where I have been
> running Emacs-20.2 and Xemacs-20.3.

> I am using gnus-5.5 with the Xemacs and would like to continue to do so,
> as well as run qgnus-0.29 with Emacs.
> Handy for comparisons etc.

> Unfortunately I am not yet savvy enough with lisp code to know how to
> make Xemacs ignore the phrase (gnus-agentize) in .gnus file.

It is not XEmacs that you want to have ignore `gnus-agentize', but gnus
5.5.  I think that the following form in .gnus would work fine:

    (if (fboundp 'gnus-agentize) (gnus-agentize))        ; untested

> Even better,  is there a way to make Xemacs use a completely different
> .emacs and .gnus.  Thereby avoiding having to conditionalize things.

If you have a ~/.xemacs file, it will take precedence over ~/.emacs when
you run XEmacs.

In your ~/.xemacs file, this you can do this:

    (setq gnus-init-file "~/.gnus.xemacs")        ; untested

-- 
Colin


      parent reply	other threads:[~1998-02-17 20:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-17  9:53 Harry Putnam
1998-02-17 19:13 ` Lars Balker Rasmussen
1998-02-17 20:31 ` Colin Rafferty [this message]

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=ocrzpjqkm6f.fsf@ml.com \
    --to=craffert@ml.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).