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: bound identifiers Date: Mon, 16 Jan 2012 23:01:53 +0100 Message-ID: <878vl7i9wu.fsf@pobox.com> References: <87d3ajibga.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1326751331 15757 80.91.229.12 (16 Jan 2012 22:02:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2012 22:02:11 +0000 (UTC) Cc: guile-devel To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 16 23:02:06 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rmucu-0007lC-RQ for guile-devel@m.gmane.org; Mon, 16 Jan 2012 23:02:05 +0100 Original-Received: from localhost ([::1]:38674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmuct-0001eR-M5 for guile-devel@m.gmane.org; Mon, 16 Jan 2012 17:02:03 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmucr-0001e2-7Q for guile-devel@gnu.org; Mon, 16 Jan 2012 17:02:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rmucp-0001Hk-Ny for guile-devel@gnu.org; Mon, 16 Jan 2012 17:02:01 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:35371 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmucp-0001Hd-Ce for guile-devel@gnu.org; Mon, 16 Jan 2012 17:01:59 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 472FF883F; Mon, 16 Jan 2012 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=N8YIScXklTQV04qusqY0+6bTzsE=; b=J2D3ez QY6lE9ff4j/d/oLtlyLD5V3Meol6D657g9ivsmpZMBsf5Sd9cFBwrlPMWBqvc+6G GyLa/xrx3rBhEAcXUkdA+HroZ10aw6tbVVaf1J8OjQQA6vgL1k2VnygJBnY3qjJe Eqb70Hm9Re19bzFDh1WOw+42LALnhi7ogZ/H8= 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=rPAaJ2bzXNU86qH7UWmQffDfXF2I8smO nATxgq9wVpQRC76Fv+3Brcyb4sRIP95r6QVn/YWwRWRO/u2GCoDFi3orZ09MejZ1 gBbO0p6Gqip2Nr3mWRAx9rTCkpAX6cOBzCQizP2ARtVBNkxX9Iyi+ciAxoPHBrMG WZ+V9TT0IQc= 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 3FD20883E; Mon, 16 Jan 2012 17:01:58 -0500 (EST) Original-Received: from badger (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 A0730883D; Mon, 16 Jan 2012 17:01:57 -0500 (EST) In-Reply-To: <87d3ajibga.fsf@pobox.com> (Andy Wingo's message of "Mon, 16 Jan 2012 22:28:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: B588B39E-408D-11E1-8B6E-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13549 Archived-At: On Mon 16 Jan 2012 22:28, Andy Wingo writes: > On Mon 16 Jan 2012 20:46, Stefan Israelsson Tampe writes: > >> why are these two not equal in the sense of bound-identifier=? >> > But that's not the right question or answer. Can you should where these > identifiers come from? Sorry, I've been making lots of typos recently. I meant to say, "can you show where these identifiers come from?" Andy -- http://wingolog.org/