guile-user
[Top][All Lists]
Advanced

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

Re: AW: console info


From: Thien-Thi Nguyen
Subject: Re: AW: console info
Date: Sat, 08 May 2010 17:14:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

() Sven Schäfer <address@hidden>
() 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




reply via email to

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