Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion and aliases
- X-seq: zsh-users 2878
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: completion and aliases
- Date: Thu, 13 Jan 2000 16:37:24 +0100 (MET)
- In-reply-to: blackie@xxxxxxx's message of 13 Jan 2000 16:32:35 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Jesper K. Pedersen wrote:
> Is it not possible to make a completion for an alias? If yes, must I do
> something special, if no, why not?
Aliases are expanded by the lexing code so that the completion
normally doesn't see them. You can make the completion (both
compctl and the new system) work on names of aliases by setting the
COMPLETE_ALIASES option.
Hope that's what you meant.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author