From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10364 invoked from network); 2 May 2000 09:42:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 May 2000 09:42:58 -0000 Received: (qmail 16640 invoked by alias); 2 May 2000 09:42:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11056 Received: (qmail 16622 invoked from network); 2 May 2000 09:42:43 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: z(re)compile and deleted files Date: Tue, 2 May 2000 13:41:52 +0400 Message-ID: <000001bfb41a$a52332c0$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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Once again - there is currently no easy way to remove defenition of deleted function from wordcode file. I'm using zrecompile -p as suggested - and just now I deleted _bunzip2, run zrecompile (with small wrapper) - and of course, _bunzip2 remained in wordcode file. my function is: #!/tools/bin/zsh -f autoload -U zrecompile zrecompile -p -- ~/.zsh.d/std-$ZSH_VERSION.zwc /tools/share/zsh/$ZSH_VERSION/functions/*/*(^/) and when I run it nothing happens at all. BTW completion for zcompile does not list -t option (at least). -andrej Have a nice DOS! B >>