From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26338 invoked from network); 17 Oct 2001 16:31:40 -0000 Received: from unknown (HELO sunsite.dk) (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Oct 2001 16:31:40 -0000 Received: (qmail 26702 invoked by alias); 17 Oct 2001 16:31:26 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4383 Received: (qmail 26688 invoked from network); 17 Oct 2001 16:31:25 -0000 Sender: kiddleo@cav.logica.co.uk Message-ID: <3BCDB044.31FD116C@yahoo.co.uk> Date: Wed, 17 Oct 2001 17:22:28 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: zsh-users@sunsite.dk CC: Vincent Lefevre Subject: Re: Problem with zip completion References: <20011017164751.A6245@greux.loria.fr> <1011017154321.ZM4401@candle.brasslantern.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bart Schaefer wrote: > > Also, the > _zip function thinks `zip -e' will encrypt, but zip 2.3 doesn't have > that option on my system. I'm fairly certain that for encryption, you need to download some separate patches from a different server which depends on whether you're in the US or not. I went to the trouble of doing that when I compiled it on IRIX several years ago. It may have all changed by now though. > Oliver, it looks like you wrote the _zip function, posted in 13600. > On which version of zip did you base it? I always get the latest before writing these so I will have had 2.3. I know in this case that I looked at several other versions for reference. I also remember there being more than a few differences between versions and I may have left something out either intentionally or accidentally. I suggest Clint's patch is applied for now but I'll go back and look at _zip in detail again sometime soon incase there are other omissions. Oliver