Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion bug with mplayer -ss parameter.
- X-seq: zsh-workers 27728
- From: Jonathan Beckman <krunaldo@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Completion bug with mplayer -ss parameter.
- Date: Sun, 21 Feb 2010 00:22:07 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:received:date:message-id:subject         :from:to:content-type;        bh=XmMWGPWx263KeiquSb/jTG7w5jdjl4ehb54vJ/b7xoI=;        b=Ug94djdbfL54k8mKzYSUu+HFuVsQ9Ke8gTJvli7a+GZV/Z0ZwLP4vG5Vln4KAcjPgW         G7KIURfPv6VRh/AbLqiYTEe3IDDLyAsGInpO5spRslojUZIBbp16qoHrCuRwMYem4G2w         oflAR7x2qz4vE6O5hoMMYwhedqcWKWPyWBy/E=
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:date:message-id:subject:from:to:content-type;        b=wbOIwvxvgJ1CssGZW9qP1OSJQwm5egjETJe8EOLK54eqDOmaCwu154aGpaGxT9vJlL         VX5Nqyz8eERa/jYwsdx/mHXXU4/ceyXJmR+VZ+xmbYyyk3RWKj1Yf9KnRZjdRZavDm19         T9D4T/MOQip9ZNCugYZPyKOhysPAZZ2fS9h4E=
- 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
mplayer -ss _arguments:448: command not found: mm
Is the output when trying to use it, this is due to improper escaping
in _mplayer completion file
Diff with appropiate escaping, please note that : is now escaped.
-  '-ss[seek to given time position]:position (hh:mm\[:ss\])' \
+  '-ss[seek to given time position]:position (hh\:mm\[\:ss\])' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author