From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24524 invoked from network); 8 Feb 2001 15:27:16 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Feb 2001 15:27:16 -0000 Received: (qmail 14218 invoked by alias); 8 Feb 2001 15:26:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13445 Received: (qmail 14207 invoked from network); 8 Feb 2001 15:26:58 -0000 Date: Thu, 8 Feb 2001 15:26:54 +0000 From: Oliver Kiddle To: zsh-workers@sunsite.dk Subject: PATCH: completion for zcat broken Message-ID: <20010208152654.A23751@rambo.logica.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: Oliver Kiddle 13346 broke completion for GNU zcat. This is because $service remains 'zcat' because we pass through _zcat to check for GNU - unlike gzcat for which the =gunzip trick on the #compdef line works. Oliver Index: Completion/User/_gzip =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/User/_gzip,v retrieving revision 1.4 diff -r1.4 _gzip 7c7 < gunzip) --- > gunzip|zcat)