On 22/05/2019 14:58, Koichi Murase wrote:
What still remains is the not working assignment of ^X.
Henning
Hi, I guess you are using Bash 4.4 because, according to my records,
bind -x '"\C-x": ...' after unbinding all the keyseqs causes segfaults
in Bash-3.0, 3.1 and 4.0--4.2, infinite loops in Bash 3.2, and error
messages like "bash_execute_unix_command: ..." in Bash 4.4. It just
works with Bash 4.3 and 5.0+.
good info. Thanks a lot.
b. If you want to support older Bash, the second easiest way is to use
on this machine I'm in the Cygwin world. And here 4.4.12 is the actual
version.
I'll try compiling 5.0 again, else wait for the cygwin guys to offi-
cially announce 5.0
Henning