Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: 3.1.6-pws-2: _gv



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 <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author