From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: [r6rs] expansion bug, probably free-identifier=? related Date: Mon, 28 Feb 2011 23:22:59 +0100 Message-ID: References: <8739n8y7ed.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298931480 29105 80.91.229.12 (28 Feb 2011 22:18:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 22:18:00 +0000 (UTC) Cc: guile-user@gnu.org To: Marco Maggi Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Feb 28 23:17:55 2011 Return-path: Envelope-to: guile-user@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 1PuBPf-0005aK-3W for guile-user@m.gmane.org; Mon, 28 Feb 2011 23:17:55 +0100 Original-Received: from localhost ([127.0.0.1]:53206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuBPe-0007RJ-Kw for guile-user@m.gmane.org; Mon, 28 Feb 2011 17:17:54 -0500 Original-Received: from [140.186.70.92] (port=55095 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuBPa-0007QI-NX for guile-user@gnu.org; Mon, 28 Feb 2011 17:17:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuBPZ-0003yZ-6E for guile-user@gnu.org; Mon, 28 Feb 2011 17:17:50 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:46409 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuBPZ-0003yK-3h for guile-user@gnu.org; Mon, 28 Feb 2011 17:17:49 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 8E8244E5E; Mon, 28 Feb 2011 17:19:06 -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=4kzU0/ZVhhGyoQXcOVjL4hKZlE4=; b=JJpa5l qpVGZxZoyuW7Dnv8aUcJO75nR8xKs/ykmhwoY5pkWnoOAKnOuGkHDcOwjU5s78th iUEB+EgujSghhtaemnEsSGekzbXjBqGVZ3wERa9p67XGVaOFAUN7ywLEo6U4Wp0o CDAi76/G4j1B3u5gDIIMRZ9P77We30/PkZJaI= 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=mzUqWj2u0oL/1QN4ZU96yyM1ZN9fjgIt nJd7aSYQOniwntlM8Qfa0CSLDWTga90M2jRYfOXcbZ36mvQZrAg13AECHQaMUMyH /Cuab5fTrZu2FImnACWWDPcyTXiVY87+Sc36Vk0aFO57fTUWBsv48E9YZp1npDoa Ym158WQxoaU= 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 7B0874E5C; Mon, 28 Feb 2011 17:19:05 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (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 9FA564E5B; Mon, 28 Feb 2011 17:19:03 -0500 (EST) In-Reply-To: <8739n8y7ed.fsf@rapitore.luna> (Marco Maggi's message of "Mon, 28 Feb 2011 07:56:10 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: C10DD9FE-4388-11E0-B09A-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8477 Archived-At: Indeed, it seems free-id=? should look up the identifiers in their modules, and compare the bindings (variables), if present, for eq?-ness. Andy -- http://wingolog.org/