From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12817 invoked from network); 7 Jul 2005 12:05:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Jul 2005 12:05:01 -0000 Received: (qmail 1487 invoked from network); 7 Jul 2005 12:04:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Jul 2005 12:04:53 -0000 Received: (qmail 8434 invoked by alias); 7 Jul 2005 12:04:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9047 Received: (qmail 8424 invoked from network); 7 Jul 2005 12:04:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Jul 2005 12:04:46 -0000 Received: (qmail 541 invoked from network); 7 Jul 2005 12:04:46 -0000 Received: from mail-ihug.icp-qv1-irony1.iinet.net.au (203.59.1.195) by a.mx.sunsite.dk with SMTP; 7 Jul 2005 12:04:42 -0000 Received: from 203-217-68-216.dyn.iinet.net.au (HELO localhost.localdomain) (203.217.68.216) by mail-ihug.icp-qv1-irony1.iinet.net.au with ESMTP; 07 Jul 2005 19:57:57 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="3.93,269,1114963200"; d="scan'208"; a="15077729:sNHT15103192" Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id j67Bwd8g013877 for ; Thu, 7 Jul 2005 21:58:40 +1000 Received: (from doug@localhost) by localhost.localdomain (8.12.8/8.12.8/Submit) id j67BwcMY013875 for zsh-users@sunsite.dk; Thu, 7 Jul 2005 21:58:38 +1000 X-Authentication-Warning: localhost.localdomain: doug set sender to dougkearns@gmail.com using -f Date: Thu, 7 Jul 2005 21:58:38 +1000 From: Doug Kearns To: zsh-users@sunsite.dk Subject: Re: Adding a prefix to certain filename completions Message-ID: <20050707115838.GM1005@localhost.localdomain> Mail-Followup-To: zsh-users@sunsite.dk References: <20050704193711.GF6330@puritan.pnetwork> <20050705042324.GA21301@picard.franken.de> <20050705080946.GC5333@puritan.pnetwork> <1050706050022.ZM13972@candle.brasslantern.com> <20050706113154.GA5313@puritan.pnetwork> <20050707020210.GA5084@puritan.pnetwork> <1050707054007.ZM14965@candle.brasslantern.com> <20050707105817.GA5452@puritan.pnetwork> <5826.1120735089@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5826.1120735089@csr.com> User-Agent: Mutt/1.4i X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Thu, Jul 07, 2005 at 12:18:09PM +0100, Peter Stephenson wrote: > Nikolai Weibull wrote: > > Done. I modified the function a bit to handle files named + a bit > > better: > > I've committed _vim in this form. Ideally any changes to it from now on > ought to be diffs. Thanks. > > The question remains whether this ought to be tied to vi in some cases, > which is often vim in disguise and has a certain amount in common in other > cases. FWIW, I've got one that parses --version to offer only the appropriate options etc but it's stuck on another machine I won't have access to for a few weeks... Regards, Doug