Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compctl -l
- X-seq: zsh-users 6701
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: compctl -l
- Date: Wed, 15 Oct 2003 01:02:17 +0200
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
Hi all :)
I'm trying to learn now the old completion code (compctl), but
I'm clueless with option '-l'. I mean, I don't understand the
documentation for the flag, and I've assumed only two uses: with an
empty string as CMD every completion is a command completion (every
argument is considered a command itself), and with a name, the
completion for that name is used to add matches. That's all.
What is this option for? How it works with extended completion?
I know: compctl is deprecated, but the fact is that 100% of my
completion needs are fulfilled with a couple of compctl commands (I
want 'cd' to just complete dirs, rmdir just the same, etc...), and it
works damn well ;)) I've googled for information and searched the
mailing list archive with no success...
Thanks in advance.
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author