bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG][bash][auto completion] if COMPREPLY contents ":" auto completi


From: Paul Jarc
Subject: Re: [BUG][bash][auto completion] if COMPREPLY contents ":" auto completion doesn't work properly
Date: Sat, 23 Sep 2006 15:57:27 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

Vasily Tarasov <vtaras@sw.ru> wrote:
> vass@dhcp0-138 $ myfunc
> Press tab once:
> vass@dhcp0-138 $ myfunc qwe:o
> Press tab secondary:
> vass@dhcp0-138 $ myfunc qwe:qwe:o

You can work around this by removing : from $COMP_WORDBREAKS.  Ii
looks like a bug, since the : inserted by completion should probably
be backslah-escaped, but I don't know whether it would be bash or your
completion function that's responsible for adding the backslash.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]