STk 3.0 and ilisp

From: <jslttery_at_GS148.SP.CS.CMU.EDU>
Date: Sun, 24 Mar 1996 18:58:27 -0500

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