describe & newline problems, was: proposed release schedule for maxima 5.9.3



Am 10 Dec 2005 um 13:47 hat Robert Dodier geschrieben:

> > 2. bug 1328900 missing line break in 5.9.2 output
> > (C1) load("F:\\home\\maxima\\stringproc");
> > (D1)                    F:/home/maxima/stringproc.lisp
> > (C2) for n from 0 thru 10 do sprint(fib(n))$0 1 1 2 3 5 8 13 21 34 55
> > (C3) printf(true,"~5,2f ~5,2f~%",1.2345,9.8765)$ 1.23  9.88
> >
> > That is not really pretty printing!
> 
> do i understand correctly that the above output was
> generated in xmaxima ?
> 
> i have observed the same behavior in xmaxima in ms windows,
> but the command line maxima (also in ms windows)
> shows the output on the line after the input.
> it appears that the behavior shown above is due
> to xmaxima failing to echo the carriage return which
> causes the input to be entered. i'm not sure what can
> or should be done about that.

The missing carriage return only occurs in ms-windows xmaxima 5.9.2,
not in the command line version 5.9.2 
and not in xmaxima 5.9.1.

so something must have been changed from 5.9.1 to 5.9.2 in the ms-windows 
xmaxima. someone must know. 
secondly, I wonder wether function sprint is commented out in plot.lisp in 5.9.2, in 5.9.1 
it was available. What is the reason for that? Who did the change? Is this related 
somehow?

Volker