From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12265 invoked from network); 12 Mar 2000 15:44:42 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Mar 2000 15:44:42 -0000 Received: (qmail 29394 invoked by alias); 12 Mar 2000 15:44:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10090 Received: (qmail 29387 invoked from network); 12 Mar 2000 15:44:36 -0000 Message-ID: <38CBBB59.E9A5E588@u.genie.co.uk> Date: Sun, 12 Mar 2000 15:44:25 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: command completion taking ages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit If I press tab in a position where all commands are completed, I get a very long delay. This is quite annoying even though I can interrupt it with Ctrl-C. Is there a way using the zstyle, tags and _wanted stuff that I could indicate with zstyle that I don't want to complete commands if $#PREFIX = 0. I couldn't see any styles which are passed through eval in any of _requested, _wanted, _tags etc but other than using the high-level stuff for tag ordering, I don't fully understand the tag selection stuff so I may well have missed something. Oliver