<div class="gmail_quote">On Mon, Jan 24, 2011 at 5:41 AM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":1c3">I tested again with the new changes and the same test code, however I<br>
now see a line printed about the top level, and am unable to do<br>
anything to trigger the printing of an error if I type in invalid<br>
arguments.  The message I get: Top level in: #<process TOP-LEVEL>.<br></div></blockquote></div><br>Let me try to explain it better. In your former example you had two levels of argument checking: the one in your code (process-command-args) and the one performed again by si:top-level. That was the reason why redefining locally *help-file* did not work.<div>

<br></div><div>In the new version si:top-level does not invoke process-command-args. The only argument processing will happen at the beginning. If you wish to signal an error due to missing or wrong arguments, then you have to customize the value that you give to  process-command-args.</div>

<div><br></div><div>Alternatively, if all the arguments you need are ECL's, then invoke (SI:TOP-LEVEL T) instead of (SI:TOP-LEVEL).</div><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>