Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
command completion taking ages
- X-seq: zsh-workers 10090
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: command completion taking ages
- Date: Sun, 12 Mar 2000 15:44:25 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author