Processed: Re: Bug#348018: (probably) Not a pure Scheme problem.

2006-01-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 348018 +help Bug#348018: gnucash: crash on startup There were no tags set. Tags added: help > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs databas

Bug#348018: (probably) Not a pure Scheme problem.

2006-01-14 Thread Thomas Bushnell BSG
tags 348018 +help thanks Daniel Burrows <[EMAIL PROTECTED]> writes: > Whatever the problem is, it seems to involve the way that the Gnucash core > calls the Scheme modules. The following code in an interactive Guile session > does what you would expect: > > (use-modules (ice-9 slib)) > (requi

Bug#348018: (probably) Not a pure Scheme problem.

2006-01-14 Thread Daniel Burrows
Whatever the problem is, it seems to involve the way that the Gnucash core calls the Scheme modules. The following code in an interactive Guile session does what you would expect: (use-modules (ice-9 slib)) (require 'hash-table) (display (hash-for-each)) However, placing this at the from of