maxima.bat isn't behaving (fix attached)



Konovalov, Vadim Vladimirovich (Vadim)** CTR ** writes:
> I tried command-line within console promt (win32) and found out that it isn't working as expected:
> 
> E:\apps\Maxima-5.11.0\bin>maxima -r "print(integrate(cos(x),x));"
> x)) was unexpected at this time.
> 
> Attached is the trivial patch to cure this:
> 
> 
> E:\apps\Maxima-5.11.0\bin>maxima -r "print(integrate(cos(x),x));"
> Maxima 5.11.0 http://maxima.sourceforge.net
> Using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (aka GCL)
> Distributed under the GNU Public License. See the file COPYING.
> Dedicated to the memory of William Schelter.
> This is a development version of Maxima. The function bug_report()
> provides bug reporting information.
> (%i1) sin(x)
> (%o1)                               sin(x)
> (%i2)
> 

Thank you for the patch I'll commit it shortly!

> 
> BTW, is Win95 really supported? This BAT file could be improved a lot when Win95 compatibility will be dropped.
> 

Well, I don't see any reason to drop Windows 9X support at least now.
Support for these old Windows flavors isn't very important
(I rather like to see how Maxima works or doesn't work on Vista)
but it doesn't require much efforts to maintain and I still
have at least one Windows Me machine around to test Maxima.

As for Win95 compatibility in maxima.bat we can create two
copies of this script one for Windows 9X and another for
Windows 2000 and instruct Maxima installer to install
appropriate variant depending on the host system.

Vadim

-- 
      Vadim V. Zhytnikov

       <vvzhy at mail.ru>
      <vvzhy at netorn.ru>