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=-0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, SUBJ_OBFU_PUNCT_FEW autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13008 invoked from network); 9 Jun 2020 23:57:56 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 9 Jun 2020 23:57:55 -0000 Received: (qmail 16080 invoked by alias); 9 Jun 2020 23:57:43 -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: 24917 Received: (qmail 13671 invoked by uid 1010); 9 Jun 2020 23:57:42 -0000 X-Qmail-Scanner-Diagnostics: from mail-il1-f179.google.com by f.primenet.com.au (envelope-from <8fvebtoeq87@gmail.com>, uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25835. spamassassin: 3.4.4. Clear:RC:0(209.85.166.179):SA:0(-1.7/5.0):. Processed in 4.563044 secs); 09 Jun 2020 23:57:42 -0000 X-Envelope-From: 8fvebtoeq87@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.179 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:mime-version:from:date:message-id:subject:to; bh=O0s/BnUA+tMytsiGfDXifXTpsFiO3IQfZ4VhjOP0cfs=; b=iEVqt1NicjlJL0PEYp3BuATmpu9AwUJjGXelenTCCu5V0AdTeJlnxb6bt/xPyPyb8p nWS/E0BWeTIoZ3Fi7GrYKLXbF3mJrq+DdpY0pP/I8xyxCYKQztx8qTEGSVw1GR3rm1za 5j/VUN6CSEFGK93Ct6d3BFT53clw3/iVkpsy4xp8pHpiBZnbyhkLrykWJumMLg40FHsJ aUxnG5b94b0mxCFWdsk4o3bCxiKQ2AmB7/jw0fq8ohxJs84y0r/hC99JYXDp//jXbBOd 68KpI1UJeH46loejTvN9EATlbCquiz4HkS0q2ugXIzVAUsWRfH1IlmtGFCEczSELzTHc gHbA== X-Gm-Message-State: AOAM532DBfko6yTMcjJJxLCLHm7vE70YiU3gT4Y27DIdk1VFydK/qh4v /tINzoD+XUmSRdK6lwbxzKhoo0RjzyzPMkTB0m9EyGPQ X-Google-Smtp-Source: ABdhPJz+/OZ/5BqEyPsPvkVSW2Jej67dfAwLYmplxvUMfoMEoeSCEY4GpSuSPfAoadfx79wZUrYeeM6wcJ8wxkl8siM= X-Received: by 2002:a05:6e02:12b4:: with SMTP id f20mr479150ilr.243.1591747025416; Tue, 09 Jun 2020 16:57:05 -0700 (PDT) MIME-Version: 1.0 From: Alan <8fvebtoeq87@gmail.com> Date: Tue, 9 Jun 2020 19:56:54 -0400 Message-ID: Subject: menu-select doesn't respect COMPLETE_IN_WORD option To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="00000000000005b6cb05a7af7caa" --00000000000005b6cb05a7af7caa Content-Type: text/plain; charset="UTF-8" Hi, I have COMPLETE_IN_WORD set, but menu-select doesn't respect it. In my ~/.zshrc: setopt completeinword zmodload -i zsh/complist zstyle ':completion:*' menu select=1 Example: % ls dir/ bigfile bigfile1 smallfile % ls dir/big_blahblah No matches for: `files' What I want to happen: % ls dir/bigfile_blahblah files bigfile bigfile1 (Then executing menu-select again switches to bigfile1 with the "blahblah" part still appended:) % ls dir/bigfile1_blahblah files bigfile bigfile1 Is there any way to do this? Thanks! --Alan --00000000000005b6cb05a7af7caa--