From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Authinfo situation
Date: 22 Feb 1998 18:18:37 +0100 [thread overview]
Message-ID: <m3lnv3r21e.fsf@sparky.gnus.org> (raw)
In-Reply-To: Harry Putnam's message of "20 Feb 1998 15:52:37 +0000"
Harry Putnam <reader@newsguy.com> writes:
> > But rather than have to condition different things as I add new stuff,
> > isn't there a way to make xemacs use a completely different
> > inititialization file than emacs.
> (besides just command line)
Sure; just make this your .emacs file:
(if (string-match "xemacs" (emacs-version))
(load-file "~/.xemacs")
(load-file "~/.not-xemacs"))
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
prev parent reply other threads:[~1998-02-22 17:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-02-20 12:43 Harry Putnam
1998-02-20 23:02 ` Lars Magne Ingebrigtsen
1998-02-20 15:52 ` Harry Putnam
1998-02-22 17:18 ` Lars Magne Ingebrigtsen [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=m3lnv3r21e.fsf@sparky.gnus.org \
--to=larsi@gnus.org \
/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).