From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2122 invoked by alias); 9 Nov 2009 16:36:44 -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: 27374 Received: (qmail 26695 invoked from network); 9 Nov 2009 16:36:31 -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) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19192.17676.966894.118536@gargle.gargle.HOWL> Date: Mon, 9 Nov 2009 11:36:28 -0500 From: Greg Klanderman To: Zsh list Subject: minor niggle with svn completion of sub-commands Reply-To: gak@klanderman.net X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid Can someone explain what's causing the completion of the svn sub-command to only work when there are no words to the right of the cursor? For example, % svn lo completes to "svn log ", but % svn lo foo gives no completions. I don't really understand _arguments too well, but it looks like the use in _subversion is attempting to complete commands in the first position.. why doesn't that always work? thanks, Greg