A lisp oriented question - interning symbols for use in Maxima



Jaime Villate wrote:
> 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.
>   
Found the problem.  GET-DIRS in init-cl.lisp didn't support CCL.  I've
fixed this and checked it in.

Ray