Nicolas Neuss <[EMAIL PROTECTED]> writes:

> P.S.:  1. The reason for this question is that I have difficulties with 
> calling
> DX in script mode from CMU Common Lisp and SBCL.
>   (ext:run-program "/usr/bin/dx" `("-script") :output *trace-output*)
> works, but
>   (ext:run-program "/usr/bin/dx" `("-script" "-cache off") :output
>                    *trace-output*)
> does not work.  It yields an error
>
> /usr/bin/dx : unrecognized parameter:  [1]
> (use -help to get usage information)
>
> 2. I'm running Debian/testing.  Everything worked on Debian/stable.

OK.  This problem evaporated by Christophe Rhodes pointing out to me on the
cmucl-help mailing list that my command had passed an argument "cache\ off"
instead of two arguments.  How to print in the scripting language would
still be of interest to me.

Yours, Nicolas.

Reply via email to