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

RE: More problems - functions installed as dirs (RE: Functions moved)



>
> After cvs up and clean reconfigure in empty directory I got:
>
> bor@itsrm2% pwd
> /tools/share/zsh
> bor@itsrm2% ll 4.0.1-pre-2/functions/Completion
> total 16
> drwxr-xr-x   2 root     other       1024 Apr  2 19:42 AIX/
> drwxr-xr-x   2 root     other       1024 Apr  2 19:42 BSD/
> drwxr-xr-x   2 root     other       2048 Apr  2 19:43 Base/
> drwxr-xr-x   2 root     other         96 Apr  2 19:43 Core/
> drwxr-xr-x   2 root     other       1024 Apr  2 19:43 Debian/
> drwxr-xr-x   2 root     other         96 Apr  2 19:43 Linux/
> drwxr-xr-x   2 root     other       1024 Apr  2 19:43 Redhat/
> drwxr-xr-x   2 root     other       2048 Apr  2 19:44 Unix/
> drwxr-xr-x   2 root     other         96 Apr  2 19:42 compaudit/
> drwxr-xr-x   2 root     other         96 Apr  2 19:42 compdump/
> drwxr-xr-x   2 root     other         96 Apr  2 19:42 compinit/
> drwxr-xr-x   2 root     other         96 Apr  2 19:42 compinstall/

O.K., actually they are directories that have the smae functions inside, i.e.

bor@itsrm2% l 4.0.1-pre-2/functions/Completion/{compaudit,compdump,compinit}
4.0.1-pre-2/functions/Completion/compaudit:
compaudit

4.0.1-pre-2/functions/Completion/compdump:
compdump

4.0.1-pre-2/functions/Completion/compinit:
compinit

BUT

bor@itsrm2% zsh
compinit:1: permission denied:
/home/bor/.zcompletion:41: command not found: compdef
bor@itsrm2% echo $fpath
/home/bor/.zsh.d/completion /home/bor/.zsh.d/functions
/tools/share/zsh/site-functions
/tools/share/zsh/4.0.1-pre-2/functions/Completion
/tools/share/zsh/4.0.1-pre-2/functions/Completion/*/*
/tools/share/zsh/4.0.1-pre-2/functions/Misc
/tools/share/zsh/4.0.1-pre-2/functions/Prompts
/tools/share/zsh/4.0.1-pre-2/functions/Zftp
/tools/share/zsh/4.0.1-pre-2/functions/Zle

-andrej



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