Re: Bash-5.1-rc1 available

2020-11-02 Thread Bob Proulx
Chet Ramey wrote: > Tomas Janousek wrote: > > Chet Ramey wrote: > >> Yes, you can disable bracketed paste mode. I'll make sure that turning off > >> bracketed paste mode disables the active region for incremental searches. > > > > Would you please consider making this configurable separately? I'd

Re: Regression - extra terminal escape codes emitted

2020-11-02 Thread Chet Ramey
On 11/2/20 12:29 PM, Joe Nahmias wrote: > Hello bash team, > > I've noticed a regression in one of my test suites for a program using the > python pexpect library, after upgrading from 5.0.3(1)-release to > 5.1.0(1)-rc1. Thanks for the report. These are the escape sequences that enable and disab

Regression - extra terminal escape codes emitted

2020-11-02 Thread Joe Nahmias
Hello bash team, I've noticed a regression in one of my test suites for a program using the python pexpect library, after upgrading from 5.0.3(1)-release to 5.1.0(1)-rc1. Here's a minimal test case (in python) I've created: #!/usr/bin/python3 import os import pexpect ps1 = "MYspECIalpROmpt: " e

Re: Bash-5.1-rc1 available

2020-11-02 Thread Chet Ramey
On 11/2/20 10:12 AM, Tomas Janousek wrote: > Hi Chet, > > On Mon, Oct 26, 2020 at 10:12:59AM -0400, Chet Ramey wrote: >> Yes, you can disable bracketed paste mode. I'll make sure that turning off >> bracketed paste mode disables the active region for incremental searches. > > Would you please con

Re: Bash-5.1-rc1 available

2020-11-02 Thread Tomas Janousek
Hi Chet, On Mon, Oct 26, 2020 at 10:12:59AM -0400, Chet Ramey wrote: > Yes, you can disable bracketed paste mode. I'll make sure that turning off > bracketed paste mode disables the active region for incremental searches. Would you please consider making this configurable separately? I'd love to

Re: Problem with reverse-i-search in 5.1.0(1)-rc1

2020-11-02 Thread Chet Ramey
On 11/2/20 9:17 AM, Detlef Vollmann wrote: > BTW, if you want me to check it you could send me a patch or push > a commit to git.savannah.gnu.org/git/bash. It will be in the next devel branch push. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa

Re: Problem with reverse-i-search in 5.1.0(1)-rc1

2020-11-02 Thread Detlef Vollmann
On 11/1/20 8:58 PM, Chet Ramey wrote: On 10/31/20 11:00 AM, Detlef Vollmann wrote: Hello, since Bash-5.1-rc1 doesn't work for me as previously. I have the following entries in my history: man a man b Now I type ' m a n' and get: (reverse-i-search)`man': man b Now I type '' again. What I woul