From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10056 invoked from network); 15 Sep 2005 02:00:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 15 Sep 2005 02:00:01 -0000 Received: (qmail 23421 invoked from network); 15 Sep 2005 01:59:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 15 Sep 2005 01:59:54 -0000 Received: (qmail 8269 invoked by alias); 15 Sep 2005 01:59:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9418 Received: (qmail 8259 invoked from network); 15 Sep 2005 01:59:45 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 15 Sep 2005 01:59:45 -0000 Received: (qmail 22297 invoked from network); 15 Sep 2005 01:59:45 -0000 Received: from smtp-out-0101.amazon.com (207.171.180.182) by a.mx.sunsite.dk with SMTP; 15 Sep 2005 01:59:41 -0000 X-Amazon-Corporate-Relay: smtp-out-0101.sea3.amazon.com X-AMAZON-TRACK: Received: from smtp-in-2001.iad2.amazon.com by smtp-out-0101.amazon.com with ESMTP (peer crosscheck: smtp-in-2001.iad2.amazon.com) Received: from ex-mail-sea-02.ant.amazon.com (ex-mail-sea-02.sea3.amazon.com [172.20.6.100]) by smtp-in-2001.iad2.amazon.com (8.12.10/8.12.10) with ESMTP id j8F1xdsR031420 for ; Thu, 15 Sep 2005 01:59:39 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Context-sensitive completion args? Date: Wed, 14 Sep 2005 18:59:38 -0700 Message-ID: <1D7B5D8FB046374991CF568E259E6D5F04E860E0@ex-mail-sea-02.ant.amazon.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Context-sensitive completion args? Thread-Index: AcW5mSEUie2LV5/5SmenOyUMBDVgPQ== From: "Lusk, Andrew" To: X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 I'd like to be able to complete one argument, with access to the = completed value of another argument. Like so: foocmd --arg1=3Da --arg2=3D and in the completion code for arg2, have access to the value of arg1 = (a). Is this possible? Thanks, Andrew