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 39324
- 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 09:46:58 -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=P+rSkiZC1TPxhY0Qtf0K9Je/cZH0XYtW8dnpbQMLboE=; b=Epa/J5uiLpuoZnTS8yJFzzK55CmzVjfW9PdEJoUZc/r/CSDwgOodfAZV8+Jw6/Me8h 3ZJJhKRFa8eo5nitdcYjg10UmLYOR7+lqGdYltBfTnphtya9ncTOumz1X3TRmMVLRal7 Am9WzDZEqKuZM42DSRIbUpp1oIV+DvYI4QBv7qTQzV9fQFHwglrSz64oEVCy4MWND0Gj ksz7w1wmiVxOJpRrY3RkN2MH8CcDX6oQLiDL3Gou0FM7o9E2zRxRQqtMi4tixYWqceC7 pLcPbrSez4YKtdMA7MR/ws7quYEaf6zkpAQ/3ZwwMjkvoNid0oRdEoKa2ZwYdXnObTcY C0Tg==
- In-reply-to: <1473830073-331-1-git-send-email-danielsh@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>
On Sep 14, 5:14am, Daniel Shahaf wrote:
} Subject: [PATCH] _postfix (postconf): Complete only applicable parameters
}
} ---
} One question about this patch:
}
} % /usr/sbin/postconf -X <TAB>
} zsh: do you wish to see all 112 possibilities (28 lines)?
}
} I don't understand why it says "112".
It's probably the case that each of the matches has been added to
more than one tag group. What's output of ^Xh in place of TAB there?
What do you get if you agree to see all the possibilities?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author