From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28507 invoked by alias); 18 May 2011 16:41:04 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16044 Received: (qmail 15489 invoked from network); 18 May 2011 16:40:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00,RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at lupine.org designates 108.83.101.33 as permitted sender) Date: Wed, 18 May 2011 09:40:49 -0700 From: Jay 'Whip' Grizzard To: Mikael Magnusson Cc: zsh-users@zsh.org Subject: Re: Formatting issues with completion grouping.. help? Message-ID: <20110518164049.GC10668@zash.lupine.org> References: <20110518161938.GB10668@zash.lupine.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) > > [grizzard@zash]~% zstyle ':completion:*:matches' group 'yes' > [...] > > So... guys... what am I missing? Help? Thanks! :) > > zstyle ':completion:*' group-name '' And indeed, this fixes things. Is this something that's changed in the last few years? The snippets I was using were from a zshrc that I had been using (and was working) probably 7 or 8 years ago... Thanks! -jay