From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10424 invoked from network); 1 Sep 1999 15:20:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Sep 1999 15:20:58 -0000 Received: (qmail 7841 invoked by alias); 1 Sep 1999 15:20:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7613 Received: (qmail 7834 invoked from network); 1 Sep 1999 15:20:44 -0000 Message-Id: <9909011446.AA15641@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: PATCH: 3.1.6-pws-2: _gv Date: Wed, 01 Sep 1999 16:46:37 +0200 From: Peter Stephenson Some typos crept into _gv (at least the one I have, which is the one you get). Also, completion for configure failed when I used it via a path beginning with a ~. Apparently something (_arguments, presumably) tried to append the current directory to the path, which didn't work awfully well. (By the way, Sven, now I've thought of it: when you generate new completion functions, could you use a directory name like Completion with a suffix rather than oc for the old directory, since patch -p0 prefers the shorter name and creates it in oc. If you want to avoid having to type the whole of Completion..., I believe there are now shells which can help in this respect...) *** Completion/User/_gv~ Mon Aug 30 16:18:56 1999 --- Completion/User/_gv Wed Sep 1 16:35:24 1999 *************** *** 3,14 **** _xt_arguments \ -{,no}{safer,quiet,center,swap,antialias,dsc,eof,pixmap,watch,resize} \ -{monochrome,grayscale,color,portrait,landscape,upsidedown,seascape,h,help,v,spartan} \ - '-arguments:ghostscript arguments:' \ '-page:label of first page:' \ '-media:page size:(Letter Legal Statement Tabloid Ledger Folio Quarto 10x14 Executive A3 A4 A5 B4 B5)' \ '-scale:scale entry:' \ '-scalebase:scale base:' \ '-ad:resource file:_files' \ ! '-style:resource file:_files' '*:file:_pspdf' --- 3,13 ---- _xt_arguments \ -{,no}{safer,quiet,center,swap,antialias,dsc,eof,pixmap,watch,resize} \ -{monochrome,grayscale,color,portrait,landscape,upsidedown,seascape,h,help,v,spartan} \ '-arguments:ghostscript arguments:' \ '-page:label of first page:' \ '-media:page size:(Letter Legal Statement Tabloid Ledger Folio Quarto 10x14 Executive A3 A4 A5 B4 B5)' \ '-scale:scale entry:' \ '-scalebase:scale base:' \ '-ad:resource file:_files' \ ! '-style:resource file:_files' \ '*:file:_pspdf' -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy