Re: Is this a bug?

2020-08-20 Thread Ángel
On 2020-08-19 at 20:55 +, George R Goffe wrote: > Chet, > > I tried several times to create the problem. I think I succeeded. I did > install the "debuginfo" files I could find but it looks like libnss_sss.so's > debuginfo isn't built properly? It's supplied by sssd-client. I tried > instal

Feature request: Enable case-insensitive reverse-search-history (C-r)

2020-08-20 Thread A M
Hello, I would like to make a feature request/suggestion on Bash. (I was told submitting to this mailing list was the right way to do it.) Feature request: Enable reverse-search-history (C-r) to be case-insensitive. Currently reverse-search-history is case-sensitive and cannot be changed to be

Re: [PATCH] fc: trim range instead of erroring out

2020-08-20 Thread Chet Ramey
On 8/20/20 9:08 AM, Martijn Dekker wrote: > Op 12-08-20 om 16:40 schreef Chet Ramey: >> What's your opinion about what the `as appropriate' means? An out-of-range >> `first' gets substituted with the first command in the history, and an out- >> of-range `last' gets the last history entry? > > Yes,

Re: Is this a bug?

2020-08-20 Thread Chet Ramey
On 8/19/20 4:55 PM, George R Goffe wrote: > Chet, > > I tried several times to create the problem. I think I succeeded. I did > install the "debuginfo" files I could find but it looks like libnss_sss.so's > debuginfo isn't built properly? It's supplied by sssd-client. I tried > installing sssd-

Re: [PATCH] fc: trim range instead of erroring out

2020-08-20 Thread Martijn Dekker
Op 12-08-20 om 16:40 schreef Chet Ramey: What's your opinion about what the `as appropriate' means? An out-of-range `first' gets substituted with the first command in the history, and an out- of-range `last' gets the last history entry? Yes, that was my intention. Bash does one thing, your p