[Bash-completion-devel] Bug#647684: bash-completion: incorrect completion for dpkg --purge

2011-11-05 Thread Raphael Geissert
Package: bash-completion Severity: minor Version: 1:1.3-3 Hi, The completion of dpkg --purge doesn't seem to include non-purged but removed packages. E.g. $ dpkg -l | grep libv8 [redacted] rc libv8-3.4.14.13 ii libv8-3.4.14.21 $ dpkg --purge libv8\t[auto completed: -3.4.14.21] Package

[Bash-completion-devel] Processed: tagging 647352

2011-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 647352 + confirmed upstream fixed-upstream Bug #647352 [bash-completion] ssh completion does complete hosts after special characters Added tag(s) upstream and confirmed. thanks Stopping processing here. Please contact me if you need

[Bash-completion-devel] [bash-completion-Bugs][313158] Errors in _known_hosts_real() if spaces in $HOME

2011-11-05 Thread bash-completion-bugs
Bugs item #313158, was changed at 2011-06-07 11:25 by Igor Murzov You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=313158group_id=100114 Status: Pending Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Errors in

[Bash-completion-devel] [bash-completion-Bugs][311384] DBTS 336987: shell variables should always be a valid completion when syntactically valid

2011-11-05 Thread bash-completion-bugs
Bugs item #311384, was changed at 2009-01-30 11:21 by Igor Murzov You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=311384group_id=100114 Status: Closed Priority: 3 Submitted By: David Paleino (hanska-guest) Assigned to: Nobody (None) Summary: DBTS 336987:

[Bash-completion-devel] [bash-completion-Bugs][311395] DBTS 503691: does not complete files and directories as arguments

2011-11-05 Thread bash-completion-bugs
Bugs item #311395, was changed at 2009-01-30 11:51 by Igor Murzov You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=311395group_id=100114 Status: Open Priority: 3 Submitted By: David Paleino (hanska-guest) Assigned to: Nobody (None) Summary: DBTS 503691:

[Bash-completion-devel] [bash-completion-Bugs][311385] DBTS 427758: filenames starting with =

2011-11-05 Thread bash-completion-bugs
Bugs item #311385, was changed at 2009-01-30 11:30 by Igor Murzov You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=311385group_id=100114 Status: Open Priority: 3 Submitted By: David Paleino (hanska-guest) Assigned to: Nobody (None) Summary: DBTS 427758:

[Bash-completion-devel] Always using [[ instead of [

2011-11-05 Thread Ville Skyttä
On 11/05/2011 06:48 PM, Igor Murzov wrote: -[ -r $i ] config+=( $i ) +[ -r $i ] config+=( $i ) Related to the above, I've had the intention to suggest that we apply a policy of always using [[ instead of [. It doesn't suffer from whitespace problems like the above, is

Re: [Bash-completion-devel] [SCM] bash-completion branch, master, updated. 1.3-512-g9717124

2011-11-05 Thread Igor Murzov
On Sat, 05 Nov 2011 20:19:02 +0200 Ville Skyttä ville.sky...@iki.fi wrote: On 11/05/2011 06:48 PM, Igor Murzov wrote: The following commit has been merged in the master branch: commit 9717124ab7bad30b6d8ba02ef91850c6bb74dd63 Author: Igor Murzov e-m...@date.by Date: Sat Nov 5 20:13:05

Re: [Bash-completion-devel] [SCM] bash-completion branch, master, updated. 1.3-512-g9717124

2011-11-05 Thread Ville Skyttä
On 11/05/2011 11:50 PM, Igor Murzov wrote: How about this (diff is against prior version as this is more demonstrative)? Something along those lines looks better, thanks for looking into it. But if I read it correctly, it'll now unconditionally install service completions for everything in

Re: [Bash-completion-devel] [SCM] bash-completion branch, master, updated. 1.3-512-g9717124

2011-11-05 Thread Igor Murzov
On Sun, 06 Nov 2011 00:13:09 +0200 Ville Skyttä ville.sky...@iki.fi wrote: On 11/05/2011 11:50 PM, Igor Murzov wrote: How about this (diff is against prior version as this is more demonstrative)? Something along those lines looks better, thanks for looking into it. But if I read it