Re: [Bash-completion-devel] wget completion

2009-04-14 Thread David Paleino
On Tue, 14 Apr 2009 09:31:55 +0200, David Paleino wrote: On Tue, 14 Apr 2009 00:19:21 +0200, gibbo...@gmail.com wrote: A small 'up' as I spent again some hours to get rid of these ':' completion problem [..] Maybe the 'scp' completion author would have an advice ? [..] Did you try

Re: [Bash-completion-devel] [SCM] bash-completion branch, master, updated. 95cd673b5cbd5658cbf56a56a4113722aab92177

2009-04-14 Thread David Paleino
On Tue, 14 Apr 2009 18:24:23 +, Ville Skyttä wrote: @@ -884,8 +885,14 @@ _mount() | grep ^$cur ) ) else # probably Linux - COMPREPLY=( $( awk '! /^[ \t]*#/ {if ($2 ~ /\//) print $2}' \ + if [ $prev = -L ]; then

Re: [Bash-completion-devel] mount label|uuid

2009-04-14 Thread Ville Skyttä
On Tuesday 14 April 2009, gibbo...@gmail.com wrote: On Tue, Apr 14, 2009 at 05:27:49PM +0300, Ville Skyttä wrote: Also, the leading /UUID/ seems to me as superfluous, i.e. why 'sed -ne /UUID/s/^UUID=.../p' instead of simply 'sed -ne s/UUID=.../p' ? (Ditto for LABEL.) I always believed it

[Bash-completion-devel] Style guide (was: Re: [SCM] bash-completion branch, master, updated. 95cd673b5cbd5658cbf56a56a4113722aab92177)

2009-04-14 Thread Ville Skyttä
On Tuesday 14 April 2009, David Paleino wrote: On Tue, 14 Apr 2009 18:24:23 +, Ville Skyttä wrote: @@ -884,8 +885,14 @@ _mount() | grep ^$cur ) ) else # probably Linux - COMPREPLY=( $( awk '! /^[ \t]*#/ {if ($2 ~ /\//)

[Bash-completion-devel] Processed: tagging 522656

2009-04-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 522656 upstream fixed-upstream Bug#522656: bash-completion: evince supports compressed dvi files Tags were: patch Tags added: upstream, fixed-upstream End of message, stopping processing here. Please contact me if you need assistance.

Re: [Bash-completion-devel] RFC: Better long option with argument completion

2009-04-14 Thread Ville Skyttä
On Monday 13 April 2009, Ville Skyttä wrote: On Monday 13 April 2009, David Paleino wrote: As soon as you'll commit the patch (if there are no other objections), I'll start fixing completions too. :) Ok, will wait until tomorrow to see if there are other opinions. Committed, will proceed