[Bash-completion-devel] [bash-completion-Bugs][312101] cd doesn't complete when both a'b c/ and a'b.c/ exist

2009-11-22 Thread bash-completion-bugs
Bugs item #312101, was opened at 2009-11-22 23:26 by Ville Skyttä You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=312101group_id=100114 Status: Open Priority: 3 Submitted By: Ville Skyttä (scop-guest) Assigned to: Nobody (None) Summary: cd doesn't

[Bash-completion-devel] [bash-completion-Bugs][312102] Incorrect completion when quoting last component of path

2009-11-22 Thread bash-completion-bugs
Bugs item #312102, was opened at 2009-11-22 23:31 by Ville Skyttä You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=312102group_id=100114 Status: Open Priority: 3 Submitted By: Ville Skyttä (scop-guest) Assigned to: Nobody (None) Summary: Incorrect

[Bash-completion-devel] [bash-completion-Bugs][312103] Completion doesn't work correctly with quoted names

2009-11-22 Thread bash-completion-bugs
Bugs item #312103, was opened at 2009-11-22 23:34 by Ville Skyttä You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=312103group_id=100114 Status: Open Priority: 3 Submitted By: Ville Skyttä (scop-guest) Assigned to: Nobody (None) Summary: Completion

Re: [Bash-completion-devel] finger test suite failure

2009-11-22 Thread Freddy Vulto
On 091121 10:18, Freddy Vulto wrote: However, next issue is that the `finger' test is using the first host which now happenes to be `::1' and is causing troubles. ... But other tests (e.g. ssh) are now failing as well, so we'd better fix this for real? Assuming this should happen:

Re: [Bash-completion-devel] finger test suite failure

2009-11-22 Thread Ville Skyttä
On Sunday 22 November 2009, Freddy Vulto wrote: On 091121 10:18, Freddy Vulto wrote: However, next issue is that the `finger' test is using the first host which now happenes to be `::1' and is causing troubles. ... But other tests (e.g. ssh) are now failing as well, so we'd better fix

[Bash-completion-devel] [bash-completion-Bugs][312104] xhost test suite failures

2009-11-22 Thread bash-completion-bugs
Bugs item #312104, was opened at 2009-11-23 00:12 by Ville Skyttä You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=312104group_id=100114 Status: Open Priority: 3 Submitted By: Ville Skyttä (scop-guest) Assigned to: Nobody (None) Summary: xhost test

[Bash-completion-devel] RFC: function to check if an array contains something

2009-11-22 Thread Ville Skyttä
Hello, Quite a few completions would and do benefit from checking if some argument was already given, not only checking if it was the previous one. I think this is tedious enough to warrant a helper function for it, assuming I didn't miss a nice way to do it in bash. So, how about the