-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
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
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
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
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
-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