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

2006-01-15 Thread Thomas Bushnell BSG
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: # The command "gnucash --load /tm

Re: urgent bug report/help requested (followup)

2006-01-14 Thread Thomas Bushnell BSG
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: # The command "gnucash --load /tm