From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.help Subject: Re: tail call reduction Date: Fri, 04 Mar 2005 23:01:51 +0900 Message-ID: <87fyzbv7ao.fsf@tc-1-100.kawasaki.gol.ne.jp> References: <87k6pgwy7u.fsf@ID-87814.user.uni-berlin.de> <87psz831tp.fsf-monnier+gnu.emacs.help@gnu.org> <877jlg9gq8.fsf@ID-87814.user.uni-berlin.de> <87wtspsz0m.fsf@ID-87814.user.uni-berlin.de> Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1109945297 8434 80.91.229.2 (4 Mar 2005 14:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2005 14:08:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 04 15:08:16 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7DOH-0003t7-Cz for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Mar 2005 15:02:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7DhS-0002h9-06 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Mar 2005 09:22:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D7Den-0001ly-Vk for help-gnu-emacs@gnu.org; Fri, 04 Mar 2005 09:19:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D7Dea-0001g2-GN for help-gnu-emacs@gnu.org; Fri, 04 Mar 2005 09:19:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7DeX-0001ac-5K for help-gnu-emacs@gnu.org; Fri, 04 Mar 2005 09:19:41 -0500 Original-Received: from [203.216.5.72] (helo=smtp02.dentaku.gol.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D7DNM-0006tJ-RN; Fri, 04 Mar 2005 09:01:57 -0500 Original-Received: from localhost ([127.0.0.1]) by smtp02.dentaku.gol.com with esmtp (Dentaku) id 1D7DNK-000188-OF; Fri, 04 Mar 2005 23:01:54 +0900 Original-Received: from yokohama2-61-203-152-174.ap.0038.net ([61.203.152.174] helo=tc-1-100.kawasaki.gol.ne.jp) by smtp02.dentaku.gol.com with esmtpa (Dentaku) id 1D7DNK-00017v-2Z; Fri, 04 Mar 2005 23:01:54 +0900 Original-Received: by tc-1-100.kawasaki.gol.ne.jp (Postfix, from userid 1000) id B78772F60; Fri, 4 Mar 2005 23:01:51 +0900 (JST) Original-To: bojohan+news@dd.chalmers.se System-Type: i686-pc-linux-gnu In-Reply-To: ( =?iso-8859-1?q?Johan_Bockg=E5rd's_message_of?= "Fri, 04 Mar 2005 01:56:18 +0100") Original-Lines: 11 X-Virus-Scanned: by AMaViS GOL X-Abuse-Complaints: abuse@gol.com 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24510 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24510 bojohan+news@dd.chalmers.se (Johan Bockg=E5rd) writes: >> * Lexical binding should work properly in interpreted lisp code. > > (let* ((x 0) (y x))) =3D> Debugger entered--Lisp error: (void-variable x) Thanks, fixed. -Miles --=20 "Whatever you do will be insignificant, but it is very important that you do it." Mahatma Ghandi