Re: [Maxima-commits] CVS: maxima/src init-cl.lisp,1.11,1.12



On Fri, 2002-06-21 at 08:27, Raymond Toy wrote:
> >>>>> "James" == James Amundson <amundson@users.sourceforge.net> writes:
> 
>     James> Update of /cvsroot/maxima/maxima/src
>     James> In directory usw-pr-cvs1:/tmp/cvs-serv20777
> 
>     James> Modified Files:
>     James> 	init-cl.lisp 
>     James> Log Message:
>     James> subdirectories of share are now searched as well as share itself
> 
> The patch herein has the subdirectories hardwired.  

Yes. It makes me uncomfortable to hardwire such a long list of things,
but I didn't see a better alternative in this case.

> Would it not be
> better to do this dynamically at runtime?
> 
> Not sure if this is possible with portable Lisp, though.

It depends on what you have in mind. The search paths can be changed
dynamically at runtime if so desired. Do you want to search the share
directories for directories at runtime? I don't see the utility in that
-- if you add a directory to share, you can easily add a corresponding
entry to the search list in the startup file. (The startup file needs to
be fixed/implemented...) 

Did you have something else in mind?

--Jim