guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loading a module before and after adding a load path


From: Diogo F. S. Ramos
Subject: Re: Loading a module before and after adding a load path
Date: Fri, 18 Jan 2013 16:17:42 -0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Yanbin Zhang <address@hidden> writes:

> Hi,
>
> I guess you need to tell GUILE where to find your module before you can load 
> it. GUILE has some standard places where it will look for modules. If your 
> module is not there, then you need to add the path so
> that GUILE can find it. There are several ways to do this. One is to use 
> "add-to-load-path" as you did. Another would be setting up some environment 
> variable so that a certain path is added. You can find
> more detailed information in the manual. 

Thank you.

But can't I recover from a previous `use-modules' that I evaluated
before adding the module's path to `%load-path'?

In an interactive session I make this error sometimes and up until now
I've been restarting the REPL. Unfortunately this makes me lose the
state that I was in.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]