emacs-devel
[Top][All Lists]
Advanced

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

Re: Macro vs Function


From: Herbert Euler
Subject: Re: Macro vs Function
Date: Wed, 12 Apr 2006 23:13:53 +0800

What I'm trying to do can be found at

   http://lists.gnu.org/archive/html/help-gnu-emacs/2006-04/msg00185.html

The reason why ,(car largs) is not sufficient is that 'apply' requires
a list as the last argument. While I call 'xgp-casi2-safe-call-iter' with

   (xgp-casi2-safe-call-iter '+ ((1 2 a) (3 4)))

(car largs) is (1 2 a), which it's not a list when evaluating

   (apply '+ (1 2 a))

(I've modified xgp-casi2-safe-call but it's not accessible now. I'll post it when
it's accessible.)

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

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