Christian Lynbech christian@defun.dk writes:
I didn't know about `restart-inferior-lisp' but having pondered the issue a bit, it seems to me that solution is simply to reset `inferior-lisp-program' whenever starting up slime.
I added it to the CVS version. I also changed restart-inferior-lisp a bit so that the command line arguments of the existing process are reused. I think let-binding inferior-lisp-program is now good enough.
Helmut.