Re: --with-installed-readline breaks tilde-expansion

2005-08-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 8/12/2005 7:20 AM: > According to Eric Blake on 7/23/2005 7:14 AM: > >>>The following patch, to both readline and bash, allows readline to export >>>a hook (rather than trying to import a function, which doesn't work in >>>d

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

Bash completion in Cygwin

2005-08-12 Thread Gary Fritz
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 considered whitespace for completion for

Re: --with-installed-readline breaks tilde-expansion

2005-08-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 7/23/2005 7:14 AM: > > The following patch, to both readline and bash, allows readline to export > a hook (rather than trying to import a function, which doesn't work in > dynamic libraries for at least cygwin), so that bash