http://www.mail-archive.com/bug-b...@gnu.org/msg05980.html reads:

> Jérôme REYBERT wrote:
> > I bind the "menu-complete" command to <TAB> key with the following line
> > in my .bashrc:
> > bind '"\t"':menu-complete
> >
> > menu-complete is a bash command. It allows to bash to display in a
> > different way completions. Instead of display a list of completion,
> > possible completions rolls on your current line. I am pretty sure that
> > the problem comes from bash, not bash-completion. Setting bash to
> > verbose, auto_completion commands seem the same with "complete"
> > (standard completion) and "menu-complete".
> >
> > menu-complete is not able to complete file names. However, it can
> > complete directories names. Here to reproduce:
> > $ mkdir bar1 bar2
> > $ touch foo1 foo2
> > $ ls ba<TAB>
> > $ ls bar1/      # OK
> > $ ls fo<TAB>    # nothing append
>
> Thanks for the report.  This has already been fixed for bash-4.1.
>
> Chet

Any chance we can get an update to bash-4.1?



On Wed, Sep 23, 2009 at 9:41 AM, Sergey Shepelev <temo...@gmail.com> wrote:
> I confirm the same problem.
>
> Though,
>
>    complete -r
>
> fixes filenames completion, it breaks everything other.
>
> --
> [karmic] [regression] menu-complete in bash no longer completes filenames.
> https://bugs.launchpad.net/bugs/418962
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
[karmic] [regression] menu-complete in bash no longer completes filenames.
https://bugs.launchpad.net/bugs/418962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to