From xemacs-m  Mon Feb  3 09:22:28 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA20004
	for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 09:22:27 -0600 (CST)
Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.1.30]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id KAA13037; Mon, 3 Feb 1997 10:24:57 -0500 (EST)
Received: from spacely.icd.teradyne.com (spacely.icd.teradyne.com [131.101.10.9]) by kiki.icd.teradyne.com (8.7.1/8.7.1) with SMTP id KAA27853; Mon, 3 Feb 1997 10:19:03 -0500 (EST)
Received: from spacely by spacely.icd.teradyne.com (SMI-8.6/SMI-SVR4)
	id KAA01289; Mon, 3 Feb 1997 10:21:38 -0500
Message-Id: <199702031521.KAA01289@spacely.icd.teradyne.com>
X-Mailer: exmh version 2.0gamma 1/27/96
To: Ricardo Marek <ricky@ornet.co.il>
cc: xemacs-beta@xemacs.org
Subject: Re: [Q] XEmacs 20.0 and emacs-vers.el package.. 
In-reply-to: ricky's message of Mon, 03 Feb 1997 10:17:10 +0200.
	     <199702030817.KAA27018@merlin.ornet.co.il> 
reply-to: acs@acm.org
X-Attribution: Vin
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 03 Feb 1997 10:21:37 -0500
From: Vinnie Shelton  <shelton@icd.teradyne.com>

I use emacs-vers.  It works fine for me.  I ran a little test using your 
source, and it did what I expected (ran xemacs-init).  In what way does this 
not work for you?

--vin

> 
> Does someone used this package in order to get the different type of
> emacs?
> 
> I use the following in the .emacs file (which is read-only)
> 
> 
> ----------------------------------------------------------
> 
> (set 'load-path (append load-path (list (expand-file-name "~/lib/lisp"))))
> 
> (require 'emacs-vers)
> 
> (cond ((emacs-type-eq 'xemacs)
>        (require 'xemacs-init))
>       ((emacs-type-eq 'lucid)
>        (require 'lemacs-init))	; Load stuff for Lemacs
>       ((emacs-type-eq 'fsf)
>        (require 'fsf-init)))	; Load stuff for GNU Emacs (Old one)
> 
> (message "Emacs: Swap space -- The final frontier")
> -----------------------------------------------------------
> 
> With XEmacs 20.0 this trick doesn't work, any hint?

