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=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20823 invoked from network); 10 Jun 2020 01:12:32 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 10 Jun 2020 01:12:32 -0000 Received: (qmail 22839 invoked by alias); 10 Jun 2020 01:12:24 -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: 24918 Received: (qmail 8107 invoked by uid 1010); 10 Jun 2020 01:12:24 -0000 X-Qmail-Scanner-Diagnostics: from mail-ot1-f43.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25835. spamassassin: 3.4.4. Clear:RC:0(209.85.210.43):SA:0(-1.9/5.0):. Processed in 2.853036 secs); 10 Jun 2020 01:12:24 -0000 X-Envelope-From: schaefer@brasslantern.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.210.43 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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SajTyTUAoqeEjngo7dLJ8vpK117bJLH7aUzhKxcAz9Q=; b=I5j6BJer8D/FY2XlPTBUdUl6rWT12RWbFsinfbmQYsB8i7K/CqTk2fAB0ztDKoc+Gx 4PlfitacZuI4vjv+DNwehJ2pBSxSuhTWZ/bcWeFYoGvHgfw5iYh/z4Kaf5uJCNSAL231 DUhE66gTumQgB7V8tsEr5+MuZbFYZ+uqWqrg4kHog9hSofNg1T4oytV6VUR3XRZTKirT yY+ITVH+Po3rCHUUVHrvVvK8J1yCqZI6dWMezyJTHL2Ir6dLDgozyQdWTQbvmxkXP4Ll 6Qa6gQAbSxQjw7x9vYHJyWYq8SeitQI2atWdqgNvEqsRoyNiPfkOhtKGICT6vcLauxgt 6kaQ== X-Gm-Message-State: AOAM531BZrmkJClwPB3vWHl7WqD4M5SOeNLSL5W+5FuEp6bnOEaEt5DJ 2/KmoU3NaxEuCaHv9o01MFQugVSe9XYPe88fHIHg3msS2CM= X-Google-Smtp-Source: ABdhPJwRsBKZsnCakiaYVge8fS/Pz5Ah1qTiOWr87iduTWEI3V5JOvOMPWhB0hZF+qda//U4J/W/5SWFp57eSkASAYg= X-Received: by 2002:a05:6830:17ce:: with SMTP id p14mr797530ota.161.1591751509382; Tue, 09 Jun 2020 18:11:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bart Schaefer Date: Tue, 9 Jun 2020 18:11:38 -0700 Message-ID: Subject: Re: menu-select doesn't respect COMPLETE_IN_WORD option To: Alan <8fvebtoeq87@gmail.com> Cc: Zsh Users Content-Type: text/plain; charset="UTF-8" On Tue, Jun 9, 2020 at 4:58 PM Alan <8fvebtoeq87@gmail.com> wrote: > > I have COMPLETE_IN_WORD set, but menu-select doesn't respect it. You're misunderstanding what COMPLETE_IN_WORD does. It tries to match both the leading and trailing parts. What you want is to invoke the expand-or-complete-prefix widget instead of the default expand-or-complete.