Re: Custom word completion, word splitting, bad behavior

2018-02-07 Thread Nick Patavalis
On Wed, Feb 7, 2018 at 11:12 PM, Chet Ramey wrote: > > You might try, as an intermediate step, removing `'' and `"' from > $COMP_WORDBREAKS and seeing how that works. I would be interested if it > affected readline's ability to complete within quoted strings. > I have tried this, and it works ok

Re: Custom word completion, word splitting, bad behavior

2018-02-07 Thread Nick Patavalis
On Wed, Feb 7, 2018 at 10:56 PM, Chet Ramey wrote: > On 2/6/18 3:52 PM, Nick Patavalis wrote: >> >> In any case, splitting it like: >> >> foo | --bar | =" | baz" aa bb >> >> (the last part a single word) does not look reasonable to me (even if >> it may be convenient in some occasions I cannot t

Re: Custom word completion, word splitting, bad behavior

2018-02-07 Thread Chet Ramey
On 2/6/18 3:52 PM, Nick Patavalis wrote: > Hi, > > Thank you for your reply. > > I'm not sure I understand everything, other than basically... "that's > how readline does it". You might try, as an intermediate step, removing `'' and `"' from $COMP_WORDBREAKS and seeing how that works. I would be

Re: Custom word completion, word splitting, bad behavior

2018-02-07 Thread Chet Ramey
On 2/6/18 3:52 PM, Nick Patavalis wrote: > Hi, > > Thank you for your reply. > > I'm not sure I understand everything, other than basically... "that's > how readline does it". > > I don't suggest there's a bug in readline, but I don't understand, for > example, why > > foo --bar "baz" aa bb >

Re: [PATCH] Fix overflow in jobs

2018-02-07 Thread Chet Ramey
On 2/7/18 1:51 PM, Natanael Copa wrote: > Hi, > > On Fri, 8 Dec 2017 08:04:00 -0500 > Chet Ramey wrote: > >> On 12/7/17 5:36 PM, Natanael Copa wrote: >>> This fixes an issue with bash hanging if user process rlimit is too >>> high. >> >> Thanks for the report. >> > > Unfortunately, the propos

Bash-4.4 Official Patch 19

2018-02-07 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.4 Patch-ID: bash44-019 Bug-Reported-by:Kieran Grant Bug-Reference-ID: Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2018-02/msg2.html Bu

Re: [PATCH] Fix overflow in jobs

2018-02-07 Thread Natanael Copa
Hi, On Fri, 8 Dec 2017 08:04:00 -0500 Chet Ramey wrote: > On 12/7/17 5:36 PM, Natanael Copa wrote: > > This fixes an issue with bash hanging if user process rlimit is too > > high. > > Thanks for the report. > Unfortunately, the proposed patch does not fix the case for 32 bit architectures.