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.devel Subject: Re: web: New =?utf-8?B?4oCYaHR0cC1nZXQq4oCZ?= and =?utf-8?Q?=E2=80=98response-body-port=E2=80=99?= procedures Date: Fri, 30 Nov 2012 10:28:09 +0100 Message-ID: <87pq2vfniu.fsf@gnu.org> References: <87hao9bd6p.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1354267720 26037 80.91.229.3 (30 Nov 2012 09:28:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Nov 2012 09:28:40 +0000 (UTC) Cc: guile-devel@gnu.org To: Daniel Hartwig Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Nov 30 10:28:52 2012 Return-path: Envelope-to: guile-devel@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 1TeMtp-0005Dd-Vc for guile-devel@m.gmane.org; Fri, 30 Nov 2012 10:28:46 +0100 Original-Received: from localhost ([::1]:50944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeMte-0007ul-B8 for guile-devel@m.gmane.org; Fri, 30 Nov 2012 04:28:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeMtW-0007gG-HU for guile-devel@gnu.org; Fri, 30 Nov 2012 04:28:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeMtP-0001Me-NE for guile-devel@gnu.org; Fri, 30 Nov 2012 04:28:26 -0500 Original-Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=51725 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeMtP-0001LI-HT for guile-devel@gnu.org; Fri, 30 Nov 2012 04:28:19 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 1CAA5AEA5; Fri, 30 Nov 2012 10:28:09 +0100 (CET) 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 whpI-nzhc09n; Fri, 30 Nov 2012 10:28:08 +0100 (CET) Original-Received: from pluto (unknown [193.50.110.70]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id C12FAAEA4; Fri, 30 Nov 2012 10:28:08 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 10 Frimaire an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Daniel Hartwig's message of "Fri, 30 Nov 2012 09:56:50 +0800") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2a01:e0b:1:123:ca0a:a9ff:fe03:271e X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15282 Hi Daniel, Daniel Hartwig skribis: > This is a very useful and tidily done addition. Makes sense, diff > looks ok, and worked on some quick trials. Thanks for the review. (I reckon I should have posted it earlier, to leave more time for review, though.) Ludo=E2=80=99.