On Tue, Oct 23, 2012 at 5:54 PM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net" target="_blank">mm_lists@pulsar-zone.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
</div>So I today had some time to do a small test and the following function<br>
indeed seems to work better in general.<br>
<br>
(defimplementation arglist (name)<br>
  (let ((arglist (ext:get-annotation name :lambda-list nil)))<br>
    (if (or (null arglist) (stringp arglist))<br>
        :not-available<br>
        arglist)))<br></blockquote></div><div><br></div>I have fixed instead the ECL documentation database so that _all_ lambda lists are kept as lists, including those that describe the syntax of special operators. Please test and report whether this works for you.<div>

<br></div><div>Juanjo<br clear="all"><div><br></div>-- <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>