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] Fix make-variable-transformer export Date: Sun, 19 Sep 2010 12:16:37 +0200 Message-ID: References: <874odnhti1.fsf@industria.csbnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284891218 7510 80.91.229.12 (19 Sep 2010 10:13:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 10:13:38 +0000 (UTC) Cc: guile-devel@gnu.org To: =?utf-8?Q?G=C3=B6ran?= Weinholt Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 19 12:13:37 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 1OxGts-00041R-Kc for guile-devel@m.gmane.org; Sun, 19 Sep 2010 12:13:36 +0200 Original-Received: from localhost ([127.0.0.1]:53961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxGtr-00017k-RE for guile-devel@m.gmane.org; Sun, 19 Sep 2010 06:13:35 -0400 Original-Received: from [140.186.70.92] (port=37987 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxGtg-00017f-Vn for guile-devel@gnu.org; Sun, 19 Sep 2010 06:13:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxGtf-0002uL-KL for guile-devel@gnu.org; Sun, 19 Sep 2010 06:13:24 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:48732 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxGtf-0002uD-Ig for guile-devel@gnu.org; Sun, 19 Sep 2010 06:13:23 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 1E6B5D58C9; Sun, 19 Sep 2010 06:13:23 -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:content-transfer-encoding; s=sasl; bh=gajUJg04CgS6 azqBeDHiGRGoSpc=; b=ZYoj9FTx6cysORlDkVg/+RmtiZgUnqJDTZRCzsWKpsf1 RLgdP/6YKSLzfl0AGROo1K/PlBw4YwgBvJxRhFf2uvUcf8iYu36M0Ebi8qaBcx8x 0to6E/EUctJDNU2YXSnl2i8xyqRkpzLHjqnMMwK9k1lVOjTZcDuXdNoLdZnd1cA= 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:content-transfer-encoding; q=dns; s=sasl; b=CefDo1 1SPNDgfNrD0qQvyq73utfXvSF8ySEtYVOn8QiRnKeqmnjS9KB+6M8AFg8fig24ZA Pjqft9zwx9u1Vwg7oGe2xhcG3+aiVQn6IKngm2JV+g0VPv1Lz+LtY4sr6iju9+gW uohIOCT6ILQNca9rBySpJMAtHw/kCpzokYngU= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 0AC97D58C7; Sun, 19 Sep 2010 06:13:22 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [88.17.207.25]) (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 6D08DD58C6; Sun, 19 Sep 2010 06:13:20 -0400 (EDT) In-Reply-To: <874odnhti1.fsf@industria.csbnet.se> (=?utf-8?Q?=22G=C3=B6ran?= Weinholt"'s message of "Sat, 18 Sep 2010 19:05:42 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 88357394-C3D6-11DF-964C-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:10934 Archived-At: Hi G=C3=B6ran, On Sat 18 Sep 2010 19:05, G=C3=B6ran Weinholt writes: > I found a tiny bug while testing the R6RS support (which looks pretty > nice). Here's a patch, hope it's ok: Applied, thanks. Let us know if you find anything else :) Andy --=20 http://wingolog.org/