From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27659 invoked by alias); 17 Jun 2015 22:48:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35511 Received: (qmail 17863 invoked from network); 17 Jun 2015 22:48:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=+sSLvxrEl6Fb4EfbdBkrBamQmIBdM3DrCpjbwOxSVj4=; b=G2TT68aQTSkOyWVvwwcJNsRykGkSfzF8jyasUZI1MNmezT8d+9cc07vauu0R0ziMQD ChkBrWXyhv+DelAmpbUaUq+jTktk7a/hibxl7GjUK/mnOvm5eC7o0CY67y0p/h6PZHDJ LMY8yPQHdmd4+yiS5481FBTN3luDXVa3hffZB4SukXjDnBz/qrx4YwIPLowlsxm5Zgrp dxfFaArrPM9Z1d6Luk+y5PS7pkdqRZ1UYA07PVXrHpCSg3a0yzA0j3Mp5xNUGmYdYnvk SD8YNJn1m2dFh0bgmSeGv+s6ofnE5Gxaeuw/EkCruu3nylXWJ+c7pheS5ZxnC9Cwg8sn dxOQ== X-Gm-Message-State: ALoCoQnTmaBA+9++WdgcCXIGo7U1QarlsGylP2Ky+TNGYrKWZuaB1RKOrOL4gw3XatpoWCXsE/y8 X-Received: by 10.182.230.67 with SMTP id sw3mr6664040obc.0.1434581293500; Wed, 17 Jun 2015 15:48:13 -0700 (PDT) From: Bart Schaefer Message-Id: <150617154809.ZM1651@torch.brasslantern.com> Date: Wed, 17 Jun 2015 15:48:09 -0700 In-Reply-To: <30597.1434580329@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "PATCH: git subcommand completion formatting" (Jun 18, 12:32am) References: <30597.1434580329@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh workers Subject: Re: PATCH: git subcommand completion formatting MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 18, 12:32am, Oliver Kiddle wrote: } } As far as I can tell, there's no use of _describe features that are too } hard to do manually (like common description grouping). This does } things directly with compadd and _alternative. I see you handled the list-separator style. What about max-matches-width?