bug-guile
[Top][All Lists]
Advanced

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

Re: using guile's readline module


From: Kevin Ryde
Subject: Re: using guile's readline module
Date: Thu, 01 Sep 2005 07:23:53 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Gene Pavlovsky <address@hidden> writes:
>
> The second issue is that when I type something, during the time when the 
> matching paren is highlighted (and that is 500 ms by default), 
> guile doesn't accept any input,

The delay is supposed to stop when you press a key, done by guile
using a `select' on the stdin.  You might be able to see if select is
working properly.




reply via email to

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