Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compctl -l with non-empty argument.
- X-seq: zsh-workers 6645
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: compctl -l with non-empty argument.
- Date: 16 Jun 1999 01:45:40 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Z(2):akr@is27e1u11% zsh-3.1.5-pws-22 -f
is27e1u11% compctl -k '(a b c)' aaa
is27e1u11% compctl -l aaa bbb
is27e1u11% compctl -L
compctl -k '(a b c)' aaa
compctl -l aaa bbb
compctl -C -c -tn
compctl -D -f -tn
compctl -T
is27e1u11% bbb <TAB><TAB>
After first <TAB>, I get completion candidates "a", "b" and "c"
successfully. But after second <TAB>, I get no completion instead of
"a" generating by automenu.
After above operation, compctl -L print follows.
is27e1u11% compctl -L
compctl -k '(a b c)' aaa
compctl -l bbb bbb
compctl -C -c -tn
compctl -D -f -tn
compctl -T
Hmm. Argument for -l is replaced...
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author