autoload property for functions from contrib packages



Am 7 Feb 2007 um 14:30 hat Barton Willis geschrieben:

> I thought that linearalgbra no longer redefined listp and matrixp. True or 
> False?
> 
> (%i4) listp([4,5,56],'evenp);
> Maxima encountered a Lisp error:
> 
> (%i5) load(linearalgebra)$
> (%i6) listp([4,5,56],'evenp);
> Maxima encountered a Lisp error:

You are right. I cannot find a definition of $listp or $matrixp in linearalgebra.
It seems that linearalgebra.texi isn't up to date.

Volker