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

Matthew Mondor mm_lists at pulsar-zone.net
Tue Oct 30 19:13:20 UTC 2012


On Tue, 30 Oct 2012 11:50:17 +0100
Juan Jose Garcia-Ripoll <juanjose.garciaripoll at gmail.com> wrote:

> 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?

I did not notice that function-lambda-list was modified to work again
with macros.  I'll test this later on as well.

Thanks,
-- 
Matt




More information about the ecl-devel mailing list