Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'K' subscript flag with associative array?
- X-seq: zsh-workers 28833
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: "Benjamin R. Haskell" <zsh@xxxxxxxxxx>
- Subject: Re: 'K' subscript flag with associative array?
- Date: Tue, 1 Mar 2011 18:28:57 +0100
- Cc: Zsh list <zsh-workers@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=myVKD2PUqf9971ZHhxgGtMp0FCQD6uozTiF0GkBXi+A=; b=jYrulqjyGs7MZVm9oUGk15xnx2Ba3G9zqtm7MJjW8TIiGoALTCGZr8j7giJZ1ya++o eQJIqBHW+tQYF3NbreW0ZeFCbg472tDTvYxcIPdDOMzbnsSPPfYKIWRlG1kcgYcQV1+6 xnReKZp8BeKUJaaKk1onsTYRGLhvgFRZbVKl8=
- 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=gw0AMkeMNTm6CHF8DR389n5v9nIZQdzNtBLy5PYvqU1zG84Z5fEEIetki3YXhsHZF1 9tp7J5mKWkmqKIkbNSL8+OuEclyatHNc45vP6Y44wSi9FfJPXZ14rWNJTu0J/oQ9MOnG Vqy9dJuIBGA44/zkdltS8dLzHmyHWUI5seFgg=
- In-reply-to: <alpine.LNX.2.01.1103011214500.2792@hp>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <19821.9197.225140.311873@gargle.gargle.HOWL> <AANLkTimHftC1y2g9tXdOD=-oPhvhh7n7tADt+jEkx_EJ@mail.gmail.com> <alpine.LNX.2.01.1103011214500.2792@hp>
On 1 March 2011 18:20, Benjamin R. Haskell <zsh@xxxxxxxxxx> wrote:
> On Tue, 1 Mar 2011, Mikael Magnusson wrote:
>
>> % echo ${(k)functions[(<tab>
>> ---- subscript flags
>
> Tangent: how do I get the completion system to display that line?
I suppose it's some/one of these
zstyle ':completion:*:descriptions' format "%B---- %d%b"
zstyle ':completion:*:messages' format '%B%U---- %d%u%b'
zstyle ':completion:*:warnings' format '%B%F{9}---- no match for: %d%f%b'
zstyle ':completion:*:corrections' format '%B---- %d %F{11}(errors: %e)%f%b'
zstyle ':completion:*:options' description 'yes'
zstyle ':completion:*:options' auto-description '%d'
zstyle ':completion:*' separate-sections 'yes'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' prompt 'errors: %e'
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author