From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4212 invoked from network); 2 Apr 2001 15:50:41 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Apr 2001 15:50:41 -0000 Received: (qmail 10684 invoked by alias); 2 Apr 2001 15:50:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13886 Received: (qmail 10671 invoked from network); 2 Apr 2001 15:50:34 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: More problems - functions installed as dirs (RE: Functions moved) Date: Mon, 2 Apr 2001 19:50:34 +0400 Message-ID: <000801c0bb8c$a72529a0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <000701c0bb8b$ed149050$21c9ca95@mow.siemens.ru> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > 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