RE: gVim and Cygwin

2007-04-02 Thread Robert Schols
-Original Message- From: Waters, Bill [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 18:06 To: vim@vim.org Subject: gVim and Cygwin Does anyone have experience with running gVim and using Cygwin commands (ex. indent)?  I would prefer not to run vim in a Cygwin

Re: gVim and Cygwin

2007-04-01 Thread Michael Schaap
On 30-Mar-2007 21:23, A.J.Mechelynck wrote: OTOH, since (IIRC) builds of Vim available on the Cygwin site are usually console builds, to get a Cygwin/X11 build of gvim you would have to compile it yourself. Actually, an X11 gvim *is* available using Cygwin's setup.exe. It's not installed

Re: gVim and Cygwin

2007-03-31 Thread A.J.Mechelynck
David Fishburn wrote: -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 6:42 PM To: Charles E Campbell Jr Cc: Waters, Bill; vim@vim.org Subject: Re: gVim and Cygwin Charles E Campbell Jr wrote: Waters, Bill wrote: Does anyone have

Re: gVim and Cygwin

2007-03-30 Thread A.J.Mechelynck
Cc to list. Next time, please use bottom-posting or inter-posting in preference to top-posting, and Reply to All or Reply to List in preference to Reply to Sender. ben lieb wrote: I've had no real problems. I use cygwin. I type 'startx' to run the x terminal. Then I run 'gvim' from that. As

Re: gVim and Cygwin

2007-03-30 Thread Charles E Campbell Jr
Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax highlighting, etc) to have that act like gVim. I generally compile

Re: gVim and Cygwin

2007-03-30 Thread Gary Johnson
On 2007-03-30, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax

Re: gVim and Cygwin

2007-03-30 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax highlighting, etc) to have that act like

RE: gVim and Cygwin

2007-03-30 Thread David Fishburn
-Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 6:42 PM To: Charles E Campbell Jr Cc: Waters, Bill; vim@vim.org Subject: Re: gVim and Cygwin Charles E Campbell Jr wrote: Waters, Bill wrote: Does anyone have experience

Re: gVim and Cygwin

2007-03-30 Thread Gary Johnson
On 2007-03-30, David Fishburn [EMAIL PROTECTED] wrote: -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 6:42 PM To compile a Unix-like Vim for Cygwin you must use the top-level Makefile or the src/Makefile which will invoke a

Re: gVim and Cygwin

2007-03-30 Thread Kev
Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax highlighting, etc) to have that act like gVim. Thanks, Bill I do

Re: Running win32 vim and gvim under Cygwin and pure Windows XP

2006-07-31 Thread Gary Johnson
On 2006-07-27, Luc Hermitte [EMAIL PROTECTED] wrote: More over I don't have any c:/ drive, and the shell can be anything. I'm having a little trouble understanding how the shell can be anything. What I think you're saying, and what I've understood from reading your web pages, is that you

Re: Running win32 vim and gvim under Cygwin and pure Windows XP

2006-07-31 Thread hermitte
Hello, Gary Johnson [EMAIL PROTECTED] wrote: On 2006-07-27, Luc Hermitte [EMAIL PROTECTED] wrote: More over I don't have any c:/ drive, and the shell can be anything. I'm having a little trouble understanding how the shell can be anything. I just meant it can be bash, sh, tcsh, ksh, ...

Re: Running win32 vim and gvim under Cygwin and pure Windows XP

2006-07-31 Thread Gary Johnson
On 2006-07-31, [EMAIL PROTECTED] wrote: Gary Johnson [EMAIL PROTECTED] wrote: I just installed rxvt using Cygwin setup.exe and it seems to work fine except when I execute vim: then my CPU usage goes to 50% and I can see vim.exe in the Task Manager process list, but vim never appears in

Re: Running win32 vim and gvim under Cygwin and pure Windows XP

2006-07-26 Thread Luc Hermitte
Hello, I run vim on Solaris, Linux and Cygwin (actually I use only the win32 native version of vim, generally the one compiled by Tony). And I have one set of scripts for all systems. * On Tue, Jul 25, 2006 at 12:14:43AM -0700, Gary Johnson [EMAIL PROTECTED] wrote: To that end, I have done a

Re: Running win32 vim and gvim under Cygwin and pure Windows XP

2006-07-26 Thread A.J.Mechelynck
Luc Hermitte wrote: Hello, I run vim on Solaris, Linux and Cygwin (actually I use only the win32 native version of vim, generally the one compiled by Tony). [...] I'm not distributing them anymore at the moment. My latest Vim for Windows was a v7.0aa ALPHA, now outdated. Please fall back on

Running win32 vim and gvim under Cygwin and pure Windows XP

2006-07-25 Thread Gary Johnson
open gvim from a Windows tool or application, I get a Windows gvim that executes system(), :sh, :!, :r!, etc. in a Windows environment; but when I start vim or gvim from the Cygwin shell, I get the same Windows vim or gvim executable, but one which executes system(), etc., in the Cygwin

Re: Running win32 vim and gvim under Cygwin and pure Windows XP

2006-07-25 Thread A.J.Mechelynck
want is this: when I open gvim from a Windows tool or application, I get a Windows gvim that executes system(), :sh, :!, :r!, etc. in a Windows environment; but when I start vim or gvim from the Cygwin shell, I get the same Windows vim or gvim executable, but one which executes system(), etc