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=-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.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id b64de37b for ; Fri, 10 Jan 2020 14:02:06 +0000 (UTC) Received: (qmail 10512 invoked by alias); 10 Jan 2020 14:01:57 -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: 24631 Received: (qmail 19189 invoked by uid 1010); 10 Jan 2020 14:01:57 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf1-f54.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(209.85.167.54):SA:0(-2.0/5.0):. Processed in 1.207972 secs); 10 Jan 2020 14:01:57 -0000 X-Envelope-From: butirsky@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.167.54 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:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=kmHPFhCELXJ9DbSTCjdfR802R8a08bJzYyiYlDMenKY=; b=lgB0oAxkwQjFAcVCjA0Hj8FpqUwUDmkb42G1f2u/iSskWj8eU5fSTHhbX/MWMUd9Qa q/eY0Gbaty6QHUeEx9KVGicBeheZFB02O79J295YpqER9nOfNA4t9sjaPs6HrL5QsBbC +aKU8Idz1+YYlxFtMZXSik7bVA63SIYKb/9daQFZw0yN/ihuR16sNzJLHOUTSiP9nDuI Ae5h6v3mICHYD7a4ftyHnwuj+4VfOeZeO6qm+UTrkM8YmtS5B+snBl/0WUOTWZzjg1Ln Nrt4hOHz26xs+uDxcU/OQNckEae9EBfIQn9qg7+Nvvrbalx+Uno376BNJmi2Ru6meH0v lnyQ== X-Gm-Message-State: APjAAAWokkbk9cAbiC6iott4/T3qb9s2CjXkBng4VTQ1DUrP7Dk8sbWz DxMmFHjqLBtvbbDufF1BF5W+uMTb X-Google-Smtp-Source: APXvYqyDY9rql3lz4vePZx1CzPxzqv70OWAeQDMPNDJ5XVMp3CIGNAGEjr649/WyqWbcFHsrx9qP+A== X-Received: by 2002:a19:f701:: with SMTP id z1mr2479021lfe.13.1578664880884; Fri, 10 Jan 2020 06:01:20 -0800 (PST) Subject: Re: emulate bash key bindings To: zsh-users@zsh.org, Peter Stephenson References: <1578477603.6726.5.camel@samsung.com> <1578580166.6028.9.camel@samsung.com> <68da78c1-61b2-6467-d5c6-710b0c7c5d1e@gmail.com> <1578649908.5278.2.camel@samsung.com> <1578653890.5278.5.camel@samsung.com> From: Andrey Butirsky Message-ID: <26b8b7a5-fd0e-b46b-fd36-096f497c022f@gmail.com> Date: Fri, 10 Jan 2020 17:00:56 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Thunderbird/72.0 MIME-Version: 1.0 In-Reply-To: <1578653890.5278.5.camel@samsung.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US On 10.01.2020 13:58, Peter Stephenson wrote: > I just looked at the code... > > Actually, I'm wrong and in generally you *don't* want that stuff. > > I need it in my case because I'm using the ridiculously over the top > word-context style (which I suspect no one else has ever used).  *This* > gives you a subcontext.  Otherwise, you *don't* get an extra > subcomponent, so you need to leave out the ":*".  There is documentation > on word-context indicating this extra behaviour, but it isn't relevant > in your case, so I've just been confusing you, sorry. > > Here's an example of the re-using a match widget for a specific style. > > ... Thank you Peter for the clarification and documentation update!