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


Groups > gnu.bash.bug > #15746 > unrolled thread

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

Started byKoichi Murase <myoga.murase@gmail.com>
First post2019-12-19 00:40 +0800
Last post2019-12-19 00:40 +0800
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromKoichi Murase <myoga.murase@gmail.com>
Date2019-12-19 00:40 +0800
SubjectRe: [PATCH] Fix a problem that shadow `bind -x' does not work
Message-ID<mailman.1090.1576687245.1979.bug-bash@gnu.org>

[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

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web