From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: [r6rs] underscore is not a pattern variable and can appear any number of times Date: Mon, 21 Jun 2010 21:07:51 +0200 Message-ID: References: <87hbkw4z3m.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 1277148281 20560 80.91.229.12 (21 Jun 2010 19:24:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2010 19:24:41 +0000 (UTC) Cc: bug-guile@gnu.org To: Marco Maggi Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jun 21 21:24:40 2010 Return-path: Envelope-to: guile-bugs@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 1OQmbl-00005s-D6 for guile-bugs@m.gmane.org; Mon, 21 Jun 2010 21:24:37 +0200 Original-Received: from localhost ([127.0.0.1]:55605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQmbk-0006GD-Mw for guile-bugs@m.gmane.org; Mon, 21 Jun 2010 15:24:36 -0400 Original-Received: from [140.186.70.92] (port=43097 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQmbe-0006G5-5f for bug-guile@gnu.org; Mon, 21 Jun 2010 15:24:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQmbb-0008VZ-D6 for bug-guile@gnu.org; Mon, 21 Jun 2010 15:24:28 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:53918 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQmbb-0008VV-BM for bug-guile@gnu.org; Mon, 21 Jun 2010 15:24:27 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 3BCC7BDB4D; Mon, 21 Jun 2010 15:24:27 -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=ddrgH6kwNscIIEX/vEnIZSTvoeA=; b=wAK/v4 7DJ074F+3Ngaq+G/FY87EdholFkU0xEXeAMasv3GaQXr+u7PDv80dp85v01Z6uCO j2QEdjGanbvih+LLkTOf8rH38KCQ0tQRIOnLZ64odv9AICQJn+pwhfcUJRKULX6z zNxW0RSb5TwF754ChrLAJF55v+v3GU7F2yx5g= 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=EqsHh7tAabMfp0rucAmeLrPlztw5Gfre Q3AU+szDt3sFzraYgcthNcv06mzVu4RHL5NgmzE8L1w5+vWZ9Brw4eP4pZeUl7vT qtXF/SbiYeepAtZlGAFnMsS0mwpqwsUCG1r7sBzx5VLx7ZenkKLIkvdOo8/d60Qp fUv6mEb6kzE= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2859ABDB4C; Mon, 21 Jun 2010 15:24:26 -0400 (EDT) Original-Received: from unquote (unknown [83.32.68.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 8C046BDB4B; Mon, 21 Jun 2010 15:24:24 -0400 (EDT) In-Reply-To: <87hbkw4z3m.fsf@rapitore.luna> (Marco Maggi's message of "Mon, 21 Jun 2010 09:35:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 9ACA79DA-7D6A-11DF-BE9B-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4695 Archived-At: On Mon 21 Jun 2010 09:35, Marco Maggi writes: > (syntax-case stx () > ((_ _) Fixed in master, thanks for the report. It is an incompatible change in R6RS, but I think it's for the better. Ciao, A -- http://wingolog.org/