urgent bug report/help requested (followup) (resent)

Thomas Bushnell BSG tb at becket.net
Sun Jan 15 14:59:42 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
_______________________________________________
gnucash-devel mailing list
gnucash-devel at gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel



More information about the gnucash-devel mailing list