[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix a problem that shadow `bind -x' does not work
From: |
Chet Ramey |
Subject: |
Re: [PATCH] Fix a problem that shadow `bind -x' does not work |
Date: |
Wed, 15 Jan 2020 09:56:25 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 |
On 12/18/19 4:01 AM, Koichi Murase wrote:
Bash Version: 5.0
Patch Level: 11
Release Status: maint
Description:
When the key sequence of a binding is a prefix of other bindings
(let me call it a shadow binding in this report), the shadow binding
is triggered when the user input does not match any of the other
bindings or there is no input within timeout specified by the
readline variable `keyseq-timeout'. When such a shadow binding is
the one by `bind -x', Bash fails to find the appropriate unix
command and produces error message or triggers a wrong command.
Thanks for the report.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
- Re: [PATCH] Fix a problem that shadow `bind -x' does not work,
Chet Ramey <=