[Bug 546794] Re: Smarter lib* aware autocompletion?

2015-10-19 Thread Mathew Hodson
** No longer affects: apt (Ubuntu) ** Changed in: bash-completion (Ubuntu) Status: Invalid => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/546794 Title: Smarter lib* aware

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-06-02 Thread Anders Kaseorg
Josh Brown: The behavior of this patch (even with the syntax errors fixed) is not desired. That is why it was reverted. See comments #7 and #10. ** Changed in: bash-completion (Ubuntu) Status: New = Invalid -- Smarter lib* aware autocompletion? https://bugs.launchpad.net/bugs/546794

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-06-01 Thread Ubuntu QA Website
** Tags added: iso-testing -- Smarter lib* aware autocompletion? https://bugs.launchpad.net/bugs/546794 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

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-05-27 Thread Evan Dandrea
Updated fix, given Barry's offline comment that it doesn't work :) ** Patch added: 546794.patch http://launchpadlibrarian.net/49214298/546794.patch -- Smarter lib* aware autocompletion? https://bugs.launchpad.net/bugs/546794 You received this bug notification because you are a member of

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-05-27 Thread Barry Warsaw
looks good to me! -- Smarter lib* aware autocompletion? https://bugs.launchpad.net/bugs/546794 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

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package bash-completion - 1:1.1-3ubuntu3 --- bash-completion (1:1.1-3ubuntu3) maverick; urgency=low * Try searching for lib$package on apt-get completion. With this change, apt-get install clutter\t completes to apt-get install libclutter- (LP:

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/bash-completion -- Smarter lib* aware autocompletion? https://bugs.launchpad.net/bugs/546794 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

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-05-27 Thread Anders Kaseorg
Ahem. Did anybody test this patch before uploading it? It’s not even valid syntax. bash: /etc/bash_completion.d/apt: line 32: syntax error near unexpected token `;' bash: /etc/bash_completion.d/apt: line 32: `2 /dev/null ); $( apt-cache --no-generate pkgnames lib$cur \'

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-05-27 Thread Anders Kaseorg
Also, I disagree with the premise of the patch. It is wrong for apt-get install cluttTAB to complete itself to apt-get install libclutter such that I can’t undo the change by hitting backspace. If you are looking for libraries, I don’t think typing three characters “lib” is too much to ask.

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-05-27 Thread Anders Kaseorg
Please apply this debdiff to revert the previous patch. Thanks. ** Patch added: bash-completion_1.1-3ubuntu3_revert.debdiff http://launchpadlibrarian.net/49227213/bash-completion_1.1-3ubuntu3_revert.debdiff ** Summary changed: - Smarter lib* aware autocompletion? + [revert, causes errors]

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-03-25 Thread Evan Dandrea
Attached is a debdiff that implements this functionality. I'd upload it myself, but I'll defer to mvo or another Ubuntu developer on whether this is worth the delta from Debian. Ideally, apt-cache pkgnames should take multiple search arguments, to avoid having to make multiple calls to it. For

[Bug 546794] Re: Smarter lib* aware autocompletion?

2010-03-25 Thread Evan Dandrea
Err, leaving the apt task and adding a bash-completion task. ** Also affects: bash-completion (Ubuntu) Importance: Undecided Status: New -- Smarter lib* aware autocompletion? https://bugs.launchpad.net/bugs/546794 You received this bug notification because you are a member of Ubuntu