bug#13076: guile: ",option prompt VALUE" only accepts literals

2013-03-07 Thread Andy Wingo
And marking as done -- http://wingolog.org/

bug#13076: guile: ",option prompt VALUE" only accepts literals

2013-03-07 Thread Andy Wingo
On Tue 04 Dec 2012 04:29, Daniel Hartwig writes: > The REPL prompt option accepts #f, strings, thunks, and procedures of > one argument. However, only the first two can be set using the > meta-command ,option; one must use repl-option-set! for thunks and > procedures. > > It seems that VALUE is

bug#13076: guile: ",option prompt VALUE" only accepts literals

2012-12-03 Thread Daniel Hartwig
Package: guile Version: 2.0.7 Severity: minor Dear maintainer The REPL prompt option accepts #f, strings, thunks, and procedures of one argument. However, only the first two can be set using the meta-command ,option; one must use repl-option-set! for thunks and procedures. It seems that VALUE i