A simple test case. Create the file /tmp/foo.scm with the following contents:
(use-modules (ice-9 slib)) (require 'hash-table) (display hash-for-each) (newline) (quit) The command "guile -l /tmp/foo.scm", as expected, produces the following output: #<procedure hash-for-each (proc ht)> The command "gnucash --load /tmp/foo.scm", however, produces this: ERROR: Unbound variable: hash-for-each Thomas _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel