Your message dated Tue, 11 Aug 2009 10:07:52 +0200
with message-id <[email protected]>
and subject line 
has caused the Debian Bug report #538013,
regarding bash: menu-complete command fails to complete file names
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
538013: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538013
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 4.0-3
Severity: normal

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


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (700, 'unstable'), (600, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash depends on:
ii  base-files                5.0.0          Debian base system miscellaneous f
ii  debianutils               3.2            Miscellaneous utilities specific t
ii  libc6                     2.9-12         GNU C Library: Shared libraries
ii  libncurses5               5.7+20090523-1 shared libraries for terminal hand

Versions of packages bash recommends:
ii  bash-completion               1:1.0-3    programmable completion for the ba

Versions of packages bash suggests:
ii  bash-doc                      4.0-3      Documentation and examples for the

-- no debconf information



--- End Message ---
--- Begin Message ---
According to Chet Ramey, current maintainer of bash project:

> This has already been fixed for bash-4.1.

So I think this bug should be automatically corrected with the next
upgrade of bash package.

Jérôme


--- End Message ---
_______________________________________________
Bash-completion-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to