From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16859 invoked by alias); 20 Feb 2010 23:22:23 -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: 27728 Received: (qmail 3804 invoked from network); 20 Feb 2010 23:22:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VERIFIED autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.212 as permitted sender) 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= MIME-Version: 1.0 Date: Sun, 21 Feb 2010 00:22:07 +0100 Message-ID: <46a55aa71002201522ne632622l38e84fd0ef57c1c4@mail.gmail.com> Subject: Completion bug with mplayer -ss parameter. From: Jonathan Beckman To: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 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\])' \