From mboxrd@z Thu Jan 1 00:00:00 1970 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=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 17910 invoked from network); 7 May 2020 18:56:54 -0000 Received-SPF: pass (primenet.com.au: domain of zsh.org designates 203.24.36.2 as permitted sender) receiver=inbox.vuxu.org; client-ip=203.24.36.2 envelope-from= Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 7 May 2020 18:56:53 -0000 Received: (qmail 12113 invoked by alias); 7 May 2020 18:56:34 -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: 24820 Received: (qmail 25183 invoked by uid 1010); 7 May 2020 18:56:34 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-expgw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25801. spamassassin: 3.4.4. Clear:RC:0(133.208.98.2):SA:0(-2.6/5.0):. Processed in 2.143555 secs); 07 May 2020 18:56:34 -0000 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.208.98.2 as permitted sender) X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Subject: Re: menu completion From: "Jun. T" In-Reply-To: Date: Fri, 8 May 2020 03:55:55 +0900 Cc: Pier Paolo Grassi Content-Transfer-Encoding: 7bit Message-Id: <587B9115-0CAB-4379-986C-F2C22BEA8460@kba.biglobe.ne.jp> References: To: zsh-users@zsh.org X-Mailer: Apple Mail (2.3445.104.14) X-Biglobe-Spnum: 24486 Sorry for a slow reply: > 2020/04/06 11:18, Pier Paolo Grassi wrote: > in my .zshrc I have > > zstyle ':completion:*' menu select=2 Try the following instead: zstyle ':completion:*' menu on select=2 Description of the 'menu' style in zshcompsys(1) may suggest that only select=2 is sufficient, but it seems 'on' is also required.