Subject: Re: [ 538137 ] apropos command doesn't work
From: James Amundson
Date: 06 Apr 2002 17:49:12 -0600
It looks like you've answered this question for yourself in the
meantime.
--Jim
On Thu, 2002-04-04 at 06:39, Billinghurst, David (CRTS) wrote:
> The apropros() command doesn't work. If I enter this lisp
> function (from http://www.unk.edu/acad/math/people/willisb/)
> directly into maxima lisp it solves the problem.
>
> (defun $apropos ( s )
> (cons '(mlist) (apropos-list s "MAXIMA")))
>
> How do I build this into maxima?
>
>
>
>
>
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima