> On 6/22/06, Marc Weber <[EMAIL PROTECTED]> wrote:
>> > Upon closer inspection, netrw delegates network activity to
>> > wget/fetch/rsync and friends anyway, so I guess I'll do the same. It's
>> > given me some direction on how to handle different operatings systems
>> > -- 'if has("win32")' etc. It's not a robust solution, but we work
>> > within our confines, right? :-)
>>
>> I didn't get exactly what you are trying to do .. but you have the
>> option to use python, ruby ....
>> from python you can call any C function.. So it should no problem to
>> create a TCP connection.. ;-)
>
> Wait, what? I can access python and ruby from within a vim script?
Here's another resource for you that may be helpful:
* <http://not.upbylunch.com/2006/05/16/wordpress-posting-vim-script/>
This person wrote an script in python that does some rpc stuff (using
the MetaWebLog API) and it can be invoked from within Vim. This should
help you get started if you want to create something for yourself.
Hope that helps!
Tom Purl