[Bash-completion-devel] Bug#463969: bash-completion: The bug seems to still present in 20080617.5

David Paleino d.paleino at gmail.com
Wed Jun 25 06:59:39 UTC 2008


On Wed, 25 Jun 2008 14:45:10 +0900, Morita Sho wrote:

> Package: bash-completion
> Version: 20080617.5
> Followup-For: Bug #463969
> 
> Hi,

Hello,
 
> I'm interesting this bug because I have the same problem.
> The bug has been marked as fixed in version 20080617.1,
> but it seems to still present.
> 
> $ mkdir foobar
> $ ls
> foobar
> $ gdb foob[TAB]
>   => does not complete "foobar"

This seemed to be intended:

complete -F _gdb $filenames gdb

Changing it to:

complete -F _gdb $default gdb

Seems to solve it.
I've committed the change to our repository, but I'm not sure when the new
version will be released.

Kindly,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/bash-completion-devel/attachments/20080625/3d9e8c47/attachment-0001.pgp 


More information about the Bash-completion-devel mailing list