<div class="gmail_quote">2011/2/22 Juan Jose Garcia-Ripoll <span dir="ltr"><<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I also had to do this in my ".eclrc" file when loading Quicklisp, so that I don't have any output before the start of the HTTP headers (e.g. "Content-Type"):<br>
(let ((*load-verbose* (if (find "-q" (ext:command-args) :test #'equal) nil t)))<br></blockquote><div><br></div></div><div>This is known. Lisp compilers/loaders by default always produce noise.</div><div class="im">

<div> </div></div></blockquote></div><br>Maybe I misunderstood your problem regarding "-q".  ECL's -q flag only applies to the command line statements. In other words, it does not automagically switch off *load-verbose* and *compile-verbose*, but rather makes -load and -compile use those options set to nil --- the flag does not propagate to the loaded code.<div>

<br></div><div>Juanjo<br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>