From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 9 May 2001 23:54:59 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.04 beta 1 now available Message-ID: <3AF9D8D3.6219.35A724@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Hello Rich, > Hmmm, this appears to have broken tab-completion of drive-qualified paths. For > example, the following work: > > /djgpp > /dev/c/djgpp > > but these doesn't: > > c:/ > c:/djg > > For some reason in the latter cases give me a list of all the > executables found in the path, as if bash "thinks" it's completing a path > name. I tried your example, and I didn't experience the behavior you described. When I do 'c:/djg' I get 'c:/djgpp'. Mark