From xemacs-m  Mon Feb  3 02:17:19 1997
Received: from ornet.ornet.co.il (ornet.co.il [194.90.140.5])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA17226
	for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 02:17:15 -0600 (CST)
Received: from merlin.ornet.co.il (merlin.ornet.co.il [194.90.140.25]) by ornet.ornet.co.il (8.7.6/8.7.3) with ESMTP id KAA20540 for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 10:17:10 +0200 (IST)
Received: (from ricky@localhost) by merlin.ornet.co.il (8.7.6/8.7.3) id KAA27018; Mon, 3 Feb 1997 10:17:10 +0200 (IST)
Date: Mon, 3 Feb 1997 10:17:10 +0200 (IST)
Message-Id: <199702030817.KAA27018@merlin.ornet.co.il>
From: Ricardo Marek <ricky@ornet.co.il>
To: xemacs-beta@xemacs.org
Subject: [Q] XEmacs 20.0 and emacs-vers.el package..
X-Face: "1qJf"LysT#xLa=~giYhF>sci:y$xiN`)FlEd7nf4Al;@ARuU|1|n_F!cXszC^^T;Q&42s}/5Q)5g0$0D'Y6.[]h]:SzlbMWu_?<'*suHpRzOGp&1VHvV~5CDMX}eRc)z3zw,XIPgG@Q*W)oG(/>;YU
Mime-Version: 1.0 (generated by tm-edit 7.103)
Content-Type: text/plain; charset=US-ASCII


Hello,

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?

TIA.

--- Ricky                            -*- Mode: Another-Unix-Hacker -*-

P.D. I know, many would say to use the example in the file
sample.emacs, but this is shorter and clear...


------------------------------------------------------------------------------
--- e-mail: ricky@ornet.co.il       ORNET Data Communication Technologies Ltd.  
---   http://w3.ornet.co.il/~ricky           (A Siemens Company)
------------------------------------------------------------------------------
-    "With a PC, I always felt limited by the software available.
-     On Unix, I am limited only by my own knowledge." -- Peter J. Schoenster

