emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs lisp syntax rfc: (cond (EXPR => (lambda (X) ...)))


From: Thien-Thi Nguyen
Subject: Re: emacs lisp syntax rfc: (cond (EXPR => (lambda (X) ...)))
Date: Tue, 04 Jan 2011 17:41:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

() Harald Hanche-Olsen <address@hidden>
() Sun, 02 Jan 2011 23:52:34 +0100 (CET)

   If you think you need this, I suspect the need can
   just as easily be covered using a macro:

   (defmacro acond (&rest clauses) ...)

   They can be very handy.

True.  For my own code, i would not hesitate to use it.
However, this macro masks ‘it’ from an outer scope, so is
not a good general (for installation into Emacs) solution.



reply via email to

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