From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21522 invoked from network); 5 Jan 2004 08:24:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Jan 2004 08:24:15 -0000 Received: (qmail 17354 invoked by alias); 5 Jan 2004 08:23:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6975 Received: (qmail 17297 invoked from network); 5 Jan 2004 08:23:59 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 5 Jan 2004 08:23:59 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [213.201.175.88] by sunsite.dk (MessageWall 1.0.8) with SMTP; 5 Jan 2004 8:23:58 -0000 Received: from localhost (pepper [127.0.0.1]) by pepper.fruitcom.com (Postfix) with ESMTP id 24BA969FEC; Mon, 5 Jan 2004 09:23:58 +0100 (CET) Received: from pepper.fruitcom.com ([127.0.0.1]) by localhost (pepper [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01771-05; Mon, 5 Jan 2004 09:23:45 +0100 (CET) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id D416F69F43; Mon, 5 Jan 2004 09:23:45 +0100 (CET) Date: Mon, 5 Jan 2004 09:23:45 +0100 From: Eric Smith To: zsh-users@sunsite.dk Subject: Re: How do I complete from words in a file? Message-ID: <20040105082345.GC27407@fruitcom.com> References: <20040104220708.GB27407@fruitcom.com> <1040105062012.ZM32463@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040105062012.ZM32463@candle.brasslantern.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian os) Thanks Bart Bart Schaefer said: > On Jan 4, 11:07pm, Eric Smith wrote: > } > } For example I have keys in the form > } "_what_ever_" in certain files and want to type > } on the command line: > } _wh > > *Where* on the command line? As the command name? As an argument of a > particular command? And, are you using compctl or compsys (compinit)? It would be as an argument to particular commands. I am using compsys. -- Eric Smith