Gene Pavlovsky <[EMAIL PROTECTED]> 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. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
