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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 337e7724 for ; Fri, 25 Oct 2019 12:04:23 +0000 (UTC) Received: (qmail 23704 invoked by alias); 25 Oct 2019 12:04:14 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24381 Received: (qmail 9300 invoked by uid 1010); 25 Oct 2019 12:04:14 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f45.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25608. spamassassin: 3.4.2. Clear:RC:0(209.85.166.45):SA:0(-2.0/5.0):. Processed in 2.00066 secs); 25 Oct 2019 12:04:14 -0000 X-Envelope-From: mikachu@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.166.45 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jHr2jzuDf+uYJlMq1Pz0VVomSaPftjQ6kAW1cPnbXxM=; b=XefAb1cc3yD/h+jw6k27YsB5js5AGeN39XIaSW4XEDojJxm90hjyHeBnMwAwnpsAev on8hTBZZK2OPPs4G/FL3oJnN54krtxk46S8DotbvNSLM+sNrC19SRzGDaA2wKZTvSNP+ rAO6C67Fa2JdVCleBIaZayMxzKsZQW3AAZ6kFYYTUl2BXp0/xLjbDmlzTEvuWcn9Z+PB Vg3qwmENyoPlKHrMe6oAckCUMeLr5lOw+JZIWZOl4NEM4kqLE+i2ET/w+UTvULg5OQ+J At934VZ7eC/99w+TBL2Slr8NTvPvW/OM/H7bSKPYvzOGFT9FKh7ZM0OqW0pxmHtmecN3 r/cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jHr2jzuDf+uYJlMq1Pz0VVomSaPftjQ6kAW1cPnbXxM=; b=Lf83xLPPKyTCQDw76L/e5qGanU0moKmi2Dfj8CfqV1/OqrHjNSMN+1m3jJUlNM3Frr GZlXfVI37y+Ts3vtGYKsDqRi/39Eh/9jC6gamZwBstmKTl8EdUEVzFpVJFw0rGwRiwk7 uaQmqjjuiSmqpAnLuuOtGiG0lc2IHp/CGuPZJPozXqJzLxyyeA/3oOyGAgiNk2BsyL/K NtGGcdgLzxFry3h4tVchBsI9LGCBGLdfogO0vMoynjj85jUQYSZbnDsWDp1eg3eGpIZN oRoRJYjtuvWU+83O9+BJ9catGcL56uZrzxsspISzsEpLASPZGFS34v2axyA4ibFqqFpr g7YQ== X-Gm-Message-State: APjAAAXLC45+va1U16RnmhtXE1sAcf3F+HmNWo69ctbgokN5UhAu/pAZ euSOxTtjieFyiBc+HjC2xtTL3o+o1Qi/hpDDq19SJLD0 X-Google-Smtp-Source: APXvYqzghwkTf1vWo2nDlmk98T8rlLwCZ/4FHzxIMQRd4c7FMAqpjAdNfpmHLeftJx92miN7Dsn8cle+Z9ipo783qHM= X-Received: by 2002:a02:c84c:: with SMTP id r12mr3559481jao.20.1572005018037; Fri, 25 Oct 2019 05:03:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Mikael Magnusson Date: Fri, 25 Oct 2019 14:03:37 +0200 Message-ID: Subject: Re: list-dirs-first bug To: sergio Cc: zsh-users@zsh.org Content-Type: text/plain; charset="UTF-8" On 10/25/19, sergio wrote: > Hello. > > I still have the problem with list-dirs-first that I reported at > 2011-06-02: > > % mkdir test > % cd test > % mkdir test test\ II # two big 'i' > % mkdir test/1 test/2 > % touch test\ II/qwe > % ls test/ > 1/ 2/ > qwe > > If I comment this string: > zstyle ':completion:*' list-dirs-first true > all works as expected. What part of the above is not as expected? (I'm assuming that if you tab to the qwe entry, then test/ is also changed to test\ II/). Maybe you want to set zstyle ':completion:*' accept-exact-dirs 'yes' -- Mikael Magnusson