A lisp oriented question - interning symbols for use in Maxima
Subject: A lisp oriented question - interning symbols for use in Maxima
From: Jaime Villate
Date: Tue, 20 Oct 2009 20:36:25 +0100
On Ter, 2009-10-20 at 10:57 -0400, Raymond Toy wrote:
> Command line parsing is in command-line.lisp and in init-cl.lisp.
> Maybe try :lisp (get-application-args). This should return the args.
> If that doesn't produce sensible things, then the maxima script (or
> maxima-local) needs to be examined to see if it's passing the
> arguments correctly.
All of the other command-line options are working fine. There is a
problem only with option "list-avail". I'll check command-line.lisp and
init-cl.lisp to see whether I can find the source of the error. Thanks
for the tip.
Jaime