From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Lexical binding and macros. Date: Tue, 14 Dec 2010 23:24:37 -0500 Organization: A noiseless patient Spider Message-ID: References: <87r5dmkir6.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292427766 14138 80.91.229.12 (15 Dec 2010 15:42:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 15:42:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 15 16:42:42 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PStV3-0005ze-68 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 16:42:41 +0100 Original-Received: from localhost ([127.0.0.1]:55952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PStV0-00074Q-TU for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 10:42:39 -0500 Original-Path: usenet.stanford.edu!bloom-beacon.mit.edu!micro-heart-of-gold.mit.edu!nntp.club.cc.cmu.edu!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Injection-Info: mx01.eternal-september.org; posting-host="npc8WwhkFofBeKiRj5F6nA"; logging-data="29090"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+sFZ5HvZK0iWrVuwvYxoyX" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:s0Jl8QhEUMZSAZfmXYGuXJAc8BA= sha1:n3Rz9VuNbT6C/AZmRADaky397Z4= Original-Xref: usenet.stanford.edu gnu.emacs.help:183274 X-Mailman-Approved-At: Wed, 15 Dec 2010 10:34:28 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77538 Archived-At: >> ehm ... isn't "lexical-let" from the common lisp extension supposed to >> support closures? > They're not really closures. Actually, they are closures. Admittedly, they're not as efficient as one might like, but other than that, they work very well, thank you. Stefan