guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: odd difference between interactive and script guile


From: Colin Walters
Subject: Re: odd difference between interactive and script guile
Date: 04 Nov 2000 23:15:02 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

On Sat, 4 Nov 2000, Matt Wette wrote:
> I want to use "string-match".  If I start guile interactively,
> I see it fine.  If I put it in a script file, it is not available.
> Does anyone know what's going on here?

I think you need to say (use-modules (ice-9 regex)).  I think Guile
loads a number of modules by default in the REPL.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]