[ 537373 ] Demo files load foo.mc



"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:

> Quite a few of the demo files load("foo.mc").  This needs to be
> changed to load("foo.mac") or load("foo"). 
> 
> Some examples are: 
> - matrix/eigen.dem 
> - simplification/functs.dem 
> 
> Does anyone have a preference - load("foo") is shorter.
> I will fix them once a decision is made. 
> 
 
This has to be load("matrix/eigen") etc. without extension because it
is preferable to load the translated/compiled versions of the .mac
files if they are available.  The same goes for the interdependencies
of the various .mac files.  Note that I have already done this for
facexp,facex1,stopex,disol,declin,genut (in the new version of the
genut package I announced a few days ago).

For this to work, file_search_maxima must have the extension for
compiled lisp files at the beginning of the list, of course.

Wolfgang


-- 
wjenkner@inode.at