From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27597 invoked from network); 2 Jun 2004 14:38:24 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 2 Jun 2004 14:38:24 -0000 Received: (qmail 2892 invoked from network); 2 Jun 2004 14:38:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Jun 2004 14:38:13 -0000 Received: (qmail 6492 invoked by alias); 2 Jun 2004 14:38:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20007 Received: (qmail 6482 invoked from network); 2 Jun 2004 14:38:01 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 2 Jun 2004 14:37:58 -0000 Received: (qmail 2347 invoked from network); 2 Jun 2004 14:37:58 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 2 Jun 2004 14:37:56 -0000 Received: from localhost (localhost [127.0.0.1]) by acolyte.scowler.net (Postfix) with ESMTP id 0442A70050; Wed, 2 Jun 2004 10:37:28 -0400 (EDT) Received: from acolyte.scowler.net ([127.0.0.1]) by localhost (acolyte [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17564-03; Wed, 2 Jun 2004 10:37:28 -0400 (EDT) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 945727004F; Wed, 2 Jun 2004 10:37:28 -0400 (EDT) Date: Wed, 2 Jun 2004 10:37:28 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Cc: Bill Allombert , 252233-forwarded@bugs.debian.org Subject: Re: Bug#252233: zsh: filename completion after long options like --foo= Message-ID: <20040602143728.GA17567@scowler.net> References: <20040602085613.GA4559@yellowpig.yi.org> <20040602132227.GB16405@scowler.net> <20040602141018.GC5838@seventeen> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040602141018.GC5838@seventeen> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at scowler.net X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-1.4 required=6.0 tests=BAYES_20 autolearn=no version=2.63 X-Spam-Hits: -1.4 > > In which specific situation is it not working? > > I suspect --help format is not canonical enough... > > As an experiment, I wrote the following configure script. > > #! /bin/sh > cat <<'EOF' > --enable and --with options recognized: > --enable-maintainer-mode enable make rules and dependencies not useful > (and sometimes confusing) to the casual installer > --with-perl[=FILE] Perl is needed to compile the description files, but gp2c > --with-paricfg[=FILE] PARI configuration is needed to build plug-ins. > EOF > > It appears to work w.r.t. zsh completion in woody but not in sid. > > Strangely, both Completion/Unix/_configure are identicals. > What are the relevant files to look at. _configure and _arguments, I think.