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] Some tweaks to the R6RS support Date: Thu, 25 Nov 2010 23:05:42 +0100 Message-ID: References: <87r5fcftwi.fsf@delenn.lan> <87y68nkgtv.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 1290722518 22387 80.91.229.12 (25 Nov 2010 22:01:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2010 22:01:58 +0000 (UTC) Cc: Guile Development To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Nov 25 23:01:54 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 1PLjt2-0004CT-HE for guile-devel@m.gmane.org; Thu, 25 Nov 2010 23:01:52 +0100 Original-Received: from localhost ([127.0.0.1]:52069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLjt2-0000jd-4g for guile-devel@m.gmane.org; Thu, 25 Nov 2010 17:01:52 -0500 Original-Received: from [140.186.70.92] (port=52821 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLjsw-0000jU-0H for guile-devel@gnu.org; Thu, 25 Nov 2010 17:01:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLjsu-00088L-Ql for guile-devel@gnu.org; Thu, 25 Nov 2010 17:01:45 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:49571 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLjsu-000881-Jf for guile-devel@gnu.org; Thu, 25 Nov 2010 17:01:44 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 858203C84; Thu, 25 Nov 2010 17:01:58 -0500 (EST) 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=mOSZz92HZ5lwhTiKiafDwbWI96U=; b=SaiphK fnpBy/2XP7aoTuZjBSUz2SKXLLpyf1MlWxQrojxsxqxxPhyvicLlNz8GwLjutfSs F1soqRslPQvFtPNu9VbTWEpVCYIE8I2tZ3oyF+/tyZoJlzx9VF4I8D3CkiUhjrU7 y6qkgRNUWnr+hh8Lrcl8ODWbbA0PyqjPNjqoU= 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=cC0RHHk0+0IDQ3XIzZexR9fF6XBf45Hh eN8Q2ndRamoEg9YojJDWFIMMt2X4/ZfziZ6Aa5Brf/p9uKhp4CEksmiPsRsf0YaE TKlt8xKdC+RBqKzvU/IGqrWWnm7YBSPvAQ6/yHHkOTN3+qf1cMEz2VAm6nIi4Pq6 F9PGycH5KWc= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 72D3E3C83; Thu, 25 Nov 2010 17:01:57 -0500 (EST) Original-Received: from unquote.localdomain (unknown [79.156.64.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id CCF843C7F; Thu, 25 Nov 2010 17:01:55 -0500 (EST) In-Reply-To: <87y68nkgtv.fsf@delenn.lan> (Andreas Rottmann's message of "Sat, 20 Nov 2010 19:09:16 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 9F0E3CFC-F8DF-11DF-BB07-DF8536391E49-02397024!a-pb-sasl-sd.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:11203 Archived-At: On Sat 20 Nov 2010 19:09, Andreas Rottmann writes: > It seems all of it is still relevant; I've attached a refreshed patch, > which should apply cleanly. Pushed, thanks! Andy -- http://wingolog.org/