<div><span class="gmail_quote">2006/8/4, Faré <<a href="mailto:fahree@gmail.com">fahree@gmail.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Well, thing is, the loading of the two above files seems to happen<br>very early on, before the -eval form is even loaded -- probably as
<br>part of the code that compiles the form to begin with! And thus<br>setting it in the file is too late. (Besides, it is already set as<br>part of the :verbose nil argument to the initial load.) I think this<br>is a bug in ECL. Note: I'm using package version 
0.9i-2 from Debian.<br><br>Test:<br># ecl -eval '(setf *load-verbose* nil)' -eval '(format t "a~%")'<br>;;; Loading #P"/usr/lib/ecl/cmp.fas"<br>;;; Loading #P"/usr/lib/ecl/sysfun.lsp"</blockquote>

<div> </div>
<div>This seems due to some statements in your $HOME/.eclrc file loading asdf or something similar. The compiler is _NOT_ loaded by ecl by default. It must be loaded by some other code.</div>
<div> </div>
<div>Juanjo</div></div>