From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Customize loading Date: Mon, 10 Oct 2005 17:16:10 +0200 Organization: LAAS-CNRS Message-ID: <87hdbptnb9.fsf@laas.fr> References: <20051008135249.GD5642@barah.math.u-psud.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128957900 8852 80.91.229.2 (10 Oct 2005 15:25:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2005 15:25:00 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 10 17:24:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOzRH-0003x6-Nd for guile-user@m.gmane.org; Mon, 10 Oct 2005 17:19:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOzRG-00070k-VX for guile-user@m.gmane.org; Mon, 10 Oct 2005 11:19:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOzQS-0006K1-4j for guile-user@gnu.org; Mon, 10 Oct 2005 11:18:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOzQQ-0006I6-De for guile-user@gnu.org; Mon, 10 Oct 2005 11:18:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOzQP-0006Hp-Sa for guile-user@gnu.org; Mon, 10 Oct 2005 11:18:50 -0400 Original-Received: from [140.93.0.15] (helo=laas.laas.fr) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EOzQP-00025E-Ll for guile-user@gnu.org; Mon, 10 Oct 2005 11:18:49 -0400 Original-Received: by laas.laas.fr (8.13.1/8.13.4) with SMTP id j9AFIlmM016905; Mon, 10 Oct 2005 17:18:48 +0200 (CEST) Original-To: Joris van der Hoeven X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: 19 =?iso-8859-1?Q?Vend=E9miaire?= an 214 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: powerpc-unknown-linux-gnu Mail-Followup-To: Joris van der Hoeven , guile-user@gnu.org In-Reply-To: <20051008135249.GD5642@barah.math.u-psud.fr> (Joris van der Hoeven's message of "Sat, 8 Oct 2005 15:52:49 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Spam-Score: 0 () X-Scanned-By: MIMEDefang at CNRS-LAAS 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:4817 Archived-At: Hi, Joris van der Hoeven writes: > I have written my own code to load files using a disk cache. > How can I tell guile that it should load all files and modules > using my code instead of the standard routines? By overriding `primitive-load': (set! primitive-load (lambda (filename) ...)) Hope this helps, Ludovic. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user