Re: (system cmd) not working after slib

2007-10-27 Thread Ludovic Courtès
Hi, "Scott Walck" <[EMAIL PROTECTED]> writes: > (system "ls"); works > (use-modules (ice-9 slib)) ; works > (system "ls"); no longer works Unfortunately, I can't reproduce that here: $ SCHEME_LIBRARY_PATH=/usr/local/lib/slib/ ./pre-inst-guile guile> (system

Re: Anyone relying on "break-at" breakpoints?

2007-10-27 Thread Ludovic Courtès
Hi, Neil Jerram <[EMAIL PROTECTED]> writes: > There are (at least) three possibly interesting requirements that this > doesn't cover. Right now I'm still wondering about these, so ideas > are welcome. > > 1. The Guile application is going to load a file that contains >directly-executed code