From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15614 invoked from network); 2 May 2000 14:27:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 May 2000 14:27:58 -0000 Received: (qmail 10411 invoked by alias); 2 May 2000 14:27:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11076 Received: (qmail 10345 invoked from network); 2 May 2000 14:27:39 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Tanaka Akira" , Subject: RE: completion functions for AIX and BSD Date: Tue, 2 May 2000 18:27:09 +0400 Message-ID: <000201bfb442$7fe29460$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > Completion functions for AIX and BSD were not installed. > Yes, I already reported it, but noone replied. > - FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* > Commands/* Debian/* Linux/* X/* Zle/* Prompts/* Misc/*" > + FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* > Commands/* Debian/* Linux/* Bsd/* AIX/* X/* Zle/* Prompts/* Misc/*" And what happens, when we add more (sub)directories? I suggest, that we should simply use Completion/* Functions/* as default and move everything, that is not to be installed by default in different location. BTW why we do not keep the same structure? I mean, sometimes we'll get Completion/BSD and Functions/BSD ... and they clash by the installation. -andrej