help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: nested backquotes


From: Matthieu Moy
Subject: Re: nested backquotes
Date: Sat, 21 May 2005 12:02:13 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.4 (gnu/linux)

Matthieu Moy <MatthieuNOSPAM.Moy@imag.fr.invalid> writes:

> `(lambda (x y z)
>    (let ((tla1 ,foo)
                 ^
>          (tla2 ,(current-buffer)))
                 ^
>      (funcall (lambda () (... foo ... tla1 ... tla2)))))

I had forgotten the commas, sorry.

-- 
Matthieu


reply via email to

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