From: "Tim Van Holder" To: Subject: RE: Bash 2.04 beta 1 now available Date: Thu, 10 May 2001 19:14:06 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <3AF9D8D3.6219.35A724@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I tried your example, and I didn't experience the behavior you described. > When I do 'c:/djg' I get 'c:/djgpp'. Same here (well, for me it's e:/djgpp, but you get the idea). I did notice another problem though. If I type c:/Progra, I get c:/Program Files/, which can no longer be completed (due to the space). IIRC, bash on Linux adds a \ before spaces in completion, fixing this, but in the DJGPP port of bash adding a \ or surrounding in quotes does not help (both are dropped when TAB is next pressed). It only seems to happen with directories containing a drivespec; files and directories without drivespec get a \ upon completion.