This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Matching parentheses in Guile


Mikael Djurfeldt <mdj@nada.kth.se> writes:

> Jim Blandy <jimb@red-bean.com> writes:
> 
> > Greg Harvey has written a patch to get Guile to do parenthesis
> > matching using a stock readline library.  I can't commit this change
> > until the FSF gets a copyright assignment from Greg, but in the
> > mean time, I thought people might appreciate it.  (I certainly do. :) )
> 
> 8-)  Me too!!

:) Thanks!  

> But, how about this small modification:

[change options to set the ms of a paren bounce]

Much better. I intended to include something like that, but when I
wrote the bouncing code, I had no idea how guile's options worked, and
I forgot about it later during all the fun of getting it to compile
;). 

It might also be an improvement to change the initialization to set
the key bindings in the vi-insert & emacs modes, but I'm not sure if
it would break anything with the vi mode.

-- 
Greg