Thanks, Loduvic.
I appreciate your effort looking at this.
Scott
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Ludovic Courtès [EMAIL
PROTECTED]
Sent: Wednesday, April 09, 2008 11:05 AM
To: guile-user@gnu.org
Subject: Re: set-current-module in
rg
Subject: Re: set-current-module in .guile ?
Hi,
"Walck, Scott" <[EMAIL PROTECTED]> writes:
> guile> (+ (vector 5 6) (vector 7 8))
> Segmentation fault (core dumped)
It's possible that it's a bug in your implementation of `+', i.e., in
`guile-scmutils
__
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Ludovic Courtès [EMAIL
PROTECTED]
Sent: Sunday, April 06, 2008 10:58 AM
To: guile-user@gnu.org
Subject: Re: set-current-module in .guile ?
Hi,
"Walck, Scott" <[EMAIL PROTECTED]> writes:
&g
I don't know how to use use-modules in this situation. I'm not trying to load
a module that has been prepared as a file. I tried
(load "/usr/local/src/guile-scmutils/src/load.scm")
(use-modules generic-environment)
and
(load "/usr/local/src/guile-scmutils/src/load.scm")
(use-modules 'generic-