From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#13838: [PATCH] Fix duplicate removal of with-fluids Date: Thu, 28 Feb 2013 06:31:49 -0500 Message-ID: <87y5e8wu6y.fsf@tines.lan> References: <1362044416-8464-1-git-send-email-dak@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362051135 9154 80.91.229.3 (28 Feb 2013 11:32:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2013 11:32:15 +0000 (UTC) Cc: 13838-done@debbugs.gnu.org To: David Kastrup Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Feb 28 12:32:38 2013 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 1UB1j2-000205-R0 for guile-bugs@m.gmane.org; Thu, 28 Feb 2013 12:32:36 +0100 Original-Received: from localhost ([::1]:53797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1ih-000403-Sn for guile-bugs@m.gmane.org; Thu, 28 Feb 2013 06:32:15 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1ie-0003zr-IG for bug-guile@gnu.org; Thu, 28 Feb 2013 06:32:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB1iY-000454-JS for bug-guile@gnu.org; Thu, 28 Feb 2013 06:32:12 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1iY-00044q-Fr for bug-guile@gnu.org; Thu, 28 Feb 2013 06:32:06 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UB1kP-0002ge-Rx for bug-guile@gnu.org; Thu, 28 Feb 2013 06:34:01 -0500 Resent-From: Mark H Weaver Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-guile@gnu.org Resent-Date: Thu, 28 Feb 2013 11:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 13838 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Mail-Followup-To: 13838@debbugs.gnu.org, mhw@netris.org, dak@gnu.org Original-Received: via spool by 13838-done@debbugs.gnu.org id=D13838.136205124010319 (code D ref 13838); Thu, 28 Feb 2013 11:34:01 +0000 Original-Received: (at 13838-done) by debbugs.gnu.org; 28 Feb 2013 11:34:00 +0000 Original-Received: from localhost ([127.0.0.1]:55225 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB1kO-0002gN-CX for submit@debbugs.gnu.org; Thu, 28 Feb 2013 06:34:00 -0500 Original-Received: from world.peace.net ([96.39.62.75]:36740) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB1kM-0002gG-Iw for 13838-done@debbugs.gnu.org; Thu, 28 Feb 2013 06:33:59 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UB1iO-0000v1-V5; Thu, 28 Feb 2013 06:31:57 -0500 In-Reply-To: <1362044416-8464-1-git-send-email-dak@gnu.org> (David Kastrup's message of "Thu, 28 Feb 2013 10:40:16 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (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.x 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:6806 Archived-At: Applied, thanks. Mark