On 10/2/07, Mario Rodriguez <biomates at telefonica.net> wrote:
> I'm not sure if this has undesirable side-effects, but with current
> cvs-draw, if you change the value of lisp variable *maxima-tempdir*, you
> can control in which folder all files generated by draw will be allocated.
>
> :lisp (setf *maxima-tempdir* "/home/blah/blah/blah")
*MAXIMA-TEMPDIR* is shadowed by the Maxima variable maxima_tempdir.
So maxima_tempdir : "/home/blah/blah/blah" should have the same effect.
hth
Robert