[No need to Cc the bug report] On 12 December 2012 12:03, Nala Ginrut <nalagin...@gmail.com> wrote: > Seems (fluid-ref *repl-stack*) is not a pair/list when REPL is just > started?
Correction: is not a pair/list when /guile/ is just started. The program, guile, is not a REPL, that is only an optional component of it. You can't set REPL options before there is a REPL. The rc file (.guile) is applicable to all of guile, and read during initialization which is before any REPL is created. Try repl-default-option-set!.