Proposed tweak for `slime-lisp-options'
Mirko Vukovic
mirko.vukovic at gmail.com
Wed Feb 26 19:12:42 UTC 2014
Hi,
`slime-lisp-options' in slime.el uses `split-string' to parse the contents
of `inferior-lisp-program'
This fails if the lisp program is in a path with spaces in it (such as
executables in Windows). Quoting does not help.
One could instead use split-string-and-unquote:
(split-string-and-unquote "\"c:/Program Files (x86)/clisp-2.49/clisp.exe\"
-E iso-8859-1")
("c:/Program Files (x86)/clisp-2.49/clisp.exe" "-E" "iso-8859-1")
Mirko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20140226/22e94bf7/attachment.html>
More information about the slime-devel
mailing list