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]

guile and stdin


Dirk Herrmann writes:

 > I just realized that when piping scheme commands through guile, guile
 > always prints out the prompt. Is there a method to avoid this and make
 > guile handle standard input as an ordinary file?

try

(set-repl-prompt! "")

to zonk the prompt.

thi