STk 3.0 works fine with ilisp as is. However, you will not see the the
banner or the STk> prompts in the emacs buffer as things stand. If
this annoys you, you can fix it by editing toplevel.c and changing the
line:
STk_interactivep = isatty(fileno(stdin));
to:
STk_interactivep = isatty(fileno(stdin)) || STk_arg_interactive;
One more plug for ilisp - it's fabulous :)
S.
Received on Mon Mar 25 1996 - 02:05:22 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST