Hi,

> a standard Process Interaction interface for Vim?
>
> yes, we have the same idea.

Great!
I 'd be happy even with just a solution that worked in the unix
(linux) console vim.
Extra points if it also worked in cygwin.

> I'm try to implement it at Windows & Unix, but it has some trouble
> when i try to read data form pipe...
>
> has any other way to implement?

How are you implementing it?
I think there are problems with just trying to add a pipe/socket to
the "mainloop".

There may be a need to add a layer of indirection "below" that to get
input multiplexing
to work reasonably. I think there were discussions about a failed
attempt to implement
this functionality for a vim plugin that needed to interact with a
Lisp REPL. Some of the
pitfalls are discussed there.

Thanks a lot for your efforts,
Pantelis













--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to