On Mon, May 28 2012, Mark Skilbeck wrote:

> Hi, all.
>
> Say I have two files, hound.scm and util.scm that are both modules 
> (define-module...) and have an export list. Now, in Geiser, as soon
> as the REPL loads, I have to add the parent directory for these files
> to the %load-path. After this I can successfully compile the 
> (define-module ...) in each of the buffers hound.scm, util.scm and get
> the symbols through Geiser that were exported in both.
>
> Now, however, if I add a new export to hound.scm and re-evaulate the
> define-module in util.scm (which has #:use-module (hound hound)) I
> don't have access to the new symbol.

You need to re-evaluate the define-module form in hound.scm (or
recompile the whole buffer with C-c C-k).  Re-evaluating define-module
doesn't trigger recursive reloads for changed modules automatically...

jao
-- 
"Knowledge is proud that he has learned so much;
Wisdom is humble that he knows no more."
 - William Cowper

Reply via email to