chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #670: parley does delete output if it is not followed


From: Chicken Trac
Subject: [Chicken-janitors] #670: parley does delete output if it is not followed by a newline
Date: Mon, 22 Aug 2011 15:25:12 -0000

#670: parley does delete output if it is not followed by a newline
---------------------------------------+------------------------------------
 Reporter:  ckeen                      |       Owner:  ckeen
     Type:  defect                     |      Status:  new  
 Priority:  major                      |   Milestone:  4.8.0
Component:  extensions                 |     Version:  4.7.x
 Keywords:  parley egg terminal #fail  |  
---------------------------------------+------------------------------------
 With parley the following happens in csi:
 {{{
 #;1> (display "hi")
 #;2>
 }}}

 whereas this works:

 {{{
 #;2> (display "hi")(newline)
 hi
 #;4>
 }}}

 My guess is that, since parley deletes everything on the current line to
 draw its output the output simply gets overwritten/deleted.

 Thanks to Matthias Bauer for the report.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/670>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]