From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9130 invoked from network); 31 Dec 2007 15:58:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 31 Dec 2007 15:58:22 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 69773 invoked from network); 31 Dec 2007 15:58:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 31 Dec 2007 15:58:13 -0000 Received: (qmail 1434 invoked by alias); 31 Dec 2007 15:58:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24330 Received: (qmail 1416 invoked from network); 31 Dec 2007 15:58:09 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 31 Dec 2007 15:58:09 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 5E0558058FA9 for ; Mon, 31 Dec 2007 16:58:05 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Mon, 31 Dec 2007 16:58:05 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id A357B5D088; Mon, 31 Dec 2007 10:58:01 -0500 (EST) Date: Mon, 31 Dec 2007 10:58:01 -0500 From: Clint Adams To: "Dr. Markus Waldeck" , 458422@bugs.debian.org Cc: zsh-workers@sunsite.dk Subject: Re: Bug#458422: /usr/share/zsh/4.3.4/functions/Completion/X/_xpdf needs improvement Message-ID: <20071231155801.GB496@scowler.net> Mail-Followup-To: "Dr. Markus Waldeck" , 458422@bugs.debian.org, zsh-workers@sunsite.dk References: <20071231065450.147670@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071231065450.147670@gmx.net> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Dec 31, 2007 at 07:54:50AM +0100, Dr. Markus Waldeck wrote: > There are some options missing: > -title > -rv > -display > -fg > -bg > -font I beg to differ; have you tried completing them? They should be covered by _xt_arguments. > -mattecolor This seems to be in the man page but is missing from the xpdf --help output. > -cont > -aaVector > -exec Some enterprising person could write completion for the possible commands to be passed to -exec. > The completion does not select any PDF file if an option is selected. I also cannot reproduce this. Index: Completion/X/Command/_xpdf =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_xpdf,v retrieving revision 1.1 diff -u -r1.1 _xpdf --- Completion/X/Command/_xpdf 11 Apr 2005 18:13:20 -0000 1.1 +++ Completion/X/Command/_xpdf 31 Dec 2007 15:54:58 -0000 @@ -4,11 +4,15 @@ '-g[initial window geometry]:geometry:_x_geometry' \ '-cmap[install a private colormap]' \ '-rgb[biggest RGB cube to allocate]:int:' \ + '-mattecolor[color of background outside page area]:color:' \ '-papercolor[color of paper background]:color:' \ '-z[initial zoom level]:zoom level:' \ '-t1lib[enable t1lib font rasterizer]:bool:(yes no)' \ '-freetype[enable FreeType font rasterizer]:bool:(yes no)' \ '-aa[enable font anti-aliasing]:bool:(yes no)' \ + '-aaVector[enable vector anti-aliasing]:bool:(yes no)' \ + '-cont[start in continuous view mode]' \ + '-exec[execute command on xpdf remote server]:command:' \ '-ps[default PostScript file name or command]:file or command:_files' \ '-paper[paper size]:paper size:(letter legal A4 A3 match)' \ '-paperw[paper width]:points:' \