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: Thu, 26 Jan 2006 19:25:37 +0000 Message-ID: <87k6cmaj0u.fsf@ossau.uklinux.net> References: <874q49yfvb.fsf@laas.fr> <87irshhy65.fsf@ossau.uklinux.net> <8764ogip6k.fsf@laas.fr> <87zmlqezp3.fsf@ossau.uklinux.net> <877j8rnykg.fsf@laas.fr> 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 1138304534 7921 80.91.229.2 (26 Jan 2006 19:42:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2006 19:42:14 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 26 20:42:08 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 1F2Czy-0008Om-Bz for guile-devel@m.gmane.org; Thu, 26 Jan 2006 20:41:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2D2m-0004cz-92 for guile-devel@m.gmane.org; Thu, 26 Jan 2006 14:44:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F2Cpw-0004Y0-1f for guile-devel@gnu.org; Thu, 26 Jan 2006 14:31:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F2Cps-0004WT-IR for guile-devel@gnu.org; Thu, 26 Jan 2006 14:31:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2Cps-0004WI-5G for guile-devel@gnu.org; Thu, 26 Jan 2006 14:31:12 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F2CnU-00056t-7S for guile-devel@gnu.org; Thu, 26 Jan 2006 14:28:44 -0500 Original-Received: from laruns (host86-129-143-105.range86-129.btcentralplus.com [86.129.143.105]) by mail3.uklinux.net (Postfix) with ESMTP id 40DD0409FBD for ; Thu, 26 Jan 2006 19:28:16 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id DB0B49F92B for ; Thu, 26 Jan 2006 19:25:37 +0000 (GMT) Original-To: guile-devel@gnu.org In-Reply-To: <877j8rnykg.fsf@laas.fr> ( =?iso-8859-1?q?Ludovic_Court=E8s's_message_of?= "Mon, 23 Jan 2006 09:22:23 +0100") 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:5628 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > But still, shouldn't we use `load' (not `load-module', because of the > path concern) to load modules? If so, the patch would just substitute > `load' to `primitive-load'. But that would still bring in a start-stack and so change backtraces, so I'd prefer not. I really think with-fluids is the way to go. If you agree, I'll make this change in CVS. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel