From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10202 invoked from network); 6 Jan 2000 08:06:09 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jan 2000 08:06:09 -0000 Received: (qmail 9728 invoked by alias); 6 Jan 2000 08:06:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9234 Received: (qmail 9721 invoked from network); 6 Jan 2000 08:06:04 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Andrej Borsenkow" , "ZSH workers mailing list" Subject: dev-14 problem - can't load zsh/complete RE: Version-dependent functions install path Date: Thu, 6 Jan 2000 11:06:00 +0300 Message-ID: <000601bf581c$de71c5f0$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.2910.0) In-Reply-To: <000001bf5814$41f88720$21c9ca95@mow.siemens.ru> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 > I suggest, that functions are being installed in version-specific > directories as > well. Unfortunately (and that applies to the development builds in the first > place) it is often impossible to mix binaries and functions from different > versions. Just think about added computil module :-) Currently it is hard to > revert back to previous version (better said, I often want to keep several > versions to test the difference. As it stands now, you cannot simply run old > binary because functions are already changed). > And a good example: after compiling/installing the fresh dev-14 /home/bor/.zshrc:9: failed to load module: zsh/complete /home/bor/.zshrc:bindkey:19: no such keymap `menuselect' compinit:475: failed to load module: zsh/complete compinit:zstyle:475: autoload failed compinit:476: command not found: zstyle compinit:477: command not found: zstyle compinit:478: command not found: zstyle compinit:479: command not found: zstyle compinit:480: command not found: zstyle compinit:481: command not found: zstyle compinit:483: command not found: zstyle compinit:517: failed to load module: zsh/complete compinit:zle:517: can't load complete module And now I'd really like to start previous version again ...