From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] `try-module-autoload' and `current-reader' Date: Fri, 20 Jan 2006 08:54:23 +1100 Message-ID: <87acdrsx2o.fsf@zip.com.au> References: <874q49yfvb.fsf@laas.fr> <87irshhy65.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137711592 7347 80.91.229.2 (19 Jan 2006 22:59:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 22:59:52 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 19 23:59:45 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 1Ezikp-0005Ib-OG for guile-devel@m.gmane.org; Thu, 19 Jan 2006 23:59:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzinH-0008Ms-VW for guile-devel@m.gmane.org; Thu, 19 Jan 2006 18:02:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ezhn6-00051g-AU for guile-devel@gnu.org; Thu, 19 Jan 2006 16:58:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ezhn2-00050R-AJ for guile-devel@gnu.org; Thu, 19 Jan 2006 16:57:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezhn0-000502-T5 for guile-devel@gnu.org; Thu, 19 Jan 2006 16:57:55 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ezhr6-0004Gg-OR for guile-devel@gnu.org; Thu, 19 Jan 2006 17:02:09 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k0JLt3Bd032759; Fri, 20 Jan 2006 08:55:04 +1100 Original-Received: from localhost (ppp2AC9.dyn.pacific.net.au [61.8.42.201]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k0JLsmd4007092; Fri, 20 Jan 2006 08:54:58 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Ezhjb-0000dd-00; Fri, 20 Jan 2006 08:54:23 +1100 Original-To: Neil Jerram Mail-Copies-To: never In-Reply-To: <87irshhy65.fsf@ossau.uklinux.net> (Neil Jerram's message of "Thu, 19 Jan 2006 00:13:54 +0000") User-Agent: Gnus/5.110004 (No Gnus v0.4) 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:5600 Archived-At: Neil Jerram writes: > > it is occasionally useful for a backtrace to show that module X > is being loaded because of code from module Y. Yes, I've wrestled with that on some inadvertently circular autoloads. I ended up using %load-hook to show what was actually happening though. > 2. Interpreting a file path beginning with "." as relative to the > current module's load filename. I've been meaning to add something to the docs on how load is relative to the current file (unless you use "./"). A carry-over from emacs or something I suppose. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel