Post 5.9.0 plans



On Wed, 2003-02-12 at 02:31, Andrey G. Grozin wrote:
> Hello *,
> 
> On 11 Feb 2003, James Amundson wrote:
> > Did I make it clear that the 5.9.0 release should fix the problem
> > TeXmacs was having with plotting? That information may have been buried.
> > It's a TeXmacs bug, but I worked around it.
> Could you please explain in more detail, what is this TeXmacs bug
> (I suppose it's in texmacs.lisp)? I'm going to rewrite texmacs.lisp
> to take advantage of some improvements in mactex.lisp, and, of course, I'd
> like to correct this bug.

My apologies for not writing to you about it sooner. The problem is that
maxima determines the location of its supporting files based on where it
was installed initially, where the executable is now, and the value of
the environment variables MAXIMA_PREFIX (or the deprecated version,
MAXIMA_DIRECTORY.) The environment variable takes precedence. TeXmacs,
for some reason, sets MAXIMA_DIRECTORY to null. Maxima then assumed that
it was installed in "/", which caused it to not find the plotting
program. I added a check to see if MAXIMA_DIRECTORY was empty. If so,
Maxima now ignores it. It would be better if TeXmacs didn't set
MAXIMA_DIRECTORY.

--Jim