Guile Mailing List Archive

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

Bug in reader?



Hi!

I just got the latest guile from cvs. Unfortunately, the read function now
behaves quite strange:

> cat foo
(display "\n")
(exit)

> guile < foo
guile> 
guile> 

> cat foo | guile
guile> 
ERROR: In procedure list:
ERROR: end of file in 
ABORT: (misc-error)

> uname -a
SunOS thales 5.5.1 Generic_103640-08 sun4u sparc SUNW,Ultra-2

> guile --version
Guile 1.3.1
[copyright notice deleted]


Piping into guile is different than reading from a file. BTW, I'm using
readline, but up to now there were no problems of this kind.

Best regards, 
Dirk Herrmann


Guile Home | Main Index | Thread Index