Christian Lynbech wrote:
"Dan" == Dan Pierson dlp@itasoftware.com writes:
Dan> Christian Lynbech wrote:
I wondered if the docs should mention usefull hacks to set up functions to start slime with specialised lisp binaries/arguments (for instance a special core image).
Dan> I used to use something like these and rather miss them. The problem Dan> is that I find ,restart-inferior-lisp too useful to give up and it Dan> ignores all of this. Any suggestions for how to fix that?
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.
Here is a very simple and naive emacs macro
Thanks for the macro. It looks to be just the solution I was hoping for.