From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24793 invoked by alias); 17 Jun 2015 23:11: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: 35512 Received: (qmail 18758 invoked from network); 17 Jun 2015 23:11: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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1434582311; bh=yQbzmIwCRFfMc7LoMA1D5pZNOoVHCnYI3tBZbxElyKU=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=e3mdgC77yvLNvb0RWwdor12NHM3T2GeASykwpTo0JFwsVfakrLNR6Ax+jGQN6tFgykFOw/z9BcZphZ32ufKlu09inQjlQJdNx4E1rVbIv+dDx1jLR0+cg5F5CS0I8UY+5TplE0UobegRjQGWKp1ft/Th9y1e/Q62PrDyQw0OEDQZJGuXwJ+GuM0ol9LdlxcGa/dULnXbhLnDvXBYwwICHUYqCJFtaqY1a5KdV5uHosL/On1WdXSfpe1IZeTee7iHVdxM5EA8W8DBrqVk4Joyu6erJNgSYBbYMFyF/znIrh1YSgJJINC/uUGgWUlXZnYu3ypi2QqM5xJxobQzMdkpig== X-Yahoo-Newman-Id: 21310.56570.bm@smtp114.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: tQ6jwDQVM1m4ue.rOHiaezXSq4GiCtfF49katLEFoXHFxiI r5AHJUOUA8_ZMQ3PqpJVokYf33.tCyOwGQkp8avqjRiPTtAVvSRpmyAdY2eg sDA.75ONMLvuL81jxN17v1_196PCFQDTdqCPAhMdwH39_WPY41bHDB.wSyBw J0g5fr8JuaqR_YVMoR51gf68MO64olGMEqcC97c8pBOI75FDF9.gN8s.VQK6 S5dztcAubUtmLWDw1io4iux8DtK8PUKiAJ2g4imoRy2Bp0rQMJMMU.O8Y0rK P.1AkJSkLxcLqRlhcsYMn1V5AkcN12CfmCZEqtLs6x1lNNydn9gkw62vTwOB .KOLdyvFWwphcOTZJ5wV.u1hJ1TMZEGqcVcZ2vEqx0FykdmQ8KnkthjKbUtP aZfMzxNbLPZQZkpYD16TCYbUN47ttddHOpd8UXlUgnzdoTthPxMS3yeglXtS tZ3UD0xOv1LYUELRYnr0gWoDb8Q9t1sipVvHwns_x1ZE6rgSyuGlkPyqC2S8 zJTMkKG.J1qL4btErmlOi4t14muJOD2BC X-Yahoo-SMTP: opAkk_CswBAce_kJ3nIPlH80cJI- In-reply-to: <150617154809.ZM1651@torch.brasslantern.com> From: Oliver Kiddle References: <30597.1434580329@thecus.kiddle.eu> <150617154809.ZM1651@torch.brasslantern.com> To: Zsh workers Subject: Re: PATCH: git subcommand completion formatting MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <30884.1434582310.1@thecus.kiddle.eu> Date: Thu, 18 Jun 2015 01:05:10 +0200 Message-ID: <30885.1434582310@thecus.kiddle.eu> Bart 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? That doesn't truncate the width of individual matches, it prevents grouping of matches with a common description where that grouping would exceed the width. As there is no grouping, or even matches with common descriptions, I don't think that's applicable. Oliver