Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _postfix (postconf): Complete only applicable parameters for -X and -#.
- X-seq: zsh-workers 39337
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] _postfix (postconf): Complete only applicable parameters for -X and -#.
- Date: Wed, 14 Sep 2016 20:35:06 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=RadK89VrzQMm3UDu2aazscHZcNFPalDzqHdTUFzE1gs=; b=HC+2MqrC4WQ225U1GpZXayj1TsYB5DZ502/bcQTGtSCX2V6PV24Ban375ksfPJ5wck KCXG548HnGeeAzAlha/KZeO+s+835sw80fiDSnDmHwVHsxxc0K7167NnMxs8kXFkfkaf AKTO1NxDeV8aTjNW0IETXeLUDMJbsFlQ1fh5fQgpGKx+EhcDyjbGc/z9Qq1olSmmfOYk /UWHGYb3HSdZkMq/H/FxYLL8M/xsnQ37g8eM+pThaILqglBSw1UhDUrIMlD23/QNn+2W 1RqFVQhaNKocVbeTWp/FUnCBYotteBiAPWaIT7NCSh5he6QeVLCVZuDswgM1yP4cYKPZ vcDA==
- In-reply-to: <20160915021503.GA15486@fujitsu.shahaf.local2>
- 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: <1473830073-331-1-git-send-email-danielsh@fujitsu.shahaf.local2> <160914094658.ZM29734@torch.brasslantern.com> <20160915021503.GA15486@fujitsu.shahaf.local2>
On Sep 15, 2:15am, Daniel Shahaf wrote:
} Subject: Re: [PATCH] _postfix (postconf): Complete only applicable paramet
}
} The prompt says:
}
} zsh: do you wish to see all 112 possibilities (28 lines)?
}
} If I answer "yes" then I get 28 lines, that show everything in my
} `postconf -n` output and nothing else:
And how many words is that, all together? I think it must be counting
the words in the descriptions as "possibilities" which probably has
something to do with the way the column positions are abused to get
the description to line up nicely alongside the thing described.
(Not the groups thing I first suspected after all, obviously.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author