zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: Vincent Lefevre <vincent@vinc17.net>, 585812@bugs.debian.org
Cc: zsh-workers@zsh.org
Subject: Re: Bug#585812: zsh: xsltproc completion doesn't include --nodtdattr option
Date: Wed, 30 Jun 2010 12:52:24 +0000	[thread overview]
Message-ID: <20100630125224.GA19486@scru.org> (raw)
In-Reply-To: <20100614005410.GA4371@xvii.vinc17.org>

On Mon, Jun 14, 2010 at 02:54:10AM +0200, Vincent Lefevre wrote:
> "xsltproc --help" contains:
> 
> [...]
>         --nodtdattr do not default attributes from the DTD
> [...]
> 
> but this option isn't listed in the completion for xsltproc.
> The attached patch fixes this problem.


Index: Completion/Unix/Command/_xmlsoft
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_xmlsoft,v
retrieving revision 1.7
diff -u -r1.7 _xmlsoft
--- Completion/Unix/Command/_xmlsoft	21 Oct 2005 14:45:01 -0000	1.7
+++ Completion/Unix/Command/_xmlsoft	30 Jun 2010 12:51:56 -0000
@@ -14,6 +14,7 @@
       '--debug[dump the tree of the result instead]' \
       '--dumpextensions[dump registered extension elements and functions]' \
       '--novalid[skip the DTD loading phase]' \
+      '--nodtdattr[do not default attributes from the DTD]' \
       '--noout[do not dump the result]' \
       '--maxdepth[increase the maximum depth]:depth' \
       '--maxparsedepth[increase the maximum parser depth]:depth' \


           reply	other threads:[~2010-06-30 12:57 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20100614005410.GA4371@xvii.vinc17.org>]

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=20100630125224.GA19486@scru.org \
    --to=schizo@debian.org \
    --cc=585812@bugs.debian.org \
    --cc=vincent@vinc17.net \
    --cc=zsh-workers@zsh.org \
    /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).