Print(object, how); where how are the arguments documented for the Print module.
Greg
| Nicolas Neuss <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 09/22/2004 12:24 PM
|
To: [email protected] cc: Subject: Re: [opendx-users] replacing option "-cache off" |
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.
