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] `import' should accept multiple clauses Date: Wed, 09 Jun 2010 08:48:45 +0200 Message-ID: References: <87bpbo44wm.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 1276067702 5324 80.91.229.12 (9 Jun 2010 07:15:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Jun 2010 07:15:02 +0000 (UTC) Cc: Guile Development To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jun 09 09:14:58 2010 connect(): No such file or directory 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 1OMFV4-00040D-1s for guile-devel@m.gmane.org; Wed, 09 Jun 2010 09:14:58 +0200 Original-Received: from localhost ([127.0.0.1]:36834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMFDm-0007kH-Uh for guile-devel@m.gmane.org; Wed, 09 Jun 2010 02:57:06 -0400 Original-Received: from [140.186.70.92] (port=43861 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMFAQ-00066Z-7q for guile-devel@gnu.org; Wed, 09 Jun 2010 02:53:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMFAH-0003oi-QG for guile-devel@gnu.org; Wed, 09 Jun 2010 02:53:31 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:33704 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMFAH-0003mb-Nn for guile-devel@gnu.org; Wed, 09 Jun 2010 02:53:29 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7CFCDBA546; Wed, 9 Jun 2010 02:53:14 -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=6lL9utoPhv1oGTWQw+LR6UnvsFk=; b=bxsCCi 3rWTJegR1gupp3DyRK7wuX9G869x904DpVngTBgpr9w5mRhJSE0konNe8LkFnTsJ Y1GEOYezW3iATJYODACX/Sibxh19yEe7MowQDpW88jnc6p1C3FDc21nKO+qBuzpI q7ixWLdmMQ9Mc9SbdZY9AzR4LDSzbTUQe51II= 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=RIKerAGZpd5ItQ0jMBrMWuqhbYIWjWKX NUqqM+q1Bii9OqGK8moxlYeYMCWfqsWKSJbcfe+f7seCMF07t67Nlpv3TURlU681 UhBIsieEmpJIgxRRvpCYTLF02Qe4wt50FMXvsyihAOYbNYq+31/4Z5hGO1xTKdRA eSikUq8g3eM= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 66CA4BA545; Wed, 9 Jun 2010 02:53:13 -0400 (EDT) Original-Received: from unquote (unknown [81.39.162.164]) (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 53F2ABA541; Wed, 9 Jun 2010 02:53:10 -0400 (EDT) In-Reply-To: <87bpbo44wm.fsf@delenn.lan> (Andreas Rottmann's message of "Sun, 06 Jun 2010 16:22:33 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: AC62252A-7393-11DF-8103-6730EE7EF46B-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:10455 Archived-At: On Sun 06 Jun 2010 16:22, Andreas Rottmann writes: > Currently, R6RS `import' only accepts a single library reference; for > example `(import (rnrs base) (rnrs programs))' fails. The attached patch > should fix this. Applied, thanks. If you don't mind, in the future please send patches in the git-format-patch format :) Andy -- http://wingolog.org/