On Sun, 6 Jan 2002, Dave Lawrence wrote: > my problem goes away. Can we set the guile stack limit from the backend files > instead of recompiling guile?? perhaps try: (eval-options (list 'stack 200000)) This form is also mentioned in the manual, but doesn't seem to work: (eval-set! 'stack 200000) -- Steve Tell tell@telltronics.org