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: Thread and guile environment Date: Fri, 09 Jul 2010 21:10:01 +0200 Message-ID: References: <20100705082310.GA9492@apc> <20100709155455.GB24011@securactive.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278702480 16298 80.91.229.12 (9 Jul 2010 19:08:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 19:08:00 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 09 21:07:58 2010 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 1OXIvW-0007x9-85 for guile-user@m.gmane.org; Fri, 09 Jul 2010 21:07:58 +0200 Original-Received: from localhost ([127.0.0.1]:42424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXIvV-0001EG-HI for guile-user@m.gmane.org; Fri, 09 Jul 2010 15:07:57 -0400 Original-Received: from [140.186.70.92] (port=54406 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXIuq-0000xg-0C for guile-user@gnu.org; Fri, 09 Jul 2010 15:07:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXIuo-0006Ll-LT for guile-user@gnu.org; Fri, 09 Jul 2010 15:07:15 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:63456 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXIuo-0006Lh-J9 for guile-user@gnu.org; Fri, 09 Jul 2010 15:07:14 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 596B5C33FF for ; Fri, 9 Jul 2010 15:07:14 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=kafEcm3n5AmtQEFk7uZz2EfD9Ro=; b=BhXta0 nuq6q+2lBIrn+oLq1q6HPS8lODXGwvM9PtKDt0t/VGIMenPke2k5O2Lb13/b8QmC ojk8jYQ/BUTaHUQ5nvO0H8UiipDnVFmyGUyQDCGDNIIyAR/dZNe0tLm9vTtF549l xdM4Jy9A8/ZMsVXT5jn88omakbOnDr9QcIn68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=vbuATrlbrqmbW76PkGhK7Uof8KOEAIYA 0pVp0Ml6dP+R5B6ZnARCc8OiPNAbxUPNIz/lCAusdSKgBUppVd0ycao05UjftuWH VG8wDPkX9s7nuZy1Mw2Ms+P2zgp4bHUN6KcLE7xdZVYCmZteZJTi3PWzyjHB09p7 DF3AU2FhJ5U= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 54DD5C33FE for ; Fri, 9 Jul 2010 15:07:14 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [81.39.161.70]) (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 9C1B9C33FD for ; Fri, 9 Jul 2010 15:07:13 -0400 (EDT) In-Reply-To: <20100709155455.GB24011@securactive.net> (Cedric Cellier's message of "Fri, 9 Jul 2010 17:54:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 2F374DDE-8B8D-11DF-A648-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:7981 Archived-At: On Fri 09 Jul 2010 17:54, Cedric Cellier writes: > -[ Thu, Jul 08, 2010 at 08:48:33PM +0100, Andy Wingo ]---- >> Interestingly, the first thread has you in (guile-user), but the second >> has you in (guile). So you don't see the full definition of format, nor >> do you see hug. > > Interresting indeed. > Is there a definition of these modules and their purpose somewhere ? Mmm, some of this is not as documented as it should be. There is "Modules" in the manual, and there is the source of boot-9.scm (fairly well commented). If you have more specific questions, please ask the list. Andy -- http://wingolog.org/