Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compsys argument-n not working
- X-seq: zsh-users 11310
- From: "Benjamin Andresen" <bandresen@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: compsys argument-n not working
- Date: Sun, 18 Mar 2007 08:03:36 +0100
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rq+AhV6XWHeJXsJNYSpT+2MlbJnaK68J09riZdUfXvO1573ZjTeZ9HXaUeaWy0V6Ujzo7CeAp3wnC5W+b2G5JbQeoyZUrDuhy8xvZ66coRcggJkSDVZA09dhxGz6+co7NRfwv7scBQBCsnVbVO3nBi6Rgi7DnxwB1QkXL/2F60U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gZUmG3DPgLV8MuSdZctF3GNIGvWLzVVJDAu39hQ+OqaH+f7bwtPbeKbnHxqTLxYrN/YE+A/tX9ISbVUhL5yORJFhVVm0PaKZa98DTASoQngTDQl+8wRg90l2eBvedvps9C2fJTmOZ9bFivqd6fx5efkimCMXP+yJkpLMY+BnKaU=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hello everyone,
I'm having a problem getting something like this to work:
Doing a fake reply if the first parameter is the one that has to be completed.
zstyle -e ':completion:*:cd:*' fake 'reply=TEST'
this works, but will complete for both arguments to cd.
zstyle -e ':completion:*:cd:*:argument-1:*' fake 'reply=TEST'
is supposed to work if I interprete the manual correctly.
(I also tried different placements of the argument-1, didn't make a difference.)
I'm running 4.2.6 because 4.3.x gives me problems which is subject to
another post. :-)
Just scream if I forgot to include some information that would be
necessary to fix this. :-)
Thanks in advance,
Benny
Messages sorted by:
Reverse Date,
Date,
Thread,
Author