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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2976 invoked from network); 20 May 2020 18:18:20 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 20 May 2020 18:18:20 -0000 Received: (qmail 19812 invoked by alias); 20 May 2020 18:18:06 -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: 24864 Received: (qmail 15260 invoked by uid 1010); 20 May 2020 18:18:06 -0000 X-Qmail-Scanner-Diagnostics: from mail-il1-f176.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25814. spamassassin: 3.4.4. Clear:RC:0(209.85.166.176):SA:0(-2.0/5.0):. Processed in 3.614692 secs); 20 May 2020 18:18:06 -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.176 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=aLJS8qTajfgJNpJsDDlGOXPbKRgSMDy//K92vxb25kI=; b=gRuYfN9m86URltv3Tr9scbJUlKo97FITIr99SBX9jvJ7gU8P8BCgMJi9Pnt6Huvt8l GpakhTDOyQGPasWktcIPji426qhGEtUDLZsNymx3zVfyisYhD9W/krF4rmjT+VRJ+7sM vxtp1qc95M71Gx4bc6H+vA9L11gU6QFbP/oontO9zaR47UXctWvYiSOqV+QQNALiCREn CW6B1Y/pLJ/Cuh8MkzqcKBYXG8hp5f6VQ9oLs0+QWkC8u47HvX4QkA38V4UW7fs1MLOz kAIgtFTUb0bCUS+EDXCcUJt9HeBIew/iQHGEvtDDa8IjXek+XXc/3CNaLD36KLT36zfZ 0ftg== X-Gm-Message-State: AOAM533yx8Pvuz8PJ2EAAkFe+3o3ZnyMX2TG0bqRQukjNl2ULjSUA+I1 /ayYShwaIyuKWFFrdqPzfCVrKGmKDfsPTsKn81U= X-Google-Smtp-Source: ABdhPJx4uGlgT01FvqMMRDBerC/aiWclGz49Q/aQZURVepnRH201D6LtChHSDQQF9LRW2KWPif7XghnYYhq76IICUqk= X-Received: by 2002:a92:cd11:: with SMTP id z17mr4556123iln.12.1589998648578; Wed, 20 May 2020 11:17:28 -0700 (PDT) MIME-Version: 1.0 References: <587B9115-0CAB-4379-986C-F2C22BEA8460@kba.biglobe.ne.jp> <06E9B8F3-66E5-442F-9036-DB326A338E6F@kba.biglobe.ne.jp> In-Reply-To: <06E9B8F3-66E5-442F-9036-DB326A338E6F@kba.biglobe.ne.jp> From: Pier Paolo Grassi Date: Wed, 20 May 2020 20:16:52 +0200 Message-ID: Subject: Re: menu completion To: Jun T Cc: Zsh-Users List Content-Type: multipart/alternative; boundary="000000000000a4564405a6186805" --000000000000a4564405a6186805 Content-Type: text/plain; charset="UTF-8" sorry for the delay. that didn't change anything, no interactive menu completion is offered, just the prompt: zsh: do you wish to see all 164 possibilities (41 lines)? and then tabbing again the list of possible options is printed 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 mar 12 mag 2020 alle ore 02:39 Jun T ha scritto: > > > 2020/05/10 3:23, Pier Paolo Grassi wrote: > > > > thanks, but it didn't make any difference > > Please try: > > zsh -f > zmodload zsh/complist > autoload -Uz compinit > compinit > zstyle ':completion:*' menu on select=2 > grep - > > > > --000000000000a4564405a6186805--