Re: [Tutor] Invoking Python from Vim

2007-06-08 Thread Mike Hansen
> > -Original Message- > > Date: Fri, 8 Jun 2007 00:19:39 +0100 > > From: "Alan Gauld" <[EMAIL PROTECTED]> > > Subject: Re: [Tutor] Invoking Python from Vim > > To: tutor@python.org > > Message-ID: <[EMAIL PROTECTED]> > &

Re: [Tutor] Invoking Python from Vim

2007-06-08 Thread Carroll, Barry
> -Original Message- > Date: Fri, 8 Jun 2007 00:19:39 +0100 > From: "Alan Gauld" <[EMAIL PROTECTED]> > Subject: Re: [Tutor] Invoking Python from Vim > To: tutor@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowe

Re: [Tutor] Invoking Python from Vim

2007-06-07 Thread Alan Gauld
"Matt Smith" <[EMAIL PROTECTED]> wrote > Do any Vim users have a better way of running a Python program while > it > is being edited in Vim? My personal preference is to have 3 windows open: 1) gvim for editing the files 2) a console for running the files using command recall to do so 3) a con

Re: [Tutor] Invoking Python from Vim

2007-06-07 Thread Tim Johnson
On Thursday 07 June 2007, Matt Smith wrote: > Hi, > > Bit of a Vim specific question this one but I hope someone might have an > answer. I currently have the following line in my .gvimrc file (I'm > using Ubuntu Linux): > > map :!gnome-terminal -e=python\ -i\ % > > This opens a window and runs the