2011/2/22 Juan Jose Garcia-Ripoll <juanjose.garciarip...@googlemail.com>

>
> 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"):
>> (let ((*load-verbose* (if (find "-q" (ext:command-args) :test #'equal) nil
>> t)))
>>
>
> This is known. Lisp compilers/loaders by default always produce noise.
>
>

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.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to