Platform: win2k / cygwin
Lisp: clisp-2.27
Maxima version: sourceforge cvs 2001-11-19
The maxima quit() command doesn't work. The following
change to src/suprv1.lisp fixes the problem, but
obviously won't work with other lisps.
Replace
(DEFMFUN $QUIT () nil #+kcl (bye)
(quit)
#+excl "don't know quit function")
with
(DEFMFUN $QUIT ()
(ext:quit)
)
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@riotinto.com
Logged In: YES
user_id=365569
Fixed