From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2153 invoked by alias); 18 May 2011 16:28:30 -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: 16043 Received: (qmail 29913 invoked from network); 18 May 2011 16:28:28 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LbR7p4O/D9gT7Ewrt2bKuPiboAK+2ZhNjnmp9jpcEh4=; b=o6/EhFmx+eAoVDbYGbCnkTwQhp5x3slVpwYyM0bupR7Rx42pq7s5cY6hblFNTcl47s i+noHhuK8olxhrjsBQm4ynckG1suXIaq1X3lHIy05AZt82Hdu4klfZdooS72Xzq7obgn E/qO/ItgtJv1ao3xXakhjyQYs99JPkrpChM5M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xnT4xfSb4ktzGQAsxwnaW1VOQd0ZtOvs9Pbp4VOI1OlXRcVFJCqHbzZP6yO6RlIO/R imAIlZ9Oy5A8lAPMiwQyOcxCYpgIlKx5vkHmoYlBrm4A9p56a0+Hkf/dgE5785/tMSbI 1zOrbt6yTmZHuf1KfDe1aq5h7FEpItpH2C1no= MIME-Version: 1.0 In-Reply-To: <20110518161938.GB10668@zash.lupine.org> References: <20110518161938.GB10668@zash.lupine.org> Date: Wed, 18 May 2011 18:28:19 +0200 Message-ID: Subject: Re: Formatting issues with completion grouping.. help? From: Mikael Magnusson To: "Jay 'Whip' Grizzard" Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On 18 May 2011 18:19, Jay 'Whip' Grizzard wrote: > Hi zsh users. I have a problem... I've consulted google, I've consulted > the mailing list archives, I've consulted the docs, and I'm stumped. I > haven't seen anyone else mention this, so I'm assuming I'm doing > something wrong, but I can't figure out what it is. [...] > I narrowed this down to the most straightforward test case I could, using > an empty home directory (so no zsh config) on a pretty bare system and > a fresh environment-cleansing su: > > bash$ su - grizzard > bash$ exec /bin/zsh You can just use zsh -f instead. > [grizzard@zash]~% autoload -U compinit > [grizzard@zash]~% compinit > [grizzard@zash]~% setopt auto_list bash_auto_list complete_aliases complete_in_word list_types > [grizzard@zash]~% zstyle ':completion:*:matches' group 'yes' > [grizzard@zash]~% zstyle ':completion:*:descriptions' format "%B---- %d%b" [...] > So... guys... what am I missing? Help? Thanks! :) zstyle ':completion:*' group-name '' -- Mikael Magnusson