Re: vim : process.c ?

2007-10-01 Fir de Conversatie Mikael Jansson
Ok, got it. Note that I don't like the idea of running a shell in a Vim window. But running make in the background would be useful. Because this is on of the first steps from an editor to an operating system alla emacs ? If someone starts a shell as a subprocess and redirect its in-

Re: vim : process.c ?

2007-09-30 Fir de Conversatie Ben Schmidt
A.Politz wrote: I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in this project, is giving vim the ability to start and manage subprocesses. It might help if you let people know what

Re: vim : process.c ?

2007-09-30 Fir de Conversatie Yakov Lerner
On 9/30/07, A.Politz [EMAIL PROTECTED] wrote: I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in this project, is giving vim the ability to start and manage subprocesses. What I have

Re: vim : process.c ?

2007-09-30 Fir de Conversatie Bram Moolenaar
A.Politz wrote: I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in this project, is giving vim the ability to start and manage subprocesses. What I have in mind is : - Obviously

Re: vim : process.c ?

2007-09-30 Fir de Conversatie Yegappan Lakshmanan
Hi, On 9/30/07, Bram Moolenaar [EMAIL PROTECTED] wrote: A.Politz wrote: I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in this project, is giving vim the ability to start and

Re: vim : process.c ?

2007-09-30 Fir de Conversatie ap
On Sep 30, 8:18 am, Ben Schmidt [EMAIL PROTECTED] wrote: A.Politz wrote: I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in this project, is giving vim the ability to start and

Re: vim : process.c ?

2007-09-30 Fir de Conversatie ap
On Sep 30, 11:48 am, Yakov Lerner [EMAIL PROTECTED] wrote: On 9/30/07, A.Politz [EMAIL PROTECTED] wrote: I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in this project, is

Re: vim : process.c ?

2007-09-30 Fir de Conversatie ap
On Sep 30, 4:16 pm, Bram Moolenaar [EMAIL PROTECTED] wrote: So the first thing to work on would be doing this on MS-Windows. Test with various native MS-Windows (or even DOS) programs. After that the rest would be easy. Ok, got it. Note that I don't like the idea of running a shell in

vim : process.c ?

2007-09-29 Fir de Conversatie A.Politz
I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in this project, is giving vim the ability to start and manage subprocesses. What I have in mind is : - Obviously writing the code, that