My /etc/inputrc has:
set blink-matching-paren on

The delay has disappeared when I changed it to
$if guile
$else
  set blink-matching-paren on 
$endif

So I guess readline's forced blink-matching-paren somehow overrided guile's own 
code. Dunno why the delay, cause
chicken's interpreter (which doesn't have any special match_paren code - the 
reason I turned it on in inputrc) doesn't
have that delay. So maybe it is still a bug to be fixed.

Kevin Ryde wrote:
> 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.
> 

-- 
The human knowledge belongs to the world


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to