From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id da624c4f for ; Sat, 15 Feb 2020 22:22:52 +0000 (UTC) Received: (qmail 10625 invoked by alias); 15 Feb 2020 22:22:46 -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: List-Unsubscribe: X-Seq: 45433 Received: (qmail 21176 invoked by uid 1010); 15 Feb 2020 22:22:46 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f169.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25718. spamassassin: 3.4.2. Clear:RC:0(209.85.208.169):SA:0(-2.0/5.0):. Processed in 4.362602 secs); 15 Feb 2020 22:22:46 -0000 X-Envelope-From: butirsky@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.208.169 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=H/kBU9qSJpuWF0D2dhKQ6efeeK1RxsTZiNgtNamQJsA=; b=QjklOAyVwOgdDye3ZFV8u16PC+jSY+IEZVnM1xnfO65DXDvwCV475uiCGqLUH4RVRP K1rK1mFEHTNYN1DMZArewiabO+y1txDNtf5Aza7S5r6EICguWTroDbROgU03GkDk8n2K fKjpd9ePmIi5KFOL7Jz3dVafpcuWqRlCzZZ/t/wk1tM/P3aGG/gL9yhHDQmDHaikj7ts 3+rvrRfQBqJZcp5Bx4ZEv7eE1Lge+Q4VJErEbjPb5yQSJ4sesZ49/TvLeMpBK/c0pIdw TUZykvDMZ7SVgXusztQB539zzRbBR7r/uX+iKqL5thRoo0729lpd0cmGHJVA59oIn+T5 U9hw== X-Gm-Message-State: APjAAAW//RUmPb8oBvR6D68AJ/DRqlatcjqu50+KN8vyNSyxS9HlcGyV MfFqw3NAJieH3y/KywGrC0/RuACt X-Google-Smtp-Source: APXvYqzeZuuZCfz1WWTC1fHiZ/UMxoNxFtgsXwuOVbSMSRamZipgq6yoe0/ON3M7s09glJANZtiGcQ== X-Received: by 2002:a2e:9955:: with SMTP id r21mr5622281ljj.283.1581805327182; Sat, 15 Feb 2020 14:22:07 -0800 (PST) Subject: Re: sudo autocompletion To: zsh-workers@zsh.org References: <912d22db-8a8f-90f2-6738-f9f395994dcb@gmail.com> <1770be62-54d8-70a6-8b05-cfc98faa9b9f@gmail.com> <20200210030219.527a3ccf@tarpaulin.shahaf.local2> <20200210192033.1bae83dc@tarpaulin.shahaf.local2> <17405-1581415941.062275@CNCV.ghXS.ifR-> From: Andrey Butirsky Message-ID: Date: Sun, 16 Feb 2020 01:22:05 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:73.0) Gecko/20100101 Thunderbird/73.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Hello dana, seems the patches were not included to the 5.8 release. Does it mean they are not ready yet, and can we hope they will be included eventually? On 13.02.2020 04:21, dana wrote: > I made some related changes here that i can break out into separate patches if > it makes it easier. But this is the summary: > > .... > > > diff --git a/Completion/Solaris/Command/_pfexec b/Completion/Solaris/Command/_pfexec > index 2519c3cdc..fc2bca835 100644 > --- a/Completion/Solaris/Command/_pfexec > +++ b/Completion/Solaris/Command/_pfexec > ....