bug-bash
[Top][All Lists]
Advanced

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

Re: menu-complete command fails to complete file names


From: Chet Ramey
Subject: Re: menu-complete command fails to complete file names
Date: Mon, 10 Aug 2009 15:26:27 -0400
User-agent: Thunderbird 2.0.0.22 (Macintosh/20090605)

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

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

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