This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Small troubles in startup





	>> be done by hand.  Calls to use-modules in the .gule file are not
visible.  

	>Actually, they are... um, for normal guile invocations, anyway ;).

Not sure what you mean by this.  I'm running a guile built from CVS sources,
perhaps a week or so old.  For me, even a normal incovation doesn't make symbols
defined by modules called in .guile visible in the repl.  At least this is true
for (use-modules (ice-9 popen)) and (open-pipe).  I don't see any real
difference between a 'normal' invocation of guile and my own invocation.  

	A very hackish way to fix this:

Thanks, the patch may be useful.  Right now I'm simply putting all the
use-modules calls in a single function, 'myinit' and calling that by hand when I
get in the repl.

	(module-ref the-root-module 'open-pipe) 

Thanks.  

Is there any kind of autodoc parser working for guile?  It looks like much of
the code has been formatted to allow extraction of documentation, or at least
indexing.

-John


	-- 
	Greg



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]