From: snowball3 AT bigfoot DOT com (Mark E.) To: djgpp AT delorie DOT com Subject: Re: Bash 2.03 beta update Date: Thu, 01 Jul 1999 17:10:32 GMT Organization: Snowball's Web Message-ID: <377c9fd6.2431417@smtp1.ibm.net> References: In-Reply-To: X-Mailer: Forte Agent 1.5/32.452 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id NAA31124 Reply-To: djgpp AT delorie DOT com On Thu, 1 Jul 1999 19:22:23 +0300 (IDT), you wrote: >I found today that file-name completion doesn't grok drive letters. To >reproduce, type something like "ls c:/" and then press TAB (several >times). What you will see will probably surprise you. Turns out to be a Bash/Readline problem. Bash sets a variable for completion word break characters which just happens to include ':'. So the filename completion function just sees '/' which could indeed give you a unwanted suprise. Mark -- Mark E.: snowball3 AT bigfoot DOT com http://snowball.frogspace.net/