From: Eli Bendersky
Subject: error reporting of clisp
Date: 
Message-ID: <3D64A5FA.23417A3F@in.the.newsgroup>
    Hi all,

When I run a function in clisp, it throws errors like:

*** - EVAL/APPLY: too few arguments given to COMBINATIONS-WITH-LIST

with no additional information.

How can I ask it to show me where exactly the error occured ?

(GNU CLISP 2.28)

--
Eli Bendersky - http://www.geocities.com/spur4444/
From: Karsten Poeck
Subject: Re: error reporting of clisp
Date: 
Message-ID: <ak3for$l99$1@news.wanadoo.es>
Hello,

did you have a look at impnotes.html#debugger?

Try :h

Karsten
"Eli Bendersky" <···········@in.the.newsgroup> wrote in message
······················@in.the.newsgroup...
>     Hi all,
>
> When I run a function in clisp, it throws errors like:
>
> *** - EVAL/APPLY: too few arguments given to COMBINATIONS-WITH-LIST
>
> with no additional information.
>
> How can I ask it to show me where exactly the error occured ?
>
> (GNU CLISP 2.28)
>
> --
> Eli Bendersky - http://www.geocities.com/spur4444/
>
>