Re: Zsh filename completion sluggishness?

2003-02-14 Thread Matt Armstrong
Peter A. Castro [EMAIL PROTECTED] writes: I've edited your output to show just the interesting things :) CDPATH='' FIGNORE='' FPATH=/usr/share/zsh/site-functions:/usr/share/zsh/4.0.6/functions PATH='.:/usr/bin:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/i/VCI/RTX SDK/bin:/i/Common

Re: Zsh filename completion sluggishness?

2003-02-14 Thread Matt Armstrong
Christopher Faylor [EMAIL PROTECTED] writes: On Fri, Feb 14, 2003 at 10:12:54AM -0700, Matt Armstrong wrote: In the Win32 world, quotes around path elements are valid. If I have: PATH=c:\foo bar cmd.exe will find executables in that dir. When I run bash or zsh, things in c:\foo bar

running programs using cygwin1.dll

2003-02-11 Thread Matt Armstrong
Is there a windows or cygwin way of telling when cygwin1.dll is no longer used by any running processes? -- matt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: running programs using cygwin1.dll

2003-02-11 Thread Matt Armstrong
Christopher Faylor [EMAIL PROTECTED] writes: On Tue, Feb 11, 2003 at 10:07:35AM -0700, Matt Armstrong wrote: Is there a windows or cygwin way of telling when cygwin1.dll is no longer used by any running processes? ps? Duh, I never realized ps only showed cygwin processes. Andrew DeFaria

Re: [ANN] Re: cyg-wrapper.sh

2002-12-16 Thread Matt Armstrong
Luc Hermitte [EMAIL PROTECTED] writes: Hello Matt, * On Tue, Dec 10, 2002 at 09:38:02AM -0700, Matt Armstrong * [EMAIL PROTECTED] wrote: Luc, you might consider adding an option to unset the PWD environment variable (or convert it to a Windows path). That's done. I haven't done any test

Re: [ANN] cyg-wrapper.sh

2002-12-10 Thread Matt Armstrong
Luc Hermitte [EMAIL PROTECTED] writes: cyg-wrapper v2.2 has been uploaded on my web site: http://hermitte.free.fr/cygwin/#Win32 http://hermitte.free.fr/cygwin/cyg-wrapper.sh cyg-wrapper is a shell script that helps to run, from cygwin, command-line applications that have been

Re: Problems with gcc 3.2.

2002-11-05 Thread Matt Armstrong
Christopher Faylor [EMAIL PROTECTED] writes: On Tue, Nov 05, 2002 at 10:11:18AM -0700, Matt Armstrong wrote: Christopher Faylor [EMAIL PROTECTED] writes: You can't send mail with attachments to this list, since some filter strips them all. Not true. For instance, see: http://cygwin.com/ml

Re: Problems with gcc 3.2.

2002-11-04 Thread Matt Armstrong
Harig, Mark A. [EMAIL PROTECTED] writes: As requested at http://cygwin.com/bugs.html: o In your description, show how to reproduce the problem, including a test case, if possible. o At least include the cygwin release number you are using, and give the operating system and its version

cvs can't parse its arguments -- known issue?

2002-11-01 Thread Matt Armstrong
I'm seeing some very odd behavior from cvs and I wonder if others are seeing it too. No matter what args I pass it, cvs tells me it is an invalid option -- even the --help-options arg. All other cygwin stuff seems to be functioning well.

Re: cvs can't parse its arguments -- known issue?

2002-11-01 Thread Matt Armstrong
John Morrison [EMAIL PROTECTED] writes: I've had this - a while ago I think. Try calling cvs with it's full path... $ /bin/cvs ... Unfortunately, no luck. :-( Randall R Schulz [EMAIL PROTECTED] writes: I cannot replicate that failure (I get a password prompt). Are you invoking it

Re: cvs can't parse its arguments -- known issue?

2002-11-01 Thread Matt Armstrong
George William Smith [EMAIL PROTECTED] writes: Check your .cvsrc, you may have some flags there that CVS doesn't support. Thanks, that was it. My .cvsrc was using DOS style end of line terminators. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: