From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16477 invoked from network); 11 Feb 2009 19:10:51 -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 news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Feb 2009 19:10:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 70972 invoked from network); 11 Feb 2009 19:10:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Feb 2009 19:10:45 -0000 Received: (qmail 26509 invoked by alias); 11 Feb 2009 19:10:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26554 Received: (qmail 26492 invoked from network); 11 Feb 2009 19:10:39 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 11 Feb 2009 19:10:39 -0000 Received: from lorien.comfychair.org (lorien.comfychair.org [64.81.241.43]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 9C0C680271F0 for ; Wed, 11 Feb 2009 20:10:35 +0100 (CET) Received: from lorien.comfychair.org (lorien [127.0.0.1]) by lorien.comfychair.org (8.14.3+Sun/8.14.3) with ESMTP id n1BJAZuG024150; Wed, 11 Feb 2009 11:10:35 -0800 (PST) Received: (from duvall@localhost) by lorien.comfychair.org (8.14.3+Sun/8.14.3/Submit) id n1BJAYEp024149; Wed, 11 Feb 2009 11:10:34 -0800 (PST) Date: Wed, 11 Feb 2009 11:10:34 -0800 From: Danek Duvall To: Andrey Borzenkov Cc: zsh-workers@sunsite.dk Subject: Re: [] Re: completion based on context earlier in the line Message-ID: <20090211191034.GB20929@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Andrey Borzenkov , zsh-workers@sunsite.dk References: <20090211182808.GA20929@lorien.comfychair.org> <200902112139.52429.arvidjaar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902112139.52429.arvidjaar@gmail.com> User-Agent: Mutt/1.5.19 (2009-01-27) X-Virus-Scanned: ClamAV 0.92.1/8980/Wed Feb 11 17:40:45 2009 on bifrost X-Virus-Status: Clean On Wed, Feb 11, 2009 at 09:39:50PM +0300, Andrey Borzenkov wrote: > You probably could use opt_args array: Indeed. I'd tried that earlier, but thought I wasn't using it right, since it was empty. Turns out I was doing print ${(kv)opt_args} which, with "-s sendmail" just put "sendmail" into the history a whole lot, and didn't display anything. Oops. Thanks, Danek