From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: bug#10651: There should be a fix to this bug Date: Fri, 08 Jun 2012 12:45:14 +0200 Message-ID: <87wr3i2ibp.fsf@gnu.org> References: <20120130101036.GA20941@ccellier.rd.securactive.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1339152367 11629 80.91.229.3 (8 Jun 2012 10:46:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2012 10:46:07 +0000 (UTC) Cc: foof@synthcode.com, 10651-done@debbugs.gnu.org To: Stefan Israelsson Tampe Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jun 08 12:46:05 2012 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Scwhb-000814-8i for guile-bugs@m.gmane.org; Fri, 08 Jun 2012 12:45:59 +0200 Original-Received: from localhost ([::1]:60308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Scwhb-0006ly-4N for guile-bugs@m.gmane.org; Fri, 08 Jun 2012 06:45:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScwhR-0006Lu-Pd for bug-guile@gnu.org; Fri, 08 Jun 2012 06:45:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScwhM-0007Zg-EE for bug-guile@gnu.org; Fri, 08 Jun 2012 06:45:49 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScwhM-0007ZX-5f for bug-guile@gnu.org; Fri, 08 Jun 2012 06:45:44 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Scwja-0004vt-Lp for bug-guile@gnu.org; Fri, 08 Jun 2012 06:48:02 -0400 Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-guile@gnu.org Resent-Date: Fri, 08 Jun 2012 10:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 10651 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 10651@debbugs.gnu.org, ludo@gnu.org Original-Received: via spool by 10651-done@debbugs.gnu.org id=D10651.133915245918924 (code D ref 10651); Fri, 08 Jun 2012 10:48:02 +0000 Original-Received: (at 10651-done) by debbugs.gnu.org; 8 Jun 2012 10:47:39 +0000 Original-Received: from localhost ([127.0.0.1]:34378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScwjD-0004vA-Iz for submit@debbugs.gnu.org; Fri, 08 Jun 2012 06:47:39 -0400 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:50425) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScwjB-0004v3-5l for 10651-done@debbugs.gnu.org; Fri, 08 Jun 2012 06:47:38 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id F02AF72C1; Fri, 8 Jun 2012 12:45:16 +0200 (CEST) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2tMioXr2Mdwm; Fri, 8 Jun 2012 12:45:16 +0200 (CEST) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 43A536F02; Fri, 8 Jun 2012 12:45:16 +0200 (CEST) In-Reply-To: (Stefan Israelsson Tampe's message of "Mon, 21 May 2012 22:51:09 +0200") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.0.93 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6350 Archived-At: Hello! I updated (ice-9 match) from Chibi as recommended by Stefan, and it appears to fix the problem for me. Thanks! Ludo=E2=80=99.