From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: [r6rs] with-syntax should have a body like let Date: Thu, 31 Mar 2011 13:33:24 +0200 Message-ID: References: <877hch2nfi.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301574500 16403 80.91.229.12 (31 Mar 2011 12:28:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2011 12:28:20 +0000 (UTC) Cc: guile-user@gnu.org To: Marco Maggi Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Mar 31 14:28:15 2011 Return-path: Envelope-to: guile-user@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 1Q5Gz1-00082n-23 for guile-user@m.gmane.org; Thu, 31 Mar 2011 14:28:15 +0200 Original-Received: from localhost ([127.0.0.1]:45479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5Gz0-0002UW-GE for guile-user@m.gmane.org; Thu, 31 Mar 2011 08:28:14 -0400 Original-Received: from [140.186.70.92] (port=41446 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5Gys-0002Tk-IO for guile-user@gnu.org; Thu, 31 Mar 2011 08:28:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5Gyr-0003uB-2s for guile-user@gnu.org; Thu, 31 Mar 2011 08:28:06 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:42465 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5Gyq-0003u6-TH for guile-user@gnu.org; Thu, 31 Mar 2011 08:28:05 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 646853C67; Thu, 31 Mar 2011 08:29:54 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=/T/YmATArbOMxnRkfsL1auMTqTc=; b=PSbLpu Cqiqi4kahROtSCohAu02rnLLbGPP/bP4RewSbKNMvdfB8jw43zDPBjqyN9p+3MkO iGCt/7Gw500vlMQWeIuUSfutdySE1fPyHeF8yietmPJnZH95CQzz5/XHmhUhu+xr Z4TJUf5q4l4DYwxThm1XrGJpFJxJMC4DmtkXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=bEfx6ygKlSmPwu2VdAMOVeQRNo7SSJps CacGEi3RP8lUBUT27RjGNMn6PXm7tfDWJiu/B2PahfB9i9t+tSi7NB8/UloEPPXS J3fNzGgF/FSQGxU0aW43cCUKNIUKHeBOmrkaRPYV1ihw4Wp3Y01g0cnbkvhRPBU9 7E12cYHYE3o= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 359E33C65; Thu, 31 Mar 2011 08:29:52 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 98B733C63; Thu, 31 Mar 2011 08:29:50 -0400 (EDT) In-Reply-To: <877hch2nfi.fsf@rapitore.luna> (Marco Maggi's message of "Wed, 02 Mar 2011 23:00:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 93A29D16-5B92-11E0-B247-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8558 Archived-At: On Wed 02 Mar 2011 23:00, Marco Maggi writes: > it is my understanding that WITH-SYNTAX has a body like let. Indeed. Fixed in git, thanks. In the future, note that bug reports are better sent to bug-guile@gnu.org. Regards, Andy -- http://wingolog.org/