From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27449 invoked from network); 26 Apr 2006 04:34:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Apr 2006 04:34:54 -0000 Received: (qmail 29134 invoked from network); 26 Apr 2006 04:34:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Apr 2006 04:34:49 -0000 Received: (qmail 20604 invoked by alias); 26 Apr 2006 04:34:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22433 Received: (qmail 20594 invoked from network); 26 Apr 2006 04:34:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Apr 2006 04:34:46 -0000 Received: (qmail 28846 invoked from network); 26 Apr 2006 04:34:45 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 26 Apr 2006 04:34:44 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 7B84470059; Wed, 26 Apr 2006 00:34:42 -0400 (EDT) Date: Wed, 26 Apr 2006 00:34:42 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: [ramk@cse.iitm.ernet.in: Bug#364708: zsh: Recognizing --no-status option in mpc completion] Message-ID: <20060426043442.GA18669@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 Committing this. ----- Forwarded message from "R.Ramkumar" ----- This is a trivial patch to _mpc for completing the --no-status option which was recently added to the program. Here's the patch: Content-Description: Patch to recognize --no-status option in mpc completion --- _mpc.orig 2006-04-24 21:15:33.000000000 +0530 +++ _mpc 2006-04-24 18:48:35.000000000 +0530 @@ -228,5 +228,6 @@ } _arguments \ - '--format:format string' \ + '--format[specify the format of song display]:format string' \ + '--no-status[prevent printing song status on completion]' \ '*::mpc command:_mpc_command' Regards, Ramkumar. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (101, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-beyond2 Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Versions of packages zsh depends on: ii debconf [debconf-2.0] 1.4.72 Debian configuration management sy ii libc6 2.3.6-7 GNU C Library: Shared libraries ii libncurses5 5.5-1.1 Shared libraries for terminal hand Versions of packages zsh recommends: ii libcap1 1:1.10-14 support for getting/setting POSIX. ii libpcre3 6.4-1.1 Perl 5 Compatible Regular Expressi -- no debconf information -- WARN_(accel)("msg null; should hang here to be win compatible\n"); -- WINE source code ----- End forwarded message -----