Re: Problem with modules in Guile 2.0

2012-03-12 Thread Gubinelli Massimiliano
cussion in private, without polluting the mailing list. Massimiliano On Mar 11, 2012, at 9:38 PM, Mark H Weaver wrote: > Gubinelli Massimiliano writes: >>> Why not convert your scripts to use the standard Guile module syntax? >> >> TeXmacs is currently composed of 250 sche

Re: Problem with modules in Guile 2.0

2012-03-09 Thread Gubinelli Massimiliano
Hi Mark, On Mar 9, 2012, at 5:29 PM, Mark H Weaver wrote: > Gubinelli Massimiliano writes: > >> Hi Mark, >> thanks again. I start to understand better the Guile 2 compile >> system. I decided to dig into boot-9.scm to have a more precise idea >> of t

Re: Problem with modules in Guile 2.0

2012-03-08 Thread Gubinelli Massimiliano
on a customized module system. If you are interested you can contact me privately. In the meantime I will dig into the code hoping to find illumination among parentheses…. best max On Mar 8, 2012, at 3:01 AM, Mark H Weaver wrote: > Gubinelli Massimiliano writes: > >> Thanks for

Re: Problem with modules in Guile 2.0

2012-03-07 Thread Gubinelli Massimiliano
rder to get a list of exported symbols? Best massimiliano On Mar 7, 2012, at 9:32 PM, Andy Wingo wrote: > Hi! > > Mark gave great answers; I just wanted to give one more option: > > On Tue 06 Mar 2012 22:48, Gubinelli Massimiliano > writes: > >> (load "t

Problem with modules in Guile 2.0

2012-03-06 Thread Gubinelli Massimiliano
Hi all, I stumbled on a strange behaviour of Guile 2.0, I have the following three files: main.scm, test-module.scm and sub/mymodule.scm which respectively contain main.scm (load "test-modules.scm") (inherit-modules (sub mymodule)) (display (pippo 10 20)) (display "\n") sub/mymo