zsh-workers
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.net>
To: zsh-workers@zsh.org
Subject: Re: configure --with- completion
Date: Tue, 20 Oct 2015 15:00:08 +0200	[thread overview]
Message-ID: <20151020130008.GA20896@zira.vinc17.org> (raw)
In-Reply-To: <20150904084027.GA15509@zira.vinc17.org>

[Moved to workers]

On 2015-09-04 10:40:27 +0200, Vincent Lefevre wrote:
> In MPFR, I can do:
> 
>   ./configure --with-gmp=[TAB]
>   ./configure --with-gmp-include=[TAB]
>   ./configure --with-gmp-lib=[TAB]
> 
> and complete with directory names, but
> 
>   ./configure --with-gmp-build=[TAB]
> 
> doesn't allow me to complete with directory names.
> 
> FYI, "./configure --with-[TAB]" outputs:
> 
> Completing option
> --with-gmp              -- GMP install directory
> --with-gmp-build        -- GMP build directory (please read INSTALL file)
> --with-gmp-include      -- GMP include directory
> --with-gmp-lib          -- GMP lib directory
> --with-gnu-ld           -- assume the C compiler uses GNU ld (default=no)
> --with-mulhigh-size     -- internal threshold table for mulhigh
> --with-pic              -- try to use only PIC/non-PIC objects (default=use
> --with-sysroot          -- Search for dependent libraries within DIR
> --without-gmp           -- GMP install directory
> --without-gmp-build     -- GMP build directory (please read INSTALL file)
> --without-gmp-include   -- GMP include directory
> --without-gmp-lib       -- GMP lib directory
> --without-gnu-ld        -- assume the C compiler uses GNU ld (default=no)
> --without-mulhigh-size  -- internal threshold table for mulhigh
> --without-pic           -- try to use only PIC/non-PIC objects (default=use
> --without-sysroot       -- Search for dependent libraries within DIR
> 
> and "./configure --help" outputs:
> 
> [...]
>   --with-gmp-include=DIR  GMP include directory
>   --with-gmp-lib=DIR      GMP lib directory
>   --with-gmp=DIR          GMP install directory
>   --with-gmp-build=DIR    GMP build directory (please read INSTALL file)
> [...]
> 
> Is there something missing in zsh completion?

The problem seems to come to the fact that

  --with-gmp-build=DIR    GMP build directory (please read INSTALL file)

is listed after

  --with-gmp=DIR          GMP install directory

by "./configure --help". If I switch these lines, everything works
as expected. There's no reason to depend on the order of the options
listed by "./configure --help". So, this seems to be a bug somewhere
in the zsh completion system.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


       reply	other threads:[~2015-10-20 13:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150904084027.GA15509@zira.vinc17.org>
2015-10-20 13:00 ` Vincent Lefevre [this message]
2015-10-21 16:11   ` Jun T.
2015-10-22  7:51     ` Jun T.
2015-10-24 17:00       ` Peter Stephenson

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=20151020130008.GA20896@zira.vinc17.org \
    --to=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).