From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13844 invoked from network); 23 Jun 1999 10:07:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jun 1999 10:07:54 -0000 Received: (qmail 4197 invoked by alias); 23 Jun 1999 10:07:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6810 Received: (qmail 4190 invoked from network); 23 Jun 1999 10:07:34 -0000 From: "Andrej Borsenkow" To: "Peter Stephenson" , "Zsh hackers list" Subject: RE: PATCH: pws-N: completion dump file Date: Wed, 23 Jun 1999 14:06:46 +0400 Message-ID: <000201bebd60$1a2e3ae0$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: <9906230901.AA13629@ibmth.df.unipi.it> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > In that case, I would propose to make compinstall also a self-unfunctioning > function to complete the set, so that there are no more sourced files, > which is what Andrej suggested months ago. > Yes, I tried to do it yesterday. The result is article 6787 (I think :-) - about ${(AA)foo=} The problem is, currently there is no way for a function to define global hash. If these arrays are predefined, all works as expected. Interesting enough, I found, that first ``unfunction'' in compinstall removes definition and makes it autoloaded undefined again.