Hi,

On Mon 21 Mar 2011 01:24, Wolfgang J Moeller <w...@heenes.com> writes:

>>     scheme@(guile-user)> ,option on-error backtrace
>>[...]
>
> Now if I could set that without typing ... didn't realize before
> that there's no obvious way to include REPL commands from a file.

In your .guile:

    (use-modules (system repl common))
    (repl-default-option-set! 'on-error 'backtrace)

Cheers,

Andy
-- 
http://wingolog.org/

Reply via email to