Re: Bash completion in Cygwin

2005-08-14 Thread Gary Fritz
> Why not just add a mount for C: as /c? > > That's what I did, so now I can move around with ease, with the same > number of characters to have to type as c: Hm, yes that is a nice alternate solution. Thanks for the idea! ___ Bug-bash mailing list B

Re: Bash completion in Cygwin

2005-08-12 Thread J. David Boyd
Gary Fritz <[EMAIL PROTECTED]> writes: > In > http://groups- > beta.google.com/group/gnu.bash.bug/browse_thread/thread/e0dc6716afe8162d/df > a06fd85db708e1 > a bug was reported that prevented TAB completion from working properly in > Cygwin when the "c:/" synonym for "/cygdrive/c" was used. Beca

Re: Bash completion in Cygwin

2005-08-12 Thread Gary Fritz
Chet Ramey <[EMAIL PROTECTED]> wrote: > The fix, available in the current release of bash, is to modify the > contents of the COMP_WORDBREAKS variable to remove the `:'. Outstanding!! Exactly what I needed. Thanks! Gary ___ Bug-bash mailing list Bug

Re: Bash completion in Cygwin

2005-08-12 Thread Chet Ramey
Gary Fritz wrote: > In > http://groups- > beta.google.com/group/gnu.bash.bug/browse_thread/thread/e0dc6716afe8162d/df > a06fd85db708e1 > a bug was reported that prevented TAB completion from working properly in > Cygwin when the "c:/" synonym for "/cygdrive/c" was used. Because ":" is > consider