From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26323 invoked by alias); 12 Nov 2009 17:53:41 -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: 27395 Received: (qmail 12049 invoked from network); 12 Nov 2009 17:53:38 -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=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: none (ns1.primenet.com.au: domain at klanderman.net does not designate permitted sender hosts) From: Greg Klanderman To: zsh-workers@zsh.org Subject: Re: minor niggle with svn completion of sub-commands Reply-To: gak@klanderman.net Date: Thu, 12 Nov 2009 12:53:35 -0500 In-Reply-To: (Greg Klanderman's message of "Mon, 09 Nov 2009 16:46:27 -0500") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.17 (linux) References: <19192.17676.966894.118536@gargle.gargle.HOWL> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> On November 9, 2009 Greg Klanderman wrote: > From reading the documentation on _arguments, I would think the > '1: :->cmds' spec would match, since we are in fact completing > the first argument, even though there are subsequent arguments. Would anyone mind taking a quick look and validating for me whether you agree that it looks like _arguments is doing the wrong thing here before I dive into trying to debug that? thanks, Greg