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: condition-case Date: Tue, 14 Dec 2010 23:55:45 -0500 Organization: A noiseless patient Spider Message-ID: References: <33e7a222-992c-4fc2-bbd2-d987a0d4d9b1@j32g2000prh.googlegroups.com> <877hfxokvh.fsf@lola.goethe.zz> <4d4ecf83-ffd8-43d9-8c27-4123856273e9@21g2000prv.googlegroups.com> <0b6e72ef-a605-4ac1-bc71-f3e180f162fb@j18g2000prn.googlegroups.com> <87r5e3zxyw.fsf@kuiper.lan.informatimago.com> <878w06lqcf.fsf@lifelogs.com> <8762vaodaw.fsf@kuiper.lan.informatimago.com> <8762v6ho6q.fsf@lifelogs.com> <87hbepd50p.fsf@lifelogs.com> <87pqtc9sd5.fsf@lifelogs.com> <877hfh4gl5.fsf@lifelogs.com> <87zks9mwe1.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292427667 13646 80.91.229.12 (15 Dec 2010 15:41:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 15:41:07 +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:41:03 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 1PStSv-0004ZB-L3 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 16:41:02 +0100 Original-Received: from localhost ([127.0.0.1]:46513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PStSt-0005oz-CI for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Dec 2010 10:40:27 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Injection-Info: mx02.eternal-september.org; posting-host="npc8WwhkFofBeKiRj5F6nA"; logging-data="6766"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+tvRUIaBF4D/QT1BB+ZmqT" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:GepO2C9wQsdUii0DRWiAbfJ1Dtc= sha1:i+o74fAWo348bYAUDovpKPwK6Jw= Original-Xref: usenet.stanford.edu gnu.emacs.help:183278 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:77537 Archived-At: > ...in other words, in the example you showed, is it just > (let ((b a)) > (lambda () '(b b c))) Yes. I.e. let the interpreter perform the substitution, at run-time. Stefan