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 20:08:22 +0800

By the way, if I want my Emacs Lisp program able to be successfully
compiled, shall macros in the program "finite"?  For example, the
following macro can't be compiled, can it?

(defmacro xgp-casi2-safe-call-iter (func largs)
 (if largs
     `(condition-case nil
           (apply ,func (car ,largs))
         (error (xgp-casi2-safe-call-iter ,func (cdr ,largs))))
   'nil))

Is there some way of making it able to be compiled?

Thanks in advance.

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]