guile-user
[Top][All Lists]
Advanced

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

Customising Guile's prompt


From: Ray Soto
Subject: Customising Guile's prompt
Date: Wed, 11 Dec 2024 15:33:05 +0000

Hi! I've read the HTML manual and I have created a 'nice'
prompt for my machines as follows:

(use-modules ... (system repl common))
...
(repl-default-option-set! 'prompt
  (string-append
    (getlogin) "@" (gethostname) " > "))

What bothers me is that I have been unable to replicate
the default prompt's feature of printing the current
debug (level/frame? don't even know how to call it!)

I've searched in my /usr/local/share/guile (I am on BSD)
to no avail. Could you point me in the right direction here?
BR, Ray.-



reply via email to

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