Hi When I use guile's readline module (guile 1.6.7), I can't set bounce-parens option: guile> (readline-options 'full) bounce-parens 500 Time (ms) to show matching opening parenthesis (0 = off). history-length 200 History length. history-file yes Use history file. guile> (readline-disable 'history-file) (bounce-parens 500 history-length 200) guile> (readline-enable 'history-file) (bounce-parens 500 history-length 200 history-file) guile> (readline-set! 'bounce-parens 50) <unnamed port>: In expression (readline-options-interface (append # #)): <unnamed port>: Unbound variable: readline-options-interface ABORT: (unbound-variable)
Maybe I'm doing it wrong, but I think that I follow the manual. 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, so every time I close a paren, I get to wait 500 ms to type more. Both gauche and csi with readline modules installed don't hang like this, so I think it's a guile-specific bug. Hope this will be fixed :). Best regards, Gene. -- The human knowledge belongs to the world _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
