Neil Jerram <[EMAIL PROTECTED]> writes: > > it is occasionally useful for a backtrace to show that module X > is being loaded because of code from module Y.
Yes, I've wrestled with that on some inadvertently circular autoloads. I ended up using %load-hook to show what was actually happening though. > 2. Interpreting a file path beginning with "." as relative to the > current module's load filename. I've been meaning to add something to the docs on how load is relative to the current file (unless you use "./"). A carry-over from emacs or something I suppose. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel