Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: other things i miss in zsh ...
- X-seq: zsh-users 13797
- From: Marc Chantreux <khatar@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: other things i miss in zsh ...
- Date: Sun, 1 Feb 2009 22:23:24 +0100
- In-reply-to: <090130084205.ZM22379@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090130085140.GC9835@xxxxxxxxxxxx> <090130084205.ZM22379@xxxxxxxxxxxxxxxxxxxxxx>
On Fri, Jan 30, 2009 at 08:42:05AM -0800, Bart Schaefer wrote:
> Please experiment with some combination of
>
> setopt no_unset
> setopt warn_create_global
i waste lot of time ignoring those options. Thanks a lot!
> Look at the ignored-patterns style. I'm not sure exactly what you mean
> by "every *private/* functions" but perhaps something like this:
i meant i created the functions
user/create
user/private/checkAccount
user/private/DoSomethingWeird
user/delete
user/modify
when i type user/<tab>, the completion must return
user/create
user/delete
user/modify
> zstyle ':completion:*:-command-:*' ignored-patterns \
> ${(M)^fpath:#*private}/*(.N:t)
i never use zstyle other than as copy/paste. I i did it again and it
failed. I'll try to play with it.
Thanks again for help
marc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author