From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2502 invoked from network); 9 Jun 1999 09:08:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jun 1999 09:08:40 -0000 Received: (qmail 22936 invoked by alias); 9 Jun 1999 09:08:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6546 Received: (qmail 22929 invoked from network); 9 Jun 1999 09:08:12 -0000 Message-Id: <9906090839.AA14774@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: Oliver Kiddle: compctl -l broken and function installation Date: Wed, 09 Jun 1999 10:39:39 +0200 From: Peter Stephenson (So far I only have this via private mail, so I've forwarded it, see end. Oliver, the 'yes' bug has now been fixed.) ------- Forwarded Message Message-Id: <375E28CA.33ED59B5@thoth.u-net.com> Date: Wed, 09 Jun 1999 09:41:46 +0100 From: Oliver Kiddle Mime-Version: 1.0 To: zsh-workers@sunsite.auc.dk Cc: Peter Stephenson Subject: compctl -l broken and function installation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I installed pws-21 at home (where I use the new style completions) and tried out the new stuff for installing the completion functions. I didn't specify the directory, leaving it to use the default. Anyway, it decided to install them in a directory named 'yes'. This was with IRIX 5.3 if that's relevant. I'll hopefully have time to look into it in more detail on the weekend if it isn't fixed first. Personally, I would prefer if the directory structure from the distribution for the completion functions was preserved by the installation (Base, Builtins, Commands etc). It would keep the directory more manageable. Also, it might allow different users to have a different selection of the functions on the same system. Another suggestion would be to separate some of the functions in User which are system dependant into separate directories which can be selected from. For example, there could be directories for Gnu, BSD, SYSV, AIX, IRIX, Linux etc. When compiling on IRIX, I got a load of warnings relating to typedef unsigned long; being duplicate in /usr/include/sys/types.h. I don't think I've seen them before. I assume that the warnings resulted from something the pre-processor was doing. Is this possibly a result of the long file changes. Again, I should have more time on the weekend to take a closer look at this. I sent the following e-mail to the list yesterday and it didn't seem to get through. Sorry if you end up with it twice. The -l option to compctl seems to be broken. I first noticed this a while ago (about pws-18), it exists in pws-21 but wasn't there in a pws-16 I had lying about. For example: zsh -f compctl -l '' t t Gives a beep. I get the same problems when using the find -exec example from the documentation. The problem exists on both AIX and IRIX. Thanks Oliver Kiddle PS. Peter: I've cc'd this to you because I suspect that it will fail to be delivered as I've had a few problems recently with my ISP not being able to deliver to zsh-workers. If you don't get it from the mailing list, please forward it. ------- End of Forwarded Message