[Maxima] maxima-el re-evaluation error for multiple line input
Leo
sdl.web
Fri Dec 8 08:48:56 CST 2006
Hi all,
I have a historical input that spans multiple lines
(%i3) integrate(sin(x),x
);
(%o3) - cos(x)
If I move the cursor to ); and press RET, I will get this error
,----
| Incorrect syntax: Illegal use of delimiter )
| (%i8) Incorrect syntax: Premature termination of input at ;.
`----
If it is in one line, it will be re-evaluated correctly.
(%i3) integrate(sin(x),x);
Do you think this is a bug?
--
Leo
More information about the Maxima
mailing list