From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19852 invoked by alias); 30 Jan 2012 23:02:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30167 Received: (qmail 19651 invoked from network); 30 Jan 2012 23:02:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) Received-SPF: pass (google.com: domain of richih.mailinglist@gmail.com designates 10.216.136.194 as permitted sender) client-ip=10.216.136.194; Authentication-Results: mr.google.com; spf=pass (google.com: domain of richih.mailinglist@gmail.com designates 10.216.136.194 as permitted sender) smtp.mail=richih.mailinglist@gmail.com; dkim=pass header.i=richih.mailinglist@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=W39SxwiK3nVByK7rPLw92G0Cmcp4wsxQwfahBkSS3EY=; b=s8hiU6bpA+Cg39SOGASimVuGb6FmjUKK8LvEyJs1kmLY0Ylc/eG1+4WBUzHgZd5uPP rj8BOcQ76o+Yt7g0SzsSGSqGpPuB/iqCcguuo8n0frU1ssq32QCN/83QunMG4OTIKuFt xuppCj3qfSDhZ5dRpayta9Ekv109e+Y1+JBKo= MIME-Version: 1.0 In-Reply-To: <1327802550-4889-1-git-send-email-richih.mailinglist@gmail.com> References: <1327802550-4889-1-git-send-email-richih.mailinglist@gmail.com> From: Richard Hartmann Date: Tue, 31 Jan 2012 00:01:40 +0100 Message-ID: Subject: Re: [PATCH] Add ogv to _mplayer To: zsh-workers@zsh.org Cc: Richard Hartmann Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for applying the whitespace fix. Is there anything holding up this patch; if yes, anything I can fix? Richard On Sun, Jan 29, 2012 at 03:02, Richard Hartmann wrote: > --- > =C2=A0Completion/X/Command/_mplayer | =C2=A0 =C2=A02 +- > =C2=A01 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplaye= r > index 85c4f6d..a135154 100644 > --- a/Completion/X/Command/_mplayer > +++ b/Completion/X/Command/_mplayer > @@ -115,7 +115,7 @@ case "$state" in > =C2=A0 =C2=A0 _tags files urls > =C2=A0 =C2=A0 while _tags; do > =C2=A0 =C2=A0 =C2=A0 _requested files expl 'video file' _files -g \ > - =C2=A0 =C2=A0 =C2=A0 =C2=A0 "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4= v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)= (-.)" && ret=3D0 > + =C2=A0 =C2=A0 =C2=A0 =C2=A0 "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4= v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|vob|wav|webm|wma|= wmv)(-.)" && ret=3D0 > =C2=A0 =C2=A0 =C2=A0 if _requested urls; then > =C2=A0 =C2=A0 =C2=A0 =C2=A0 while _next_label urls expl URL; do > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 _urls "$expl[@]" && ret=3D0 > -- > 1.7.8.3 > --=20 Richard