guile-user
[Top][All Lists]
Advanced

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

guile 1.7.cvs


From: Chris Beggy
Subject: guile 1.7.cvs
Date: Tue, 19 Feb 2002 17:18:24 -0500

I don't see how to workaround this:

guile> (version)
"1.7.0"
guile> (+ 1 2 3)
6
guile> (use-modules (ice-9 popen))
guile> (define p (open-input-pipe "ls -l"))
guile> (read-line p)

Backtrace:
In standard input:
   5: 0* (read-line p)

standard input:5:1: In expression (read-line p):
standard input:5:1: Unbound variable: read-line
ABORT: (unbound-variable)
guile> 

Chris



reply via email to

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