[Bash-completion-devel] wget(1) completion

2011-12-04 Thread Raphaël Droz
back with this one [ http://lists.alioth.debian.org/pipermail/bash-completion-devel/2009-March/001088.html ] Raph proc setup {} { save_env } proc teardown {} { assert_env_unmodified } setup assert_complete_any "wget --" sync_after_int teardown 5874087 Various enhancements f

Re: [Bash-completion-devel] wget(1) completion

2011-12-07 Thread Ville Skyttä
On 12/04/2011 08:49 PM, Raphaël Droz wrote: > back with this one > [ > http://lists.alioth.debian.org/pipermail/bash-completion-devel/2009-March/001088.html > ] Some quick comments, not actually tested: >[[ $cur =~ (unix|windows), ]] && excludes=( windows unix ) >[[ $cur =~ (low|upp)erc

Re: [Bash-completion-devel] wget(1) completion

2011-12-11 Thread Raphaël Droz
On Wed, Dec 07, 2011 at 08:43:40PM +0200, Ville Skyttä wrote: > On 12/04/2011 08:49 PM, Raphaël Droz wrote: > > back with this one > > [ > > http://lists.alioth.debian.org/pipermail/bash-completion-devel/2009-March/001088.html > > ] > > Some quick comments, not actually tested: > > >[[ $cur

Re: [Bash-completion-devel] wget(1) completion

2012-07-21 Thread Raphaël Droz
ping ? (this one being rerolled for years) On Sun, Dec 11, 2011 at 07:30:56PM +0100, Raphaël Droz wrote: > On Wed, Dec 07, 2011 at 08:43:40PM +0200, Ville Skyttä wrote: > > On 12/04/2011 08:49 PM, Raphaël Droz wrote: > > > back with this one > > > [ > > > http://lists.alioth.debian.org/pipermail

Re: [Bash-completion-devel] wget(1) completion

2012-07-21 Thread Raphaël Droz
On Sat, Jul 21, 2012 at 01:08:54PM +0200, Raphaël Droz wrote: > ping ? (this one being rerolled for years) forgot to re-attach the file: wget(1) completion # wget(1) completion-*- shell-script -*- _wget() { local cur prev words cword split _init_completion -s || return

Re: [Bash-completion-devel] wget(1) completion

2012-07-22 Thread Igor Murzov
> ping ? (this one being rerolled for years) > > forgot to re-attach the file: > wget(1) completion This completion looks good to me and I'd like to merge it in. Please fix formating (no tabs, 80-column wrapping) and prepare the patch. I know that you have a mirror of bash-completion, but it doesn

Re: [Bash-completion-devel] wget(1) completion

2012-08-28 Thread Igor Murzov
ping? > > ping ? (this one being rerolled for years) > > > > forgot to re-attach the file: > > wget(1) completion > > This completion looks good to me and I'd like to merge > it in. Please fix formating (no tabs, 80-column wrapping) > and prepare the patch. I know that you have a mirror of > bash

Re: [Bash-completion-devel] wget(1) completion

2012-09-05 Thread Raphaël Droz
On Sun, Jul 22, 2012 at 03:14:28PM +0400, Igor Murzov wrote: > This completion looks good to me and I'd like to merge > it in. Please fix formating (no tabs, 80-column wrapping) > and prepare the patch. I know that you have a mirror of > bash-completion, but it doesn't have any branch that can > be

Re: [Bash-completion-devel] wget(1) completion

2012-09-05 Thread Igor Murzov
On Wed, 5 Sep 2012 13:01:14 +0200 "Raphaël Droz" wrote: > On Sun, Jul 22, 2012 at 03:14:28PM +0400, Igor Murzov wrote: > > This completion looks good to me and I'd like to merge > > it in. Please fix formating (no tabs, 80-column wrapping) > > and prepare the patch. I know that you have a mirror