Comment 12 for bug 419509

Revision history for this message
John Lenton (chipaca) wrote : Re: [Bug 419509] Re: no tab completion on path that contains a space

On Fri, Oct 02, 2009 at 04:15:00PM -0000, Robbie Williamson wrote:
> Please update to Beta and verify this bug still exists.
>
> ** Changed in: bash-completion (Ubuntu Karmic)
> Importance: Undecided => Low
>
> ** Changed in: bash-completion (Ubuntu Karmic)
> Status: Confirmed => Incomplete
>

yes, I can confirm it's still broken.

If I start bash without the bash-completion, it works:

    $ bash --norc
    bash-4.0$ ls Ubuntu\ One/<TAB>
    060428-bagger288-garzweiler.jpg Shared With Me@
    Pics/ stats/

but if in that same shell I load in the completion,

    bash-4.0$ . /etc/bash_completion
    bash-4.0$ ls Ubuntu\ One/<TAB>

completion stops working.

 status confirmed