Am 25 May 2006 um 12:46 hat Andrej Vodopivec geschrieben:
> Hi,
>
> in the file
>
> TEXMACS_PATH/TeXmacs/plugins/maxima/progs/init-maxima.scm
>
> change the line
>
> (:launch "maxima.bat -p
> %TEXMACS_SHORT_PATH%/plugins/maxima/lisp/texmacs-maxima-5.9.1.lisp")
>
> to
>
> (:launch "maxima.bat -p
> %TEXMACS_SHORT_PATH%/plugins/maxima/lisp/texmacs-maxima-5.9.2.lisp")
>
> and the case inversion problem goes away.
>
> Andrej
Great! Thank you, Andrej.
Volker
>
> On 5/22/06, van Nek <van.nek at arcor.de> wrote:
> > Hello,
> >
> > I just noticed a case inversion problem with TeXmacs.
> >
> > I'am using WinTeXmacs and Maxima-5.9.3 on Windows.
> >
> > My session looks like this:
> >
> > (%I1) 'foo;
> > (%O1) FOO
> > (%I2) 'Foo;
> > (%O2) Foo
> > (%I3) 'FOO;
> > (%O3) foo
> > (%I4) %O3;
> > (%O4) %o3
> > (%I5) %o3;
> > (%O5) foo
> >
> > It seems there is a call to maybe-invert-string-case (src/commac.lisp) needed when
> > passing Maxima output to TeXmacs.
> >
> > Is there anybody who can help?
> >
> > Volker van Nek
> >
> > _______________________________________________
> > Maxima mailing list
> > Maxima at math.utexas.edu
> > http://www.math.utexas.edu/mailman/listinfo/maxima
> >
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima