I am trying to understand (and fix) the following problem.<br><br>I am running clisp on cygwin & windows.  Slime is running from windows' emacs.<br><br>If I launch clisp from a terminal (either cygwin's or windows' cmd.exe), commands such as<br>
<br>> (ext:run-shell-command "pwd")<br><br>work.  So, it does not seem to matter where I call clisp from.<br><br>But if I try the same from within slime, I get NIL.  <br><br>The value of `inferior-lisp-program' points to the clisp executable: c:\cygwin\bin\clisp.exe<br>
<br>Thanks,<br><br>Mirko<br><br>