Looking at CVS HEAD's slime-inferior-lisp functions it seems that it's impossible to use paths containing spaces, since they will be split-string'd in several parts. Trying to run on Win32, where most programs have space-containing paths ("c:/program files/....") confirms the problem. Are there any fixes/workarounds?
Thanks