Re: Lost input when using suspendable read-line

2021-08-24 Thread Leo Prikler
Hi, Am Montag, den 23.08.2021, 00:04 -0400 schrieb Maxim Cournoyer: > --8<---cut here---start->8--- > (use-modules (ice-9 match) > (ice-9 rdelim) > (ice-9 suspendable-ports)) > > (install-suspendable-ports!) > > (define (read-line* po

Re: Lost input when using suspendable read-line

2021-08-23 Thread Maxim Cournoyer
Hello Leo! Leo Prikler writes: > Hi, > > Am Montag, den 23.08.2021, 00:04 -0400 schrieb Maxim Cournoyer: >> --8<---cut here---start->8--- >> (use-modules (ice-9 match) >> (ice-9 rdelim) >> (ice-9 suspendable-ports)) >> >> (install-su

Lost input when using suspendable read-line

2021-08-22 Thread Maxim Cournoyer
Hello, I'm pretty new to this, so hopefully I'm doing something wrong, but when using a suspendable read-line with the following "minimal" program: --8<---cut here---start->8--- (use-modules (ice-9 match) (ice-9 rdelim) (ice-9 suspenda