From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Add implementation of SRFI 45 Date: Sun, 03 Oct 2010 21:55:16 +0200 Message-ID: References: <87pqvri3md.fsf@delenn.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286135524 16125 80.91.229.12 (3 Oct 2010 19:52:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2010 19:52:04 +0000 (UTC) Cc: Guile Development To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 03 21:52:02 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 1P2UbJ-0001ad-OT for guile-devel@m.gmane.org; Sun, 03 Oct 2010 21:52:02 +0200 Original-Received: from localhost ([127.0.0.1]:57446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2UbI-0001zT-OW for guile-devel@m.gmane.org; Sun, 03 Oct 2010 15:52:00 -0400 Original-Received: from [140.186.70.92] (port=43591 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2UbE-0001z9-FM for guile-devel@gnu.org; Sun, 03 Oct 2010 15:51:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2UbC-0001Dk-U9 for guile-devel@gnu.org; Sun, 03 Oct 2010 15:51:56 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:40212 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2UbC-0001Db-QV for guile-devel@gnu.org; Sun, 03 Oct 2010 15:51:54 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id DC773DBC87; Sun, 3 Oct 2010 15:51:53 -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=RZj9B2N8/FzlJk2Rp26o+DX1Ses=; b=GGqT1v kdtG93ek6TOT4jbI/+hRTHXICuvsaxTVF1kB6ONZBgeRCXOzhIGs8/V5V2bdycfL AM2ynwiesUDiQyoHfYZeyR+75JSTJELjkTesWAd4PmCjv+eKezVCowuJpuPtKp6+ xe14zzxXZWLz9D3EIgya696ikteUtMKpI4VeQ= 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=MVssYl5U4gyicu5wA9EX1nLrNPItaxFd HSQV6OLNwKCa2HTDdFiqYp6J7ZtAEZdnEvDw3/yrylP8A2SSkVnh7YZ7znU+1GMJ Yu9KCml/rGfRu9zRIULCG+i/6/d5LqpLCwcpBdKPLqnPezQUuiiUls+tpptMEKAN 1gTLwG6lDaQ= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id C8F5DDBC86; Sun, 3 Oct 2010 15:51:52 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [81.38.187.246]) (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 355EADBC85; Sun, 3 Oct 2010 15:51:50 -0400 (EDT) In-Reply-To: <87pqvri3md.fsf@delenn.lan> (Andreas Rottmann's message of "Sun, 03 Oct 2010 19:32:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: AB3BC602-CF27-11DF-9579-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:10992 Archived-At: On Sun 03 Oct 2010 19:32, Andreas Rottmann writes: > From: Andreas Rottmann > Subject: Add implementation of SRFI 45 Applied. Thank you very much for this, especially for docs and tests! Cheers, Andy -- http://wingolog.org/