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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to