On 1/16/06 1:52 PM, "Brad Beveridge" <[EMAIL PROTECTED]> wrote:
> I asked about async interrupt on the vim-dev list & got the following response > "Hi Brad > > You could use Vim's netbeans interface > :help netbeans > > http://clewn.sourceforge.net uses this interface to provide full gdb > support in Vim. > > Xavier" > > I am currently looking at Clewn and netbeans. Clewn looks like it > should be a good project to put under the microscope, I am sure that > vim+gdb will have some of the same issues as vim+Slim-vim > > Brad Here's a question - are people quite tied to Vim? Why not write another vi-alike in Common Lisp? I could see a couple different ways of doing this. One would be to write a good interface for ANSI color terminals, and use that. Another would be to use a graphics toolkit - one of the various GTK+ bindings, or maybe Swing or SWT from ABCL. It would make it easy to get the indentation right, too. -- Brian Mastenbrook [EMAIL PROTECTED] http://brian.mastenbrook.net/ _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
