Re: bracketed paste on 4.4.20(1)-release

2022-05-06 Thread gerases
Sounds great! Ic think i have enough to continue from here. Thanks again! > On May 6, 2022, at 15:52, Chet Ramey wrote: > > On 5/6/22 4:08 PM, Sergei Gerasenko wrote: >> Hi, RHEL 7 doesn’t have this problem. I suspect it’s only readline 7.0. > > I mean I tried it on bash-4.4.23 built from sour

Re: bracketed paste on 4.4.20(1)-release

2022-05-06 Thread Chet Ramey
On 5/6/22 4:08 PM, Sergei Gerasenko wrote: Hi, RHEL 7 doesn’t have this problem. I suspect it’s only readline 7.0. I mean I tried it on bash-4.4.23 built from sources on RHEL7, not whatever ancient version Red Hat ships. That bash-4.4 distribution uses a version of readline identical to what's

Re: bracketed paste on 4.4.20(1)-release

2022-05-06 Thread Sergei Gerasenko
Hi Mike, initial testing shows that it works! I’ll test more and let you know if that breaks something else. Thank you!! > On May 6, 2022, at 3:11 PM, Mike Jonkmans wrote: > > On Fri, May 06, 2022 at 02:16:55PM -0500, Sergei Gerasenko wrote: >> Hello, >> >> I’m seeing strange behavior in bash

Re: bracketed paste on 4.4.20(1)-release

2022-05-06 Thread Mike Jonkmans
On Fri, May 06, 2022 at 02:16:55PM -0500, Sergei Gerasenko wrote: > Hello, > > I’m seeing strange behavior in bash on CentOS 8. The version of bash there is > 4.4.20(1). The 4.2.46(2) version on CentOS 7 doesn’t have this problem. The > versions of readline are 6.2 and 7.0 respectively. The prob

Re: bracketed paste on 4.4.20(1)-release

2022-05-06 Thread Sergei Gerasenko
Hi, RHEL 7 doesn’t have this problem. I suspect it’s only readline 7.0. bind -P reports: vi-arg-digit can be found on "1", "2", "3", "4", "5", … On the non-affected systems it’s not bound to anything. That must be the culprit? What’s the most effective way to “unbind” that? “bind -r vi-arg-di

Re: bracketed paste on 4.4.20(1)-release

2022-05-06 Thread Chet Ramey
On 5/6/22 3:16 PM, Sergei Gerasenko wrote: Hello, I’m seeing strange behavior in bash on CentOS 8. The version of bash there is 4.4.20(1). The 4.2.46(2) version on CentOS 7 doesn’t have this problem. The versions of readline are 6.2 and 7.0 respectively. The problem is that when vi-mode is on

bracketed paste on 4.4.20(1)-release

2022-05-06 Thread Sergei Gerasenko
Hello, I’m seeing strange behavior in bash on CentOS 8. The version of bash there is 4.4.20(1). The 4.2.46(2) version on CentOS 7 doesn’t have this problem. The versions of readline are 6.2 and 7.0 respectively. The problem is that when vi-mode is on and bracketed paste is enabled in .bashrc wi