From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5737 invoked by alias); 21 Apr 2013 22:00:51 -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: 31322 Received: (qmail 29637 invoked from network); 21 Apr 2013 22:00:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.215.51 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Sed/KcO1zr4hDNFHOVHQuGz8/9lGDAh3On6khxKdM68=; b=K8ck8P/WrJOSYGym82vrJkbyyzj+GeFb/vMFKeifs6vtQZxKb6WTDwN096Ub0MicjZ z3Ahju+7qKy+XTCB50ce2csp6AvlkPY5dwkZSXtN4Y98UcSSIOw89jdNaBK+MhTo1+ah Xt7kdxvAtFUU97RVHrC17o2MGI8p6Cg7RoL8kLCU+1GgszzHMsTGaGr9lLndlnDZqOJq A1A2O85wxMApACT8n6ZqK0+2wgVXvWdlU2m+N5YMTgyauRe8JCUEnm+ROl7t86xoHNf5 vwNNvgm3/mstlqBZh8r7lH6CID21hbrm0hQcmvYgjeliZKJA44X2wsSc7fygQ1Ki0npB 5etQ== MIME-Version: 1.0 X-Received: by 10.112.163.6 with SMTP id ye6mr11820173lbb.59.1366581630035; Sun, 21 Apr 2013 15:00:30 -0700 (PDT) In-Reply-To: References: <130420232740.ZM12405@torch.brasslantern.com> <130421112734.ZM6597@torch.brasslantern.com> Date: Sun, 21 Apr 2013 17:00:29 -0500 Message-ID: Subject: Re: Alignment issue with multiple describes From: Felipe Contreras To: Bart Schaefer Cc: zsh-workers@zsh.org, Felipe Contreras Garza Content-Type: text/plain; charset=UTF-8 On Sun, Apr 21, 2013 at 3:59 PM, Felipe Contreras wrote: > On Sun, Apr 21, 2013 at 1:27 PM, Bart Schaefer > wrote: >> On Apr 21, 3:31am, Felipe Contreras wrote: >> [*] Unfortunately the person most familiar with this code has not been >> active in zsh development for 12 years. On the other hand, it's been >> 12 years and you're the first person ever to notice/mention this, so it >> probably doesn't affect anyone's usage of the shell. > > It probably does, but nobody cares enough about subtle bugs in zsh. > Specially since most completions don't use more than one _description, > the git completion being one exception. I was watching a video about zsh, and the bug is shown right there: http://www.youtube.com/watch?v=R6hJ8Nqjgv8&t=22m29s So you have one thousand watchers of this video alone seeing the bug in full glory. Probably not the best way to show to newcomers that zsh is polished. -- Felipe Contreras