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,SPF_PASS autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25878 invoked from network); 9 May 2020 18:24:58 -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; 9 May 2020 18:24:58 -0000 Received: (qmail 23964 invoked by alias); 9 May 2020 18:24:45 -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: 24823 Received: (qmail 16460 invoked by uid 1010); 9 May 2020 18:24:44 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f50.google.com 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(209.85.166.50):SA:0(-2.0/5.0):. Processed in 2.270865 secs); 09 May 2020 18:24:44 -0000 X-Envelope-From: pierpaolog@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.50 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=/XSeyLX1B/yyeatYkoTcDxcQ583OevtDBNc94gXKsBg=; b=Ux4MXRKO+mRl6IAsIbPghRfRXeqEGBIOrGXYjOy4ch/S0wKIykVlrjkeszFIGWQMCB V76GXCNdBTo/pETxrD+lImhH1IF33PEh/EIT/iX3+gRBZNIXCWC64mfKpVaphin9xr/9 ILwHH1qeb9zSYYyFXewYPKcxdaJJy6twGmMWNhT4IjAfKfdSexl0zi026/P1wh014wWD M/mn2WiEw9um03Ixq//CuqddxeLOrCE6+mmwDtS/eiVundxcfjI1WVRwzHjz/O6xU9/u T3ohy2E54sy+78Mo6gDWWt8+Wtg27ukVKkhqxZ2NWhTiJz3JHnk8VZGuZZTgnQU+mdGp UyHA== X-Gm-Message-State: AGi0PubqyM5N38V7FjxRVNDLbavcX4Ic4Nv1+pPLMVm2Gv2TEZpYFBwP vGpEZeBRH+qx4DLFk5l8PcP3RUFqV86JxFwJkNw= X-Google-Smtp-Source: APiQypKwXRdmXQC90TTchnlD8QGRw8pf0jkYnMRure6ze8cmRt2MmZtkf3ivN/sO1xyN2QM9fCYl3+FJ7iim/dYENwM= X-Received: by 2002:a5e:8613:: with SMTP id z19mr7928854ioj.84.1589048649426; Sat, 09 May 2020 11:24:09 -0700 (PDT) MIME-Version: 1.0 References: <587B9115-0CAB-4379-986C-F2C22BEA8460@kba.biglobe.ne.jp> In-Reply-To: <587B9115-0CAB-4379-986C-F2C22BEA8460@kba.biglobe.ne.jp> From: Pier Paolo Grassi Date: Sat, 9 May 2020 20:23:31 +0200 Message-ID: Subject: Re: menu completion To: "Jun. T" Cc: Zsh-Users List Content-Type: multipart/alternative; boundary="00000000000047abc105a53b3844" --00000000000047abc105a53b3844 Content-Type: text/plain; charset="UTF-8" thanks, but it didn't make any difference best regards Pier Paolo Grassi linkedin: https://www.linkedin.com/in/pier-paolo-grassi-19300217 founder: https://www.meetup.com/it-IT/Machine-Learning-TO Il giorno gio 7 mag 2020 alle ore 20:55 Jun. T ha scritto: > 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. > --00000000000047abc105a53b3844--