From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13503 invoked from network); 1 Apr 2001 00:59:47 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Apr 2001 00:59:47 -0000 Received: (qmail 29727 invoked by alias); 1 Apr 2001 00:59:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13861 Received: (qmail 29716 invoked from network); 1 Apr 2001 00:59:40 -0000 To: zsh-workers@sunsite.auc.dk Subject: apm completion From: Chmouel Boudjnah Date: 01 Apr 2001 03:58:36 +0200 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.95 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Completion for apm command (linux only) --- /dev/null Thu Mar 8 11:12:32 2001 +++ Completion/Linux/_apm Sun Apr 1 03:58:02 2001 @@ -0,0 +1,17 @@ +#compdef apm +_arguments -C -s \ + '(--version)-V[print the apm program and exit immediately]' \ + '(-V)--version[print the apm program and exit immediately]' \ + '(--verbose)-v[print information about APM BIOS and Linux APM driver version]' \ + '(-v)--verbose[print information about APM BIOS and Linux APM driver version]' \ + '(--minutes)-m[print total minutes remaining instead of using an hh:mm format]' \ + '(-m)--minutes[print total minutes remaining instead of using an hh:mm format]' \ + '(--suspend)-s[put the machine into suspend mode if possible]' \ + '(-s)--suspend[put the machine into suspend mode if possible]' \ + '(--stanbdby)-S[put the machine into standby mode if possible]' \ + '(-S)--standby[put the machine into standby mode if possible]' \ + '(--noignore)-n[tell the system not to ignore system-generated APM message]' \ + '(-n)--noignore[tell the system not to ignore system-generated APM message]' \ + '(--ignore)-i[tell the system to ignore system-generated APM message]' \ + '(-i)--ignore[tell the system to ignore system-generated APM message]' + -- MandrakeSoft Inc http://www.chmouel.org --Chmouel