[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:Re: How to change prompt and value-history in guile 1.9.14 init file
From: |
Fu gangqiang |
Subject: |
Re:Re: How to change prompt and value-history in guile 1.9.14 init file ~/.guile |
Date: |
Fri, 24 Dec 2010 22:52:22 +0800 (CST) |
At 2010-12-24 09:20:29,"Neil Jerram" <address@hidden> wrote:
>According to the `Value History' section in the manual:
>
> -- Scheme Procedure: disable-value-history!
> Turn off value history, if it was on.
>
>And, not documented (and not tested by me), but found by a bit of code
>grepping: from (system repl common):
>
>(define (repl-default-prompt-set! prompt)
> (repl-default-option-set! 'prompt prompt))
>
>Regards,
> Neil
I get it!
Thank you!