Re: trouble controlling vim with subprocess on windows machine

2007-07-16 Thread [EMAIL PROTECTED]
On Jul 16, 7:45 am, Yves Pouplard <[EMAIL PROTECTED]> wrote: > On Mon, 09 Jul 2007 05:30:04 -0500, Nick Craig-Wood > > <[EMAIL PROTECTED]> wrote: > >[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> I am having trouble contolling vim with subprocess on a windows > >> machine. It appears tha

Re: trouble controlling vim with subprocess on windows machine

2007-07-10 Thread Josiah Carlson
agc wrote: > Hi Josiah, > This recipe for asynchronous communication usingsubprocesscould be used to write an expect-like tool: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440554 > > I have played with the above recipe and it is excellent, > but could you please go i

Re: trouble controlling vim with subprocess on windows machine

2007-07-10 Thread [EMAIL PROTECTED]
On Jul 10, 10:38 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Jul 10, 4:00 am, agc <[EMAIL PROTECTED]> wrote: > > > > > > > Hi Josiah, > > > > >> This recipe for asynchronous communication usingsubprocesscould be > > > >> used to write an expect-like tool: > > > >>http://aspn.actives

Re: trouble controlling vim with subprocess on windows machine

2007-07-10 Thread [EMAIL PROTECTED]
On Jul 10, 4:00 am, agc <[EMAIL PROTECTED]> wrote: > Hi Josiah, > > > >> This recipe for asynchronous communication usingsubprocesscould be > > >> used to write an expect-like tool: > > >>http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440554 > > I have played with the above recipe and

Re: trouble controlling vim with subprocess on windows machine

2007-07-10 Thread agc
Hi Josiah, > >> This recipe for asynchronous communication usingsubprocesscould be > >> used to write an expect-like tool: > >>http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440554 I have played with the above recipe and it is excellent, but could you please go into some more detail

Re: trouble controlling vim with subprocess on windows machine

2007-07-09 Thread Josiah Carlson
[EMAIL PROTECTED] wrote: > On Jul 9, 11:06 am, Josiah Carlson <[EMAIL PROTECTED]> > wrote: >> [EMAIL PROTECTED] wrote: >>> I am having trouble contolling vim with subprocess on a windows >>> machine. It appears that vim comes up on the machine all right and it >>> sometimes looks like it is d

Re: trouble controlling vim with subprocess on windows machine

2007-07-09 Thread [EMAIL PROTECTED]
On Jul 9, 11:06 am, Josiah Carlson <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I am having trouble contolling vim with subprocess on a windows > > machine. It appears that vim comes up on the machine all right and it > > sometimes looks like it is doing the searchs what I am ask

Re: trouble controlling vim with subprocess on windows machine

2007-07-09 Thread Josiah Carlson
[EMAIL PROTECTED] wrote: > I am having trouble contolling vim with subprocess on a windows > machine. It appears that vim comes up on the machine all right and it > sometimes looks like it is doing the searchs what I am asking it to do > but when I am asking it to load a file it doesn't do an

Re: trouble controlling vim with subprocess on windows machine

2007-07-09 Thread [EMAIL PROTECTED]
On Jul 9, 5:30 am, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am having trouble contolling vim with subprocess on a windows > > machine. It appears that vim comes up on the machine all right and it > > sometimes looks like it is doing th

Re: trouble controlling vim with subprocess on windows machine

2007-07-09 Thread Nick Craig-Wood
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am having trouble contolling vim with subprocess on a windows > machine. It appears that vim comes up on the machine all right and it > sometimes looks like it is doing the searchs what I am asking it to do > but when I am asking it to load

trouble controlling vim with subprocess on windows machine

2007-07-09 Thread [EMAIL PROTECTED]
I am having trouble contolling vim with subprocess on a windows machine. It appears that vim comes up on the machine all right and it sometimes looks like it is doing the searchs what I am asking it to do but when I am asking it to load a file it doesn't do anything. Is there something I nee