Date: Sun, 4 Jul 1999 15:26:26 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp AT delorie DOT com Subject: Re: Bash 2.03 beta update In-Reply-To: <377c9fd6.2431417@smtp1.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 1 Jul 1999, Mark E. wrote: > Turns out to be a Bash/Readline problem. Bash sets a variable for > completion word break characters which just happens to include ':'. Probably for completion on directories typed as part of PATH and its ilk. It would seem a good idea to have the DJGPP port to use the value of $PATH_SEPARATOR in the same way, and change the value of that Readline-related variable every time the value of PATH_SEPARATOR changes.