Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Formatting issues with completion grouping.. help?
- X-seq: zsh-users 16043
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: "Jay 'Whip' Grizzard" <elfchief-zsh@xxxxxxxxxx>
- Subject: Re: Formatting issues with completion grouping.. help?
- Date: Wed, 18 May 2011 18:28:19 +0200
- Cc: zsh-users@xxxxxxx
- 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=
- In-reply-to: <20110518161938.GB10668@zash.lupine.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20110518161938.GB10668@zash.lupine.org>
On 18 May 2011 18:19, Jay 'Whip' Grizzard <elfchief-zsh@xxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author