On Wed, Feb 26, 2014 at 7:12 PM, Mirko Vukovic mirko.vukovic@gmail.com wrote:
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")
Makes sense. I've create an issue for the next release. https://github.com/slime/slime/issues/116
Feel free to attach an actual patch to that issue. :-)