Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: buggy configure completion - when both --enable-foo and --disable-foo are listed
- X-seq: zsh-workers 39147
- From: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: buggy configure completion - when both --enable-foo and --disable-foo are listed
- Date: Wed, 31 Aug 2016 22:27:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=rPWO3dFIXy4TlBL6aoIZQN/x8hFPuzvxNA8atsc/rc0=; b=ggh7iY4ZM7FJjEn9WcK057h9v5CAau0PWlOQCd7WcWGUZg+77wCW5YCELkPuc9QLas wEsCs//emqUmaVSodgrovxNzodzB55QJHFNiu8HBQrshf7aLKlf+ryGxPRRTl+W2igiD TzxIdeA+EiddNCz2qcLUl1f6zXek4PShRUC9ovEbTGoDQXFq+G+3eYHFUaNIMXmUxAKG PiPjOvDjLfVIP+gEOQ7TW1S7MteuyCqxDgrboCzjD6ShtIqZO5F5KkO+1C+wjCU4B1Te tnyuXjx9M0Mz8f7j5pbn01pUNAdapN0kxz4JbGrhZHk8ttaYJmL+6p79Fq03N6V9xy31 HT6w==
- In-reply-to: <20160831030055.GC30557@fujitsu.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20160830232332.GA23779@zira.vinc17.org> <20160831030055.GC30557@fujitsu.shahaf.local2>
On 31.08.2016 05:00, Daniel Shahaf wrote:
> I think that's the best we can do without writing new C code to suport
> multiline descriptions.
This has been working well for me:
zstyle ':completion:*:configure:*:options' command $'print -r -- "${$(COLUMNS=9999 ${~words[1]} --help)//\n #/ }"'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author