Re: Tab completion list takes enormously long time to generate from empty string

2003-01-19 Thread Max Bowsher
Magnus Holmgren wrote: > But Cygwin setup doesn't have to open and read thousands of files. > And it's not using cygwin1.dll. The Cygwin layer seems to slow down > things considerably. Yes, stat is known to be an expensive operation. > I was able to strip down my $PATH a bit (removing KDE for

RE: Tab completion list takes enormously long time to generate from empty string

2003-01-19 Thread Magnus Holmgren
> > Mangus, > > At 16:12 2003-01-13, Magnus Holmgren wrote: > > > -Original Message- > > > From: Magnus Holmgren [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, January 13, 2003 7:51 PM > > > To: [EMAIL PROTECTED] > > > Subject: T

Re: Tab completion list takes enormously long time to generate from empty string

2003-01-14 Thread Corinna Vinschen
On Mon, Jan 13, 2003 at 04:28:00PM -0800, Randall R Schulz wrote: > It's too bad so many DLLs are produced in this list. Must they have execute > bits set to be loaded? Yes, unfortunately. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

RE: Tab completion list takes enormously long time to generate from empty string

2003-01-13 Thread Jeremy Hetzler
At 01:12 AM 1/14/2003 +0100, Magnus Holmgren wrote: A second option might even be to disallow tab completion of commands without entering a prefix. /Magnus "shopt -s no_empty_cmd_completion" will do exactly that. Jeremy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

RE: Tab completion list takes enormously long time to generate from empty string

2003-01-13 Thread Randall R Schulz
Mangus, At 16:12 2003-01-13, Magnus Holmgren wrote: > -Original Message- > From: Magnus Holmgren [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 7:51 PM > To: [EMAIL PROTECTED] > Subject: Tab completion list takes enormously long time to generate fr

RE: Tab completion list takes enormously long time to generate from empty string

2003-01-13 Thread [EMAIL PROTECTED]
generate from empty string > -Original Message- > From: Magnus Holmgren [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 7:51 PM > To: [EMAIL PROTECTED] > Subject: Tab completion list takes enormously long time to generate from > empty string > >

RE: Tab completion list takes enormously long time to generate from empty string

2003-01-13 Thread Magnus Holmgren
> -Original Message- > From: Magnus Holmgren [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 7:51 PM > To: [EMAIL PROTECTED] > Subject: Tab completion list takes enormously long time to generate from > empty string > > > Greetings. > > When I

Tab completion list takes enormously long time to generate from empty string

2003-01-13 Thread Magnus Holmgren
Greetings. When I press tab in bash without having typed anything at all (which is somewhat abusive but it easily happens), bash works for 15 minutes, going through $PATH looking for executables (and in the end producing nothing) on a 2x450 MHz PIII. Is that normal? My $PATH contains the usual