Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[ramk@xxxxxxxxxxxxxxxxx: Bug#364708: zsh: Recognizing --no-status option in mpc completion]
- X-seq: zsh-workers 22433
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [ramk@xxxxxxxxxxxxxxxxx: Bug#364708: zsh: Recognizing --no-status option in mpc completion]
- Date: Wed, 26 Apr 2006 00:34:42 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Committing this.
----- Forwarded message from "R.Ramkumar" <ramk@xxxxxxxxxxxxxxxxx> -----
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 -----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author