From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15809 invoked by alias); 14 Sep 2016 16:46:51 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39324 Received: (qmail 3270 invoked from network); 14 Sep 2016 16:46:51 -0000 X-Qmail-Scanner-Diagnostics: from mail-pa0-f65.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.220.65):SA:0(0.0/5.0):. Processed in 0.116975 secs); 14 Sep 2016 16:46:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=P+rSkiZC1TPxhY0Qtf0K9Je/cZH0XYtW8dnpbQMLboE=; b=EtjGM1PovA30VjEJpKUTigAckMJda/Xh4Blhqc4mZu4SAS7aAraZ+0817It7U/6PXW sU5eeLNJ8wp2EHmEH1ONKQx9uSZ72rewPkCjiGptnB490ajsoLIsZUActEpGQQgcN4gB 0RUvImapKg7KR0w7RZyvpgEGGBUMMBJaTe06senkL6/Jnx89opWUNhzB6FzE2lkpyvaB IQkpKNMte6eJd2BJpc78tErBS4frh3bgXYwY7bvMG2sQlnVU4S+UU4l37CEIaGga5M+F In5ylhytY2GgGMQKs2zrNViEKKEddkQSLcS5zNN2emuxKYu1mJBbHyeV1UYgkJyuf1R+ h4Mg== X-Gm-Message-State: AE9vXwPD8iqPUkD9TGqc6MnrpqOu5yauQer8yTQdqK8hpfQ4R/Ks/T3Wd2fDn8Xx4QCldw== X-Received: by 10.66.163.129 with SMTP id yi1mr6157752pab.47.1473871606214; Wed, 14 Sep 2016 09:46:46 -0700 (PDT) From: Bart Schaefer Message-Id: <160914094658.ZM29734@torch.brasslantern.com> Date: Wed, 14 Sep 2016 09:46:58 -0700 In-Reply-To: <1473830073-331-1-git-send-email-danielsh@fujitsu.shahaf.local2> Comments: In reply to Daniel Shahaf "[PATCH] _postfix (postconf): Complete only applicable parameters for -X and -#." (Sep 14, 5:14am) References: <1473830073-331-1-git-send-email-danielsh@fujitsu.shahaf.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [PATCH] _postfix (postconf): Complete only applicable parameters for -X and -#. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 } 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?