Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Escape colon at mplayer -ss option
- X-seq: zsh-workers 29745
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Escape colon at mplayer -ss option
- Date: Tue, 30 Aug 2011 17:23:21 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lktw/v9VFpdayhcRGI/4DD5KV8zfwaKCeQa9ct7P64Y=; b=Mq8s/wO40SUkU2l9qAD6XJgxdOMjqOVO992ER5oonf7rs0Pn6qrXlt59wA4C9lO1rj teuBh/CAwrcEvkts9pGaL/FDKr3ka8Ud+2ulIW3PiIcEB1WQl3GYBT8tDznCHMlQ/D3J 6Zcp12he9KxnYz3pCJjcOLtanBJUEjtIlJ0RA=
- In-reply-to: <20110825045107.3CC5540CE6@reinforce.localdomain>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20110825045107.3CC5540CE6@reinforce.localdomain>
On 25 August 2011 06:42, eagletmt <eagletmt@xxxxxxxxx> wrote:
> ---
> Completion/X/Command/_mplayer | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
> index 665f44e..3cb10d0 100644
> --- a/Completion/X/Command/_mplayer
> +++ b/Completion/X/Command/_mplayer
> @@ -77,7 +77,7 @@ _x_arguments -C -s \
> '-sid[turn on DVD subtitles]:language id' \
> '-speed[set playback speed rate]:playback speed rate' \
> '-srate[specify frequency of audio playback]:frequency (Hz)' \
> - '-ss[seek to given time position]:position (hh:mm\[\:ss\])' \
> + '-ss[seek to given time position]:position (hh\:mm\[\:ss\])' \
> '-sstep[specify time between displayed frames]:time (seconds)' \
> -ssf:mode -stop_xscreensaver \
> '-stereo:mode:((0\:stereo 1\:left\ channel 2\:right\ channel))' \
rudi_s mentioned on irc that the [] shouldn't be escaped, then I
noticed they're in the wrong place too, so I'll commit this too,
- '-ss[seek to given time position]:position (hh\:mm\[\:ss\])' \
+ '-ss[seek to given time position]:position ([[hh\:]mm\:]ss[.sss])' \
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author