Re: [Bash-completion-devel] wget completion

2009-03-20 Thread gibboris
Thank you Freddy ! I put your modifications and looked at this nice _longopt(). It's far better in simplicity (even if I have the spaces appended to '=' as you warned me) - I *tried* the completion of the beginning of the host. But I can't get the -o nospace working :[ Another problem is that

[Bash-completion-devel] Bug#519238: Bug#519238: bash-completion: syntax error in /etc/bash_completion

2009-03-20 Thread David Paleino
Ciao Norbert, On Wed, 11 Mar 2009 10:47:58 +0100, Norbert Preining wrote: Package: bash-completion Version: 20080705 Severity: normal /etc/bash_completion: line 273: syntax error near unexpected token `' /etc/bash_completion: line 273: ` done ( compgen -d -- $(quote_readline $cur)

Re: [Bash-completion-devel] wget completion

2009-03-20 Thread Freddy Vulto
On Fri, Mar 20, 2009 at 1:22 PM, gibbo...@gmail.com wrote: - I *tried* the completion of the beginning of the host. But I can't get the -o nospace working :[ You have to add the `-o nospace' option after `complete' instead of `compgen'. See diff. Another problem is that after 'http',