[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
Tue Oct 30 10:50:17 UTC 2012
On Tue, Oct 30, 2012 at 2:41 AM, Matthew Mondor <mm_lists at pulsar-zone.net>wrote:
> With in swank-ecl.lisp:
>
> (defimplementation arglist (name)
> (let ((arglist (ext:get-annotation name :lambda-list nil)))
> (if (null arglist)
> :not-available
> arglist)))
>
> And your latest changes, it's very nice so far.
>
The original code works for me just fine
(defimplementation arglist (name)
(multiple-value-bind (arglist foundp)
(ext:function-lambda-list name)
(if foundp arglist :not-available)))
Does it not in your system?
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/20121030/fd9dd639/attachment.html>
More information about the ecl-devel
mailing list