guile-user
[Top][All Lists]
Advanced

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

Re: need help w/ "ERROR: bad recipient"


From: Matthew R Wette
Subject: Re: need help w/ "ERROR: bad recipient"
Date: Sun, 19 Nov 2000 10:48:48 -0800

Matt Wette writes ...
> OK, I'm stumped.  Does anyone see my error below?  I'm reading
> through lines in a file to find the first line that matches a
> particular RE.  -- Matt

I found the problem.  I was adding an extra expression in a '=>'
cond option.

>       (cond
>        ((regexp-exec nElt-re line)
>         => (lambda (m) (set! n (match:substring m 1)))
>         #f)

If I remove the "#f" it works. 

Matt



reply via email to

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