From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] `try-module-autoload' and `current-reader' Date: Sat, 21 Jan 2006 08:29:46 +0000 Message-ID: <878xtagf0l.fsf@ossau.uklinux.net> References: <874q49yfvb.fsf@laas.fr> <87irshhy65.fsf@ossau.uklinux.net> <87acdrsx2o.fsf@zip.com.au> <87acdrs3kk.fsf@laas.fr> <87bqy6mxsg.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1137832420 21834 80.91.229.2 (21 Jan 2006 08:33:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 08:33:40 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jan 21 09:33:38 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F0EBh-0000e6-MY for guile-devel@m.gmane.org; Sat, 21 Jan 2006 09:33:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0EDc-0005uh-HX for guile-devel@m.gmane.org; Sat, 21 Jan 2006 03:35:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0ED7-0005n1-4U for guile-devel@gnu.org; Sat, 21 Jan 2006 03:35:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0ED1-0005cn-SA for guile-devel@gnu.org; Sat, 21 Jan 2006 03:35:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0ED1-0005bM-7u for guile-devel@gnu.org; Sat, 21 Jan 2006 03:34:55 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0EHN-0005DG-6J for guile-devel@gnu.org; Sat, 21 Jan 2006 03:39:25 -0500 Original-Received: from laruns (host86-129-132-201.range86-129.btcentralplus.com [86.129.132.201]) by mail3.uklinux.net (Postfix) with ESMTP id 49878409FBB for ; Sat, 21 Jan 2006 08:32:15 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 5410A9F929 for ; Sat, 21 Jan 2006 08:29:46 +0000 (GMT) Original-To: guile-devel@gnu.org In-Reply-To: <87bqy6mxsg.fsf@zip.com.au> (Kevin Ryde's message of "Sat, 21 Jan 2006 07:47:43 +1100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:5603 Archived-At: Kevin Ryde writes: > ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: >> >> Can you explain that? > > See load-module in boot-9.scm, hairy stuff. And if called from try-module-autoload, I believe this hairy stuff would come into play if %load-path included relative directories (such as just ".") and a module name was resolved to a file under a relative %load-path directory. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel