erbot-discuss
[Top][All Lists]
Advanced

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

[Erbot-discuss] Re: allowing &rest


From: DEEPAK GOEL
Subject: [Erbot-discuss] Re: allowing &rest
Date: Sun, 01 Jan 2006 04:38:41 -0500
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"DEEPAK GOEL" <address@hidden> writes:

> Michael
>
> i made some changes to your erblisp-check-args, did i screw up some
> place? 
>
> http://cvs.savannah.nongnu.org/viewcvs/erbot/erbot/erblisp.el?sortby=date&r2=1.16&r1=1.15
>
> * erblisp.el (erblisp-check-args): Promote to a macro.  This macro
>       first removes any arguments that can't be evalled. This happens,
>       when, for example, the user-defined function contained &optional,
>       &rest, etc.


should have clarified, the problem was that &rest etc. had stopped
working:

<deego> ,(defun test (a &rest args) nil)
<fsbot> fs-test  ..(symbol)
<singbot> nil  ..(symbol)
<fsbot> ERROR: Symbol's value as variable is void: &rest





reply via email to

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