|
From: Nikodemus S. <tsi...@cc...> - 2005-12-13 19:42:17
|
On Sun, 11 Dec 2005, Thom Scanlan wrote:
> I'm trying to use XLisp as an Inferior process.
> I'd prefer to use Tom Almy xlisp+ but I'm unable
> to run any lisp binary under an Xemacs shell.
> I'm running Xemacs 21.4 in an XP environment.
Have you tried doing
(setq inferior-lisp-program "path/to/your/xlisp")
in ~/.emacs (or the Xemacs equivalent), and then issuing the command M-x
run-lisp? (This is neither shell nor Ilisp, but probably your best bet.)
Ilisp is currently neither maintained nor developed anymore in the (in my
opinion) any usefull sense of the word, and I suspect the same applies to
xlisp+.
Unless you specifically and really need xlisp+ I suggest you replace
xlisp+ with a modern Common Lisp implementation (eg. Clisp), and Ilisp
with Slime.
Cheers,
-- Nikodemus Schemer: "Buddha is small, clean, and serious."
Lispnik: "Buddha is big, has hairy armpits, and laughs."
|