Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can someone help me convert compctl to zstyle, please.
- X-seq: zsh-users 4651
- From: Rik <rik@xxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: Can someone help me convert compctl to zstyle, please.
- Date: Tue, 5 Feb 2002 15:12:48 +0000
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20020205112619.20191.qmail@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020205103802.GA3602@xxxxxxxxxxxxx> <20020205112619.20191.qmail@xxxxxxxxxxxxxxxxxxxxxx>
On Tue, Feb 05, 2002 at 11:26:19AM +0000, Oliver Kiddle wrote:
> Ignore the _sysctl example I gave you and try something simpler like:
> _f() { compadd one two three } ; compdef _f f
> If that works, then you're not missing anything fundamental.
Aha. Completing from a list now understood. I bet the rest of it falls
into place now.
> It's an area of the new completion system that needs some reworking.
<nod> I've just used the arbitrary list completion, rather than the _ssh
function provided. I have the old behaviour back now, and I am happy.
Many thanks, Oliver
To the list:
There's one thing last thing I've just noticed. I was using ~/.zprofile
under 4.0.2. I upgraded to 4.0.4 and it decided to ignore ~/.zprofile.
Is there a reason for this? If it's compile specific, then additional
information is that I've just used a default install from FreeBSD ports.
rik
--
PGP Key: D2729A3F - Keyserver: wwwkeys.uk.pgp.net - rich at rdrose dot org
Key fingerprint = 5EB1 4C63 9FAD D87B 854C 3DED 1408 ED77 D272 9A3F
Public key also encoded with outguess on http://rikrose.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author