Re: Allow `read` to recognize custom completions

2021-12-27 Thread konsolebox
On Mon, Jun 21, 2021, 23:34 Chet Ramey, wrote: > On 6/16/21 2:04 AM, konsolebox wrote: > > > Thanks, that worked well. Is there a chance a feature that would > > allow this be defaulty implemented in the next version? If yes, what > > would be the strategy? > > > > Someone in IR

Re: Empty array referenced by indirection reports unbound variable

2021-12-27 Thread konsolebox
On Thu, Apr 8, 2021, 06:56 konsolebox, wrote: > On Thu, Apr 8, 2021 at 2:44 AM Chet Ramey wrote: > > Indirection does not check whether or not the variable it's indirecting > > is $@/$* or ${array[@/*]}. It simply goes by the return value. > > It looks like it can easily be fixed with this: > >

Re: Add {{ }}, ${{ }}, return n [x], and $:

2021-12-27 Thread konsolebox
On Sat, May 1, 2021, 10:58 Robert Elz, > | You also would almost always want to enable the > | subshell to avoid the parent from getting its parameters altered. > > Many cases, yes, the point is that not forking works in the simple > cases where it is most desired to not fork for speed $(echo

Re: Add {{ }}, ${{ }}, return n [x], and $:

2021-12-27 Thread konsolebox
To Chet: Any thoughts on this? -- konsolebox