[Ecls-list] SLIME, WITH-OPEN-FILE: error in process filter: Wrong number of arguments: nil, 127

Juan Jose Garcia-Ripoll juanjose.garciaripoll at gmail.com
Sat Oct 27 21:14:31 UTC 2012


On Tue, Oct 23, 2012 at 5:54 PM, Matthew Mondor <mm_lists at pulsar-zone.net>wrote:

>
> So I today had some time to do a small test and the following function
> indeed seems to work better in general.
>
> (defimplementation arglist (name)
>   (let ((arglist (ext:get-annotation name :lambda-list nil)))
>     (if (or (null arglist) (stringp arglist))
>         :not-available
>         arglist)))
>

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.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20121027/679cc0c9/attachment.html>


More information about the ecl-devel mailing list