From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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.4 Received: (qmail 24673 invoked from network); 5 Jul 2020 19:25:18 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 5 Jul 2020 19:25:18 -0000 Received: (qmail 10794 invoked by alias); 5 Jul 2020 19:25:13 -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: Sender: zsh-workers@zsh.org X-Seq: 46192 Received: (qmail 27932 invoked by uid 1010); 5 Jul 2020 19:25:13 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm1-f49.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25863. spamassassin: 3.4.4. Clear:RC:0(209.85.128.49):SA:0(-1.8/5.0):. Processed in 1.481663 secs); 05 Jul 2020 19:25:13 -0000 X-Envelope-From: guidocella91@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.128.49 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:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=pWzTu1ojaAJwdMwXLzQObatVsZmauKPNvBEkbMnR5B8=; b=rGTNq9hCf6az6KteGu/Vqc+75pPrOYzYXFJv2XtYy7u3gaMqQ8eR0CKXs/xMYChvV2 F9VEkEUKg01x1RoLQZgSWJj8RLGwFt8itrWLlvDd9LVnIPBUN9rK+Q8K8mbvfdorLzww cnxSDyOU5rkqUB4FrlMV56Uj1TBFANldpmoKfxwNT0oOqzYVZmqqUPzMAv/8JX6W85Bm Sp6UWZZTDIk+QA8UEGhBXsapFyldL50WUDTL97e78vvrKCUUhfgQ/XfER/fW4ZdB3H0U OU2790u9uL1wNrYxK6cu7rUPCUa5BuJHCzfMv8+woR3vEcCEjwfSbnIu+57keNDFfeVi 6V7A== X-Gm-Message-State: AOAM532mVSvr7eHJdAEJgTG+XPJo1p2KvV2ALvrfCO2AMIzZ/DqYj300 Cg3t6AU+ecQ2HV05PcVJBAIh6q6C4DY= X-Google-Smtp-Source: ABdhPJyaOmCx7sCQHUXpsIMrtE4Y0aPxjrOg2/a1tQtLOv+HxLr/3Mo9QPf0nYvkTctRQy024ETDcA== X-Received: by 2002:a7b:ce14:: with SMTP id m20mr49499714wmc.129.1593977077818; Sun, 05 Jul 2020 12:24:37 -0700 (PDT) Date: Sun, 5 Jul 2020 21:24:33 +0200 From: Guido Cella To: Bart Schaefer Cc: "zsh-workers@zsh.org" Subject: Re: [Bug] Doubled completions with suffix aliases and grouping Message-ID: <20200705192433.mdqsbcrhhasqvotf@aegis.localdomain> Mail-Followup-To: Bart Schaefer , "zsh-workers@zsh.org" References: <20200705174642.b2frcpxiuscbj27r@aegis.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sun, Jul 05, 2020 at 11:09:22AM -0700, Bart Schaefer wrote: > This isn't really a bug; completions are never de-duped across > groupings that are displayed separately. I think that the bug is adding files that aren't executable to the "executable file" grouping. If you create a directory or real executable in the /tmp/foo diretory or my example, the txt files are no longer grouped as executable file.