Maxima Developers;
I believe that Maxima supports a command line option
'--disable-readline' to disable readline on startup that works even
when Maxima is built using a Clisp that was configured with readline
linked-in. Is that true? I know how to do this in GCL using
'si::readline-off', but so far am I not able to find any documentation
on Clisp that addresses the issue.
I think I was able to find the magic in the Maxima source code that
accomplishes this for GCL. I looked here but this seems only to apply
to GCL:
http://maxima.cvs.sourceforge.net/maxima/maxima/src/init-cl.lisp?view=markuphttp://maxima.cvs.sourceforge.net/maxima/maxima/src/init-cl.lisp?revision=1.36&view=markup
I would like to add a similar feature to Axiom that works when built
using Clisp. If anyone here has some ideas about this, please let me
know.
Thanks very much.
Bill Page.