From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3719 invoked from network); 17 Jan 2000 15:29:28 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Jan 2000 15:29:28 -0000 Received: (qmail 9879 invoked by alias); 17 Jan 2000 15:28:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9333 Received: (qmail 9872 invoked from network); 17 Jan 2000 15:28:55 -0000 Date: Mon, 17 Jan 2000 10:28:38 -0500 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: PATCH: _a2ps completion Message-ID: <20000117102838.C27298@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0i I have been informed that a2ps can be just as useful on PostScript files as any other file, and that *.(#i)(ps|eps) should not be excluded from completion. Perhaps a context-based switch would be more appropriate. Index: Completion/User/_a2ps =================================================================== RCS file: /cvs/zsh/zsh/Completion/User/_a2ps,v retrieving revision 1.1.1.8 diff -u -r1.1.1.8 _a2ps --- Completion/User/_a2ps 2000/01/07 14:42:44 1.1.1.8 +++ Completion/User/_a2ps 2000/01/17 15:16:11 @@ -22,7 +22,7 @@ ) fi -_arguments '*:text file:_files -g \*\~\*.\(\#i\)\(ps\|eps\)' -- \ +_arguments '*:input file:_files' -- \ '*\*:toggle:(yes no)' \ '*=DIRECTION:direction:(rows columns)' \ '*=TYPE:type:(r n nr rn any)' \