Fixing load() in demos



This is a very important point. The share files were rearranged a while
ago, but I only just fixed the default search paths to reflect the new
installation and share layout. Finally, one can now do

(C1) load("physics/units");
(D1)
/home/amundson/opt/share/maxima/5.9.0pre-cvs/share/physics/units.mac
(C2)

I think that's the notation we want
	load("foo/bar")

Many changes will have to be made to reflect the new layout.

--Jim

On Thu, 2002-04-11 at 19:18, Billinghurst, David (CRTS) wrote:
> Having added a few bug reports I'd like to fix one.  Many of the demos fail since they try load("foo.mc") or equivalent, but the file has been renamed foo.mac
> 
> I will fix these if we can agree on the fix.  Do we want:
>  - load("foo.mac")
>  - load(foo.mac)
>  - load(foo)
>  - load('foo)
>  - load(FOO)
>  - load('FOO)
>  - or ....
> 
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima