No the eclipse plugin uses the netbeans protocol which vim implements. Its probably more actually what you expect vim server mode to do then what vim server mode actually does.
I've never used KVim but depending how much you need to intergrate the two programs (KMail and Vim) the easiest way might be to just use the --socketid <xid> Option which vim provides. This embeds vim into another GTK widget and this is how the vim eclipse plugin puts vim into the eclipse IDE. Of course you would need to have some sort of harness that provided a GTK area to embed vim into since I assume KMail uses QT. This works great but will only place GVim into KMail, you still need to figure out some way of communicating between the two programs if you want them to be aware of each other in some way. This could be done in numerous ways such as the vim netbeans protocol or vim scripts/plugins. ~ David --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
