|
From: | Thien-Thi Nguyen |
Subject: | Re: emacs lisp syntax rfc: (cond (EXPR => (lambda (X) ...))) |
Date: | Tue, 04 Jan 2011 19:39:12 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() Harald Hanche-Olsen <address@hidden> () Tue, 04 Jan 2011 18:56:13 +0100 (CET) if you want something to add to emacs for general use, it is easy enough to tweak my macro so it names the bound variable explicitly: (defmacro acond (var &rest clauses) ...) True again! Now, the trick is to get rid of VAR.
[Prev in Thread] | Current Thread | [Next in Thread] |