"Thomas M. Sasala" <[EMAIL PROTECTED]> writes:
> Larry Gates wrote:
>
> Would one of the emacs/xemacs gurus please tell me how
> to add JDE to Xemacs? I have it installed at home, but can't
[...]
It's documented in the installation instructions. You have to unpack the
jde distribution into your site-lisp directory (under XEmacs 20.x) or
into the already-existing jde package (under XEmacs 21.x). In XEmacs
21.x, it's loaded automatically (the packaging thing in 21.x takes some
getting used to!). In XEmacs 20.x, you should add the following few
lines to your .emacs:
(setq load-path
(nconc '(
"/path/to/site-lisp/jde-2.1.5"
)
load-path))
(require 'jde)
It's documented at http://sunsite.auc.dk/jde/install.html .
.c.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]