lilypond-user
[Top][All Lists]
Advanced

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

Guile interpreter


From: Henrik Frisk
Subject: Guile interpreter
Date: Mon, 14 Feb 2011 14:13:14 +0100

Hi,

When I'm starting up the Guile interpreter by inserting

#(module-define! (resolve-module '(guile-user))
    'lilypond-module (current-module))
#(top-repl)

in my .ly file, I don't have readline support (command history, etc).
How can I make sure the ice-9 and readline modules are loaded when the
interpreter is started via the lilypond command? I'm on Fedora 13 BTW
and I have command history if I start guile by itself and I have a
.guile file that contains

(use-modules (ice-8 readline))
(activate-readline)

Thanks for any hints,

/Henrik



reply via email to

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