() Sven Schäfer <sven-schaefer...@web.de> () Sat, 8 May 2010 08:28:38 +0200
Because of this I will only disable the output of "guile>". On guile init, you can set the repl prompt using ‘set-repl-prompt!’. For example, in an interactive session: $ guile guile> 1 1 guile> (set-repl-prompt! "") 2 2 Here, the first 1 and the first 2 are the input, everything else is output. Caveat: The above is tested w/ Guile 1.4.x, perhaps the interface has changed w/ other Guile versions. thi