Re: Can not start UltraEdit using cygwin path

2006-10-17 Thread Luc Hermitte
On Sun, 15 Oct 2006 19:49:12 -0600, lin q wrote: > > > Interesting enough, I have similar function for gvim, > > > > > > vi () > > > { > > > gvim $@ & > > > } > > > > gvim is a Cygwin application. > I download gvim myself from vim web site and installed it, it is not > the one in cygwin pack

Re: Can not start UltraEdit using cygwin path

2006-10-16 Thread Gary Johnson
On 2006-10-16, Igor Peshansky <[EMAIL PROTECTED]> wrote: > On Sun, 15 Oct 2006, lin q wrote: > > I download gvim myself from vim web site and installed it, it is not the > > one in cygwin package. This is the reason I think the application does > > not have to be from cygwin package. > > The appl

Re: Can not start UltraEdit using cygwin path

2006-10-16 Thread Igor Peshansky
On Sun, 15 Oct 2006, lin q wrote: > > From: Brian Dessent <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] <http://cygwin.com/acronyms/#PCYMTNQREAIYR>. Thanks. > > Subject: Re: Can not start UltraEdit using cygwin path >

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Larry Hall (Cygwin)
lin q wrote: From: Brian Dessent lin q wrote: > If I run it with cygwin path like this, > > uedit /cygdrive/c/tmp/log > > UltraEdit says the path is wrong. UltraEdit is not a Cygwin application. How on earth do you expect it to understand something beginning in /cygdrive? Look into cygpa

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Andrew DeFaria
lin q wrote: From: Brian Dessent <[EMAIL PROTECTED]> Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Can not start UltraEdit using cygwin path Date: Sun, 15 Oct 2006 17:34:15 -0700 lin q wrote: > If I run it with cygwin path like this, > > uedit /cyg

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread lin q
From: Brian Dessent <[EMAIL PROTECTED]> Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Can not start UltraEdit using cygwin path Date: Sun, 15 Oct 2006 17:34:15 -0700 lin q wrote: > If I run it with cygwin path like this, > > uedit /cygdrive/c/tmp/log > >

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to lin q on 10/15/2006 6:25 PM: > Interesting enough, I have similar function for gvim, > > vi () > { >gvim $@ & I would use "$@" instead of $@, in case you pass the function arguments containing shell metacharacters. - -- Life is sho

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Brian Dessent
lin q wrote: > If I run it with cygwin path like this, > > uedit /cygdrive/c/tmp/log > > UltraEdit says the path is wrong. UltraEdit is not a Cygwin application. How on earth do you expect it to understand something beginning in /cygdrive? Look into cygpath. > Interesting enough, I hav

Can not start UltraEdit using cygwin path

2006-10-15 Thread lin q
Hi, I am using BASH on cygwin, I define the following function to start UltraEdit, uedit () { uedit32.exe $@ & } But I find that I can only give it DOS path like this, uedit c:/tmp/log If I run it with cygwin path like this, uedit /cygdrive/c/tmp/log UltraEdit says the path is wrong