Menu

#802 missing line break in 5.9.2 output

closed
nobody
Lisp Core (460)
5
2006-08-14
2005-10-17
No

In Maxima 5.9.1 we have

(C2) for n from 1 thru 20 do sprint( fib(n) )$
1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597
2584 4181 6765

If we use sprint in 5.9.2 (sprint is commented out in
5.9.2-plot.lisp, but I don't see any alternative to
sprint) we have

(C3) for n from 1 thru 20 do sprint( fib(n) )$1 1 2 3 5
8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765

The same problem I have with an output function written
by myself:

Maxima 5.9.1:
(C3) printf(true,"~d",42)$
42
(C4)

Maxima 5.9.2:
(C4) printf(true,"~d",42)$42
(C5)

I don't have any idea to solve that problem with a
function.

Volker van Nek

Discussion

  • Robert Dodier

    Robert Dodier - 2006-08-13
    • milestone: 482214 --> 595275
     
  • Robert Dodier

    Robert Dodier - 2006-08-13

    Logged In: YES
    user_id=501686

    Not observed in 5.9.3.99rc1 / GCL 2.6.7, Clisp 2.38, SBCL
    0.9.9 / Linux. Let's verify that it is OK in Windows too. If
    so we can close this report as fixed. (I'm pretty sure the
    newline stuff was revised slightly last year.)

     
  • Volker van Nek

    Volker van Nek - 2006-08-13

    Logged In: YES
    user_id=1269745

    Not observed in 5.9.3.99rc1 on Windows.
    Robert, I think you can close this bug report.

     
  • Robert Dodier

    Robert Dodier - 2006-08-14
    • status: open --> closed
    • milestone: 595275 -->
     
  • Robert Dodier

    Robert Dodier - 2006-08-14

    Logged In: YES
    user_id=501686

    Closing this report as fixed since the problem is not
    observed on Windows.

     

Log in to post a comment.