At Wed, 18 Nov 2020 12:59:46 -0500, George Neuner wrote: > > On 11/18/2020 9:43 AM, Javier Vivanco wrote: > > > > I have a question about a read-line-evt 's behaviour. > > Is this normal this ? > > > (sync (read-line-evt (current-input-port)) > > 1234 > > "1111" > > > > I want to use a timeout in read-line via sync/timeout > > > > but it always gives me the first character > > > > You are seeing the return value from 'sync' rather than the event data.
I think that was the intent, though, and I think the expected answer is "1234". But I see that the `read-line-evt` function is not working right when a port supplies one byte for each peek, which is what happens in DrRacket. We'll get this fixed. Thanks for the report! Matthew -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/20201118120855.1dd%40sirmail.smtps.cs.utah.edu.