> I've been contemplating hacking together some sort of Gvim-based interface > to the Ruby debugger, sort of a mini-IDE I suppose, that would do the > following, as a start: Sounds great! You don't need to be a vim scripting expert, just use vim's ability to use ruby as a scripting language. You can do the whole thing in ruby. -Michael