bug-bash
[Top][All Lists]
Advanced

[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 10:06:58 -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 11:40 AM, Koichi Murase wrote:
   Test case 2:

   $ LANG=C bash --norc
   $ bind -x '"\C-t\C-t":echo hello'
   $ bind -x '"\C-t":echo world'
   $ <-- <C-t><wait 500ms>
   hello     #<-- expected result is "world"

I'm sorry. I found that "Test case 2" has not yet fixed in the
previous patch. This is the patch for the additional fix for "Test
case 2".

Thanks for the fixes.

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]