From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10257 invoked from network); 23 Jun 2009 14:36:24 -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: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 23 Jun 2009 14:36:24 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 86786 invoked from network); 23 Jun 2009 14:27:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Jun 2009 14:27:31 -0000 Received: (qmail 10665 invoked by alias); 23 Jun 2009 14:26:55 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14201 Received: (qmail 10630 invoked from network); 23 Jun 2009 14:26:53 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 23 Jun 2009 14:26:53 -0000 Received: from pepper.fruitcom.com (pepper.fruitcom.com [194.109.117.112]) by bifrost.dotsrc.org (Postfix) with ESMTP id C5015801E289 for ; Tue, 23 Jun 2009 16:26:50 +0200 (CEST) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id 58B1B29095B; Tue, 23 Jun 2009 16:26:50 +0200 (CEST) Date: Tue, 23 Jun 2009 16:26:50 +0200 From: Eric Smith To: zsh-users@sunsite.dk Subject: invoking compadd so that completion is for the second argument Message-ID: <20090623142650.GA10573@trustfood.org> Mail-Followup-To: zsh-users@sunsite.dk References: <20090614072632.GA18736@trustfood.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090614072632.GA18736@trustfood.org> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Scanned: ClamAV 0.94.2/9497/Tue Jun 23 12:30:11 2009 on bifrost X-Virus-Status: Clean I want to set up completion rules for the second argument and not the first which appears to eb the default. How would i do this? Thanks -- - Eric Smith