urgent bug report/help requested (followup)
Thomas Bushnell BSG
tb at becket.net
Sat Jan 14 19:41:59 EST 2006
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
More information about the gnucash-devel
mailing list