This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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