RE: How to get cygwin command line to know where it is - seems okay now

2006-05-24 Thread Furash Gary
lto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 7:06 PM To: Gerald Lai Cc: Eric Arnold; Furash Gary; Gary Johnson; vim@vim.org Subject: Re: How to get cygwin command line to know where it is Gerald Lai wrote: > On Wed, 24 May 2006, A.J.Mechelynck wrote: > >> Eric Arnold wrote: >>

Re: How to get cygwin command line to know where it is

2006-05-23 Thread A.J.Mechelynck
Gerald Lai wrote: On Wed, 24 May 2006, A.J.Mechelynck wrote: Eric Arnold wrote: Off hand, I can't remember the exact name, but I think that there is a special rc filename that is executed even when it isn't a login shell. [...] Yes, I think so too, and I don't remember it offhand either,

Re: How to get cygwin command line to know where it is

2006-05-23 Thread Gary Johnson
On 2006-05-23, Gerald Lai <[EMAIL PROTECTED]> wrote: > On Wed, 24 May 2006, A.J.Mechelynck wrote: > > > Eric Arnold wrote: > >> Off hand, I can't remember the exact name, but I think that there is a > >> special rc filename that is executed even when it isn't a login > >> shell. > > [...] > >

Re: How to get cygwin command line to know where it is

2006-05-23 Thread Gerald Lai
On Wed, 24 May 2006, A.J.Mechelynck wrote: Eric Arnold wrote: Off hand, I can't remember the exact name, but I think that there is a special rc filename that is executed even when it isn't a login shell. [...] Yes, I think so too, and I don't remember it offhand either, but "man bash" (w

Re: How to get cygwin command line to know where it is

2006-05-23 Thread A.J.Mechelynck
Eric Arnold wrote: Off hand, I can't remember the exact name, but I think that there is a special rc filename that is executed even when it isn't a login shell. [...] Yes, I think so too, and I don't remember it offhand either, but "man bash" (which is quite long for a manpage) will tell y

Re: How to get cygwin command line to know where it is

2006-05-23 Thread Eric Arnold
on, so as a result it's missing my changes > to the path, aliases, etc. > > Hmm... > > -Original Message- > From: Gary Johnson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 23, 2006 3:14 PM > To: vim@vim.org > Subject: Re: How to get cygwin command line t

Re: How to get cygwin command line to know where it is

2006-05-23 Thread Eric Arnold
vim.org Subject: Re: How to get cygwin command line to know where it is On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote: > I'm using VIM on windows with cygwin. In my _vimrc I've got the > following > > " automatically swithc directories > set aut

RE: How to get cygwin command line to know where it is

2006-05-23 Thread Furash Gary
m: Gary Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 3:14 PM To: vim@vim.org Subject: Re: How to get cygwin command line to know where it is On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote: > I'm using VIM on windows with cygwin. In my _vimrc I've got the >

RE: How to get cygwin command line to know where it is

2006-05-23 Thread Furash Gary
PM To: vim@vim.org Subject: Re: How to get cygwin command line to know where it is On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote: > I'm using VIM on windows with cygwin. In my _vimrc I've got the > following > > " automatically swithc directories

Re: How to get cygwin command line to know where it is

2006-05-23 Thread A.J.Mechelynck
Gary Johnson wrote: On 2006-05-24, "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote: Furash Gary wrote: I'm using VIM on windows with cygwin. In my _vimrc I've got the following " automatically swithc directories set autochdir " For cygwin shell set shell=C:/cygwin/bin/bash

Re: How to get cygwin command line to know where it is

2006-05-23 Thread Gary Johnson
On 2006-05-24, "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote: > Furash Gary wrote: > > I'm using VIM on windows with cygwin. In my _vimrc I've got the > > following > > > > " automatically swithc directories > > set autochdir > > > > " For cygwin shell > > set shell=C:/cygwin/bin/bas

Re: How to get cygwin command line to know where it is

2006-05-23 Thread A.J.Mechelynck
Furash Gary wrote: I'm using VIM on windows with cygwin. In my _vimrc I've got the following " automatically swithc directories set autochdir " For cygwin shell set shell=C:/cygwin/bin/bash set shellcmdflag=--login\ -c set shellxquote=\" When I try to use cygwin stuff with

Re: How to get cygwin command line to know where it is

2006-05-23 Thread Eric Arnold
This is partly due to the use of --login , which causes it to act as if it's a fresh login shell, so of course, it goes to your home directory. Try it with just -c . Without setting that, zsh and bash seem to honor $PWD, probably, which I suspect is exported by Vim.. I'm having trouble ge

Re: How to get cygwin command line to know where it is

2006-05-23 Thread Gary Johnson
On 2006-05-23, Furash Gary <[EMAIL PROTECTED]> wrote: > I'm using VIM on windows with cygwin. In my _vimrc I've got the > following > > " automatically swithc directories > set autochdir > > " For cygwin shell > set shell=C:/cygwin/bin/bash > set shellcmdflag=--lo

How to get cygwin command line to know where it is

2006-05-23 Thread Furash Gary
I'm using VIM on windows with cygwin. In my _vimrc I've got the following " automatically swithc directories set autochdir " For cygwin shell set shell=C:/cygwin/bin/bash set shellcmdflag=--login\ -c set shellxquote=\" When I try to use cygwin