Hi Jim,
Thanks for the method for dealing with single lisp commands, which works
for me, and thanks in advance for fixing the bug.
dan
From: James Amundson <amundson at fnal>
Cc: Maxima List <maxima@www.ma.utexas.edu>
Date: 07 Nov 2002 17:19:46 -0600
You found a bug. I can reproduce it, but only under GCL. (I'm sure it
isn't GCL's fault, however.) It will get fixed.
In the meantime, you can entire single lisp commands by starting a
command with :lisp. For example,
(C1) :lisp (format t "hello~%")
hello
NIL
(C1)
Thanks,
Jim
On Thu, 2002-11-07 at 16:04, Dan Hitt wrote:
.......
>
> That is, i type
> to_lisp();
> and it types
> Type (run) to restart
> but exits immediately afterwards. The exit status is 0, and there are
> no error messages or core files. This is on red hat 7.3 (GNU/Linux).
.......