my solution is (i wanted to avoid the "gc-protection-mismatch" bug):
cvs co -D '2002-02-02' scsh-0.6
and
Autoconf version 2.13
mmc@maruska.dyndns.org (Michal Maruška) writes:
> i am getting this strange behaviour from scsh (cvs 1 week ago).
> I think the last time i ran it (week ago) it was ok, so i would
> like to know if somebody has seen it, before ....
>
> under emacs: (i just run write the command and press enter):
> | > (run (echo 1))
> | 1
> |
> | Interrupt: keyboard
> | 1>
>
> (when at level 1> "C-d" does not make return to level 0, it blocks! "C-c"
> returns to "1>").
>
>
>
> from command line:
> |$ scsh -c "(run (echo 1))"
> |1
> |zsh: hangup scsh -c "(run (echo 1))"
|