Load behaviour on Maxima 5.18.0 and above using ecl



On Tue, May 12, 2009 at 4:14 PM, Robert Dodier <robert.dodier at gmail.com> wrote:
> Try this. Not sure if it will help.
>
> :lisp (setf (symbol-function 'share-subdirs-list) (symbol-function
> 'default-share-subdirs-list))
> :lisp (set-pathnames)
>
> Does that rebuild file_search_maxima?

Yes, this rebuilds file_search_maxima correctly and load works fine then.

>
> For the record, the code in question is in src/init-cl.lisp.
>
> best
>
> Robert Dodier
>

Thanks

Matthew Gwynne