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

Re: zsh-4.06 solaris completion and permission denied



On Sep 27,  3:58pm, Timothy Babin wrote:
} 
} I just downloaded, compiled, and installed zsh-4.06 but keep getting 
} permission denied errors when attempting to use completion. 

The first question is, are you completing with the newer compsys completion
(installed with `compinit' from your startup files) or the older compctl
completion (which is still the default)?

If the former, have you tried using ctrl-x question-mark, the binding for
_complete_debug, to see where the error is occurring?

Does it matter WHAT you're completing?  Files?  Directories?  Option names
for `setopt'?  Variable names?

The more information you provide, the more likely it is somebody will be
able to recognize the problem.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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