Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: other things i miss in zsh ...



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