zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Subject: PATCH: _dvi dvips
Date: Sat, 28 Jul 2007 02:47:34 -0400	[thread overview]
Message-ID: <20070728064734.GA20509@scowler.net> (raw)

dvips option-handling does not appear to be particularly normal, what
with -p and -pp both taking arguments.

I'm not sure what the best way to fix Vincent's problem is.

Index: Completion/Unix/Command/_dvi
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_dvi,v
retrieving revision 1.3
diff -u -r1.3 _dvi
--- Completion/Unix/Command/_dvi	27 Jul 2007 21:33:54 -0000	1.3
+++ Completion/Unix/Command/_dvi	28 Jul 2007 06:44:21 -0000
@@ -24,6 +24,7 @@
     '-E[generate EPSF file]' \
     '(-o)-f[write to stdout]' \
     '-F[append control-D]' \
+    '-G[shift low chars to higher position]' \
     '-h[specify additional header file]:postscript header file:_files -g "*.(#i)(ps|eps)(-.)"' \
     '-i[one file per section]' \
     '-j[download fonts partially]' \
@@ -41,13 +42,20 @@
     '-P[specify printer]:printer name' \
     '-q[quiet operation]' \
     '-r[reverse order of pages]' \
+    '-R[run securely]' \
     '-s[enclose output in save/restore pair]' \
     '-S[set maximum number of pages per section]:maximum number of pages per section' \
     '(-T)*-t[specify paper type]:paper type:(letter legal ledger a4 a3 landscape)' \
     '(-t)-T[set paper size]:paper size (<x>,<y>)' \
+    '-u:PS mapfile:' \
+    '-U[disable string param trick]' \
+    '-v[print version number and quit]' \
+    '-V[send downloadable PS fonts as PK]' \
     '-x[set magnification ratio]:magnification ratio (per mille)' \
     '(-D)-X[set horizontal resolution]:horizontal resolution' \
+    '-y[multiply by dvi magnification]' \
     '(-D)-Y[set vertical resolution]:vertical resolution' \
+    '-z[hyper PS]' \
     '-Z[compress bitmapped fonts]' \
     ':input file:_files -g "*.(dvi|DVI)(-.)"'
   ;;


                 reply	other threads:[~2007-07-28  6:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070728064734.GA20509@scowler.net \
    --to=clint@zsh.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).