From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21854 invoked from network); 11 Jan 2004 15:37:53 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 11 Jan 2004 15:37:53 -0000 Received: (qmail 5879 invoked by alias); 11 Jan 2004 15:37:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6988 Received: (qmail 5866 invoked from network); 11 Jan 2004 15:37:33 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 11 Jan 2004 15:37:33 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [213.201.175.88] by sunsite.dk (MessageWall 1.0.8) with SMTP; 11 Jan 2004 15:37:33 -0000 Received: from localhost (pepper [127.0.0.1]) by pepper.fruitcom.com (Postfix) with ESMTP id 8EC6369F87; Sun, 11 Jan 2004 16:37:32 +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 06198-02-2; Sun, 11 Jan 2004 16:37:29 +0100 (CET) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id 48FE869E84; Sun, 11 Jan 2004 16:37:29 +0100 (CET) Date: Sun, 11 Jan 2004 16:37:29 +0100 From: Eric Smith To: Zsh Users Subject: How do I complete from words in a file? (again) Message-ID: <20040111153729.GC4628@fruitcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian os) For example I have keys in the form "_what_ever_" in certain files and want to type on the command line: _wh and this should give me all the words commencing with `_wh' in the specified files. This completion could occur anywhere on the command line. FWIW I am using compsys. Thanks for any help! -- Eric Smith zsh devotee