Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15746

Re: [PATCH] Fix a problem that shadow `bind -x' does not work

From Koichi Murase <myoga.murase@gmail.com>
Newsgroups gnu.bash.bug
Subject Re: [PATCH] Fix a problem that shadow `bind -x' does not work
Date 2019-12-19 00:40 +0800
Message-ID <mailman.1090.1576687245.1979.bug-bash@gnu.org> (permalink)
References <CAFLRLk9E3_996wJdkUc5AZs1FsE4J-hb2+TwWeJyvJVPS8qovw@mail.gmail.com> <CAFLRLk8fHwRYje3DzOKxTHMf0oAOEtFKMrz0LqT7rUjnL2Y9Bg@mail.gmail.com>

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

>   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".

Best regards,
Koichi

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] Fix a problem that shadow `bind -x' does not work Koichi Murase <myoga.murase@gmail.com> - 2019-12-19 00:40 +0800

csiph-web