From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11640 invoked by alias); 27 Aug 2010 08:29:53 -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: 28207 Received: (qmail 24394 invoked from network); 27 Aug 2010 08:29:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=L60LsdT4Xo0OdZzmqtaM1A00MhvDncXtvKhlPFXktcU=; b=egn1pFdokeztTK9Mey9mi2MP/R0ldT/ZNIxZD8Ozd7V/+jzrCRWFQDK7cCt5AOgkuD x+6PnyKnyJ/y1Qz9OjEdNQT7inCmoVzh7Sk1uAguN/ydHUJNmwqbcjYwM0qzu7RCIKno C1kj8K+/WBghhAH4G+E5bR2RcAeqATpiakyv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=f9GhlaexxApd5zh7//ys4IGKMdgaUW0O2kPfa9v/pJm2hOETzJUdXvs/GXAZMLxvab f9oQe7Xcbit0pBQIamUq0kBRdb9UT6sQ0rBNSoe6W88CPC5Y0DqDMoJIzHlGdCKBWbVo abcHQzAFDz0DsHNEub3Chd3G/zokUBBdxWu2Q= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <20100827002003.GA8399@pug.qqx.org> References: <1282393263-16767-1-git-send-email-aaron@schrab.com> <20100827002003.GA8399@pug.qqx.org> Date: Fri, 27 Aug 2010 10:29:45 +0200 X-Google-Sender-Auth: dVBxx9dOjkAEfCkIniXftJgtfsg Message-ID: Subject: Re: _git: Add completion for help subcommand From: Nikolai Weibull To: zsh-workers@zsh.org, Nikolai Weibull Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Aug 27, 2010 at 02:20, Aaron Schrab wrote: > At 00:16 +0200 26 Aug 2010, Nikolai Weibull wrote: >> >> On Sat, Aug 21, 2010 at 14:21, Aaron Schrab wrote: >> >> Seems fine except for this: >> >>> + =C2=A0local formats=3D'(--info -i --man -m --web -w)' >> >> Although this is sort of nice it doesn=E2=80=99t follow the style of thi= s or >> other completion files, so please write out the whole list in each >> line. > > I think that results in unnecessary duplication, but I guess the list isn= 't > big enough or likely to change often enough for that to be a major issue. Actually, why not use - '(formats)' \, explicitly making the formats mutually exclusive?