From: Emilio Lopes <eclig@gmx.net>
Subject: Misleading error message in `exec-path/env'
To: scsh-users@scsh.net
The procedure `exec-path/env' gives "No executable found." if it fails
to execute the given program. This error message is misleading since
there can be other reasons for the failure, e.g. the command line was
too long. I think something along the lines of "Failed to run
program/executable." would be more appropriate.
--
Emílio C. Lopes
Munich, Germany
gets suspended. However, in an interactive session, the REPL is very
likely to hold the lock of the input port. Hence, release the locks of
the command ports in the child if NARROW? is true.