Re: [Fink-users] vim +python

2003-11-14 Thread Andrew Hartung
On Friday, November 14, 2003, at 06:37 AM, Jeff Whitaker wrote: Here's how to do it. Create a /sw/fink/dists/local/main/finkinfo/editors directory and copy the vim .info file (and .patch file if it exists) in there. Add "--with-python" or whatever you want to the ConfigureParams line and increm

Re: [Fink-users] vim +python

2003-11-14 Thread Saadiq
It might be worth noting that it seems Panther now includes vim. I used use the fink installed vim but after the bumpy period with Panther, I removed my entire fink install and installed new. I didn't even realize I hadn't installed vim through fink for about a week. Also, the vim included i

Re: [Fink-users] vim +python

2003-11-14 Thread Jeff Whitaker
On Fri, 14 Nov 2003, Andrew Hartung wrote: > > On Thursday, November 13, 2003, at 08:37 PM, Alexander K. Hansen wrote: > > > Check the configuration script (e.g. .configure) to see how you set it > > up to add python. > > > > > Once I change the configure script, can I just 'fink install vim'? H

Re: [Fink-users] vim +python

2003-11-14 Thread Andrew Hartung
On Thursday, November 13, 2003, at 08:37 PM, Alexander K. Hansen wrote: Check the configuration script (e.g. .configure) to see how you set it up to add python. Once I change the configure script, can I just 'fink install vim'? What I'm unsure of is what I can change and yet still have it be p

Re: [Fink-users] vim +python

2003-11-13 Thread Alexander K. Hansen
Check the configuration script (e.g. .configure) to see how you set it up to add python. On Thu, 2003-11-13 at 18:48, Andrew Hartung wrote: > Is vim built with python support, and if not, what config file do I add > the +python option before compiling? > > I 'fetched' the vim source, will adding

[Fink-users] vim +python

2003-11-13 Thread Andrew Hartung
Is vim built with python support, and if not, what config file do I add the +python option before compiling? I 'fetched' the vim source, will adding it to the 'ConfigureParams' line in 'vim.info' and then running 'fink install vim' work? -Andy