On Wed, Sep 22, 2010 at 09:17:08PM +0100, Neil Jerram wrote:
> Well, as the manual says:
>
> -- Macro: expect clause ...
> [...] The procedures
> are called in turn after each character is read from the port,
> [...]
>
> The test is successful if the procedure returns a non
Hello,
I'm trying to load a file at the REPL that loads some modules from a
subdirectory then defines a function. At reading my use-modules
statements, I get the following error:
guile> %load-path
("/home/joel/Public/src/age_dep/sim/trunk" "/usr/share/guile/site"
"/usr/share/guile/1.8" "/usr/sh
Neil Jerram ossau.uklinux.net> writes:
> Well, as the manual says:
>
> -- Macro: expect clause ...
> [...] The procedures
> are called in turn after each character is read from the port,
> [...]
>
> The test is successful if the procedure returns a non-false value.
>
> Yo