Koichi Murase

Results 585 comments of Koichi Murase

I found the source code of [`awk-32`](https://github.com/apple-oss-distributions/awk) on GitHub. [ The GitHub code search for [`"towc: multibyte conversion failure on"`](https://github.com/search?q=%22towc%3A+multibyte+conversion+failure+on%22&type=code) initially didn't find anything, but after I searched for a...

Thank you. OK, I have set up WSL2 with Ubuntu 20.04 LTS and could reproduce the small delay even after disabling `auto-complete` (although the delay is almost unnoticeable in my...

> It turns out the delay only happens (or at at least is most noticeable) when I type the very first character after starting my terminal session, I'm not sure,...

@rashil2000 Thank you for the information! First, I need to note that `ble.sh` is different from the normal line editors of the shells which are implemented in the compiler languages...

Thanks for the information and answers. From these answers, it seems that the delay is caused by somewhere not related to the auto-complete or syntax-highlighting based on the filenames. Another...

OK, thank you for your information. As you have experienced the zero delay with `ssh`, the delay that I observe in my system seems to be the same issue with...

Hmm, that's interesting. In spite of that, Readline still doesn't have the delay?

I think I now found the reason for the delay in my environment. When we log into the WSL2 system through `wsl`, the environment variable `PATH` contains the directories of...

I'm not sure if we can work around this problem. If you are fine with removing all the Windows paths from `PATH`, you can just put the following command in...

Oh, thank you for the information!