Am 7 Aug 2006 um 10:32 hat Jaime E. Villate geschrieben:
> 2- A bug reported by Laurent Courad: in Windows XP, if an input line in
> Xmaxima ends with a comma (or period or colon) one cannot return to that
> line with backspace to replace that character. It seems to me that it
> is a Tk bug in Windows (it works OK in Linux). I could try out a work
> around it, but I will only be able to work on it after the 15th.
Hello Linux users,
just to make sure, that I (Windows user) understand right. I read here, that in Linux
Xmaxima it is possible to manipulate the previous line, even if it is already entered (and
marked blue).
Is that correct?
So what does for instance
(%i1) 2+
1+1;
result, when erasing '2+' before pressing the final ENTER after the semicolon?
2 or 4?
In my Windows Xmaxima I get
(%i1)
1+1;
(%o1) 4
Volker