Scsh Reference Manual section 3.9 documents a procedure
pause-until-interrupt which if used gives
Error: undefined variable
pause-until-interrupt
(package user)
A quick grep through the sources gives
scsh-0.6.3/scsh/scsh-interfaces.scm:
;; JMG: this syscalls doesn't cooperate with the thread-system
;; pause-until-interrupt
Is the procedure intended to return in a future release of scsh? If
not, it should probably be removed from the documentation.
(If the maintainers of Scsh wish these kinds of "maybe a minor flaw"
reports to be reported in another way than by a post to
comp.lang.scheme.scsh, let me know. It just seems like a good idea to
have a few additional eyeballs reviewing them.)
|