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

Re: completion tricks



Zsh comes with a tool to convert tcsh completions to zsh compctl completions. 
It might be useful to have a tool to convert zsh compctl completions to the new
completion system.  Something like this would be useful for converting these
custom completions.

It could provide a good learning experience for how to use the new system for
folks familiar with the old (or are able to better understand the old system
that the new.)

For the timing issues, it might be useful if a completion could be stopped if a
certain time limit has been reached.  Maybe the check could occur between
completers.  So in addition to check if there were any matches, it could see if
the time limit was exceeded.

 Also, I thought there was a style to tell the completion system, if a given
filepath exists, accept it without trying to do completions on the whole
path...  Something like that might help prevent NFS from being excessively
tickled by completion.

-FR



__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



Messages sorted by: Reverse Date, Date, Thread, Author