From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Shinn Newsgroups: gmane.lisp.guile.devel Subject: =?windows-1252?q?Re=3A_=91match=92_and_=93k_or_more=94_patterns?= Date: Tue, 28 Sep 2010 10:20:02 +0900 Message-ID: References: <877hj0xmcp.fsf@gnu.org> <874oe36pgn.fsf@gnu.org> <87wrqhjua4.fsf@gnu.org> <2083922817.3379621.1285477344869.JavaMail.root@zmbs1.inria.fr> <87k4m6kfzx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285636818 26517 80.91.229.12 (28 Sep 2010 01:20:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Sep 2010 01:20:18 +0000 (UTC) Cc: guile-devel@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 28 03:20:14 2010 Return-path: Envelope-to: guile-devel@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 1P0Orc-0006dl-I1 for guile-devel@m.gmane.org; Tue, 28 Sep 2010 03:20:12 +0200 Original-Received: from localhost ([127.0.0.1]:45938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0Orc-0008IQ-0J for guile-devel@m.gmane.org; Mon, 27 Sep 2010 21:20:12 -0400 Original-Received: from [140.186.70.92] (port=42012 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0OrY-0008HY-A4 for guile-devel@gnu.org; Mon, 27 Sep 2010 21:20:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0OrX-0001QQ-6g for guile-devel@gnu.org; Mon, 27 Sep 2010 21:20:08 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:65041) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0OrW-0001QJ-W5; Mon, 27 Sep 2010 21:20:07 -0400 Original-Received: by wyb36 with SMTP id 36so6599961wyb.0 for ; Mon, 27 Sep 2010 18:20:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VfDacdggREqDJMGTur3dz4b52iS0mZZF/jRpxUs5cN8=; b=E+tbhLBMAT/ORLqEWyds3BY4tOUim84rGetnSdedwsJmoNsXvm8yjxW+chRLJJAdrz dg0gCO7JUnVxH82TZe0EfINrQQsKSdbXtHPNIrV5sOR9Gqecs4mVwIBujX3PZApSNLQ6 UU7viF9WeJ4M1zp9np/HPGIkEaiMYxtys7Ze8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=TFyoUzVlXnwt2YbdcsnBC0wJjmZNX7pYlPBbzjbuNFe1iwzfEtRnYDy81hvwi2ocyr XJEhY8Gg/93oTZMR8uX4+P7gnFVRpmYJ1iSicJIdALywdDvKaxAFEG3moTlGqJ1Lpedr P+fwAnxQslsLROwWWiOn4La2PC+UZa08R8TQI= Original-Received: by 10.216.24.199 with SMTP id x49mr6959323wex.109.1285636802711; Mon, 27 Sep 2010 18:20:02 -0700 (PDT) Original-Received: by 10.216.235.103 with HTTP; Mon, 27 Sep 2010 18:20:02 -0700 (PDT) In-Reply-To: <87k4m6kfzx.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10968 Archived-At: On Tue, Sep 28, 2010 at 6:56 AM, Ludovic Court=E8s wrote: > > There was a bug in the patch at [0], whereby =91..1=92 would be considere= d > as the name of a pattern variable: Oh, I had already fixed that upstream (on synthcode.com), sorry I forgot to mention it! --=20 Alex