From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 2331e5f3 for ; Sat, 13 Jul 2019 02:30:44 +0000 (UTC) Received: (qmail 2079 invoked by alias); 13 Jul 2019 02:30: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: 24053 Received: (qmail 27378 invoked by uid 1010); 13 Jul 2019 02:30:34 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm1-f53.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25503. spamassassin: 3.4.2. Clear:RC:0(209.85.128.53):SA:0(-2.0/5.0):. Processed in 2.265069 secs); 13 Jul 2019 02:30:34 -0000 X-Envelope-From: robobenklein@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.128.53 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DPkw57XGooFjP1xI4lVpA1V0A0uvWUf9rMa7tqCq0ow=; b=J3sar2lya5aMhioxS/b1cjAPQlKeQlFvPA9lL2ElOPIYwQJzYtprrc2hTg2LMkg/sX 4z6TGQRepRNCyFbG7EmosTL6c+MdDUI9oTp2LbM4vn04RiOg5aBruEogkkv89a1sEQQd nxhHu4OmcAa1L3iqYfCOHm8+TQBc+zls2yKLvE3PRg4+LFkJf/HQJdt9Lqyo6zt8MBKR g2PmAb0HsuyequKSJsNLKEjWUIKd4wGxe6LGCgJt0LmcOPyY/hnbQp5Lz2q6nLPZ6Ky+ TIvgSbuQm8f3e8WmT6Zm1iZA8kuGL1olMgIywMV2NK99aQmEnE/osgh8D+cRf+jMnmBj VrSA== 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=DPkw57XGooFjP1xI4lVpA1V0A0uvWUf9rMa7tqCq0ow=; b=tmTX+bahD9x+bs93D1F6yzefohpY+WIInN9EhRmMMhDMKnwDmHtFnM01eXsr4BjPgR tqwfSCBgkKVpm8slByKLkgkXGSO2vlb1APLqHrXV5Eeh9tYI/fPxX80s3KxjWh7E8+JK UV4ditVNGJl0Q3cB4uQxCD+FluLCExeBI5Js8VADfy9Ve203qNSs4z36mQN7DOCEq/G8 S7KKn+voxYlQYlPXz0iglfPx0RQk107lwiU2oktPxBXvuY/IfjatMuQP8oQQMP85uPXd Dh4RatOI7xtuD7dpR3tlvoLbixS45E4kLl9h1Hkf+eG0Gu02A+dwVA/lxS9FTcUSpffO irIw== X-Gm-Message-State: APjAAAVv8BXm/JEnqkV+ue614KahGkrJE6cB6K2fBWrul2/AwcgrhMO7 zCXHnUEL4r74CGwF3CEbaNx5/SiQ69d+WmuU+r5TWjI/KzA= X-Google-Smtp-Source: APXvYqxTucI6QIPB3d/PWj8nYe09jU7S16mRoiG2q/jqcKW3Um+giDt+TYtY1J8uo242VZtfZbG8s5lFgIfeil2bYio= X-Received: by 2002:a05:600c:23cd:: with SMTP id p13mr11055908wmb.86.1562984997142; Fri, 12 Jul 2019 19:29:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ben Klein Date: Fri, 12 Jul 2019 22:29:46 -0400 Message-ID: Subject: Re: Why the widget bound to menuselect isn't called? To: Sebastian Gniazdowski Cc: Bart Schaefer , Zsh Users Content-Type: multipart/alternative; boundary="0000000000008b4448058d86cd3f" --0000000000008b4448058d86cd3f Content-Type: text/plain; charset="UTF-8" Welp I can confirm that the modification of the menuselect keymap binds doesn't appear to have any effect. Doesn't matter what key I try to bind to in menuselect, none of them seem to activate. robo-triangulum% bindkey -M menuselect "^A" double-accept "^I" complete-word "^J" accept-line "^M" double-accept "^[OA" up-line-or-history "^[OB" down-line-or-history "^[OC" forward-char "^[OD" backward-char "^[[A" up-line-or-history "^[[B" down-line-or-history "^[[C" forward-char "^[[D" backward-char " " double-accept robo-triangulum% *\Ben Klein* About: https://unhexium.net/about/ Other places online: https://unhexium.net/ll/ Contact me securely: https://keybase.io/robobenklein On Fri, Jul 12, 2019 at 9:24 PM Sebastian Gniazdowski < sgniazdowski@gmail.com> wrote: > On Fri, 12 Jul 2019 at 21:36, Bart Schaefer > wrote: > > > > Are you sure that the zsh/complist module is loaded before you execute > > the bindkey command? > > Yes, it is, and I've also tried the snippet in the interactive session > after issuing the zmodload just to be sure. Doesn't this reproduce for > you? > > -- > Sebastian Gniazdowski > News: https://twitter.com/ZdharmaI > IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin > Blog: http://zdharma.org > --0000000000008b4448058d86cd3f--