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

2020-10-31 Thread Detlef Vollmann
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 would expect (and what I got with 5.0) is: (reverse-i-search)`man': man a Instead I get

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

2020-11-01 Thread Detlef Vollmann
On 10/31/20 4:00 PM, 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 would expec

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 t

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

2020-11-04 Thread Detlef Vollmann
On 11/2/20 3:34 PM, Chet Ramey wrote: 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. Thanks. I tested it and it works nicely again :-) What I

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

2020-11-05 Thread Detlef Vollmann
On 11/4/20 9:06 PM, Detlef Vollmann wrote: What I don't understand yet is the highlighting. Sometimes (but rarely) I see the matched string highlighted (actually only starting with the second character). But most of the time nothing is highlighted while doing reverse-i-search. Sorry, it

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

2020-11-05 Thread Detlef Vollmann
On 11/5/20 9:39 AM, Lawrence Velázquez wrote: On Nov 5, 2020, at 3:12 AM, Detlef Vollmann wrote: BTW, I found no way to set a readline variable from the command line w/o an external file. $ echo "set enable-bracketed-paste On" | bind -f - didn't work. bind 'set enabl

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

2020-11-05 Thread Detlef Vollmann
On 11/5/20 3:01 PM, Chet Ramey wrote: On 11/5/20 3:12 AM, Detlef Vollmann wrote: On 11/4/20 9:06 PM, Detlef Vollmann wrote: What I don't understand yet is the highlighting. Sometimes (but rarely) I see the matched string highlighted (actually only starting with the second character). But