Page 1 of 1

problem with openlisp and emacs on windows

PostPosted: Tue Apr 12, 2005 12:44 pm
by mario
Hi,

I have a problem in using openlisp as an the inferior lisp in emacs 21.3.1 on windows xp sp1.

I use the same .emacs file on windows than on linux but don't see any output of the openlisp shell. This also happens with Christian .emacs file which he kindly provides on the download page.

Does anyone has an idea ?

Cheers

-- Mario

PostPosted: Sun Aug 21, 2005 7:26 am
by jullien
Sorry for the delay but I had no time to investiate the problem before.
From many versions, OpenLisp works differently when it is used as shell script or a pipe (some informations are not printed). The problem was that when OpenLisp is run as an inferior-lisp-program this situation is also detected.

I recently added a new '-emacs' flag that you can use to launch OpenLisp under emacs.
Code: Select all
(setq inferior-lisp-program "/usr/local/bin/openlisp -emacs")

Download the latest OpenLisp 8.1.0 Windows version. It works great with Windows emacs 22.0. Please note that this feature will be implemented on 8.2.0 for all other ports. Check the site for snapshoots.