emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Arbitrary function: find the number(s) of expected arguments


From: Elias Mårtenson
Subject: Re: Arbitrary function: find the number(s) of expected arguments
Date: Sat, 26 Mar 2016 23:55:03 +0800

On 20 Mar 2016 03:53, "Stefan Monnier" <address@hidden> wrote:
>
> As mentioned to my reply in the corresponding thread, you're better off
> just making the call and catching the potential
> `wrong-number-of-arguments' signal.

Isn't that really dangerous? You're going to catch that error from any function call, not just the top one that you are interested in. Sounds like something that would be he'll to debug if it hit you.

Regards,
Elias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]