while you are defining modules, you are in a module context, and that is confusing. Best to work at the top level, and not inside of any module at all.
(for c++ this would be like calling main inside of a function ... it would just be .. weird) On Thu, Mar 9, 2017 at 5:27 AM, Alex <[email protected]> wrote: > Now it is better. It appears that I constanty entered line (define-module > CiteauxLegal) and this somehow made guile to forget about previously loaded > modules. OK, I will continute my trial and error process... Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "opencog" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/opencog. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/opencog/216551a8-e0aa-450a-93ea-64c4ee7cf721%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/216551a8-e0aa-450a-93ea-64c4ee7cf721%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA358hy8OBmB8kMY9PPBSK%2BOu7%2B7Ax%2BhBajCq%3Db5JoVOoFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
