mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Relational operator bug in Maxima plug-in


Chronological Thread 
  • From: Geir Horn <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Relational operator bug in Maxima plug-in
  • Date: Mon, 16 Jul 2012 12:06:25 +0200
  • Organization: SINTEF

HELP!

It is now more than one year ago that this bug was reported, and it is
still there. I can confirm that all of the relational operators produces
the same bug. It is not possible to say simple things like

is ( 4 > 0 )

or

is ( 2.5 >= 2 )

Using Maxima in TeXmacs is rather hard with this bug. Any workarounds?
It is clearly not the Lisp version (I have tried both "default" and
"5.23.2 sbcl" with the same negative result), and the statements work
with Maxima alone.

Trying

"is(4>0)"

produces the response

is(4 <gtr> 0)

so obvious it seems that > is translated into <gtr> which has no meaning
to Maxima.

Thanks a lot!

- G




Archive powered by MHonArc 2.6.19.

Top of page