Re: unquoted expansion not working (was Re: Not missing, but very hard to see)

2019-12-14 Thread L A Walsh
On 2019/12/13 10:42, Greg Wooledge wrote: On Fri, Dec 13, 2019 at 10:25:15AM -0800, L A Walsh wrote: I would assert that for the characters returned by a range that has metacharacters in it, the metacharacters SHOULD be quoted or they will not appear in the output. There's a larger iss

Re: bind -X shows inactive bindings (bindings removed using bind -r)

2019-12-14 Thread Chet Ramey
On 12/13/19 9:41 PM, Koichi Murase wrote: > 2019-12-14 3:06 Chet Ramey : >> It takes maybe a dozen lines of code, and no modifications to readline, >> to solve the problem with `bind -r'. There are a couple of other remaining >> issues, but that one was easy. > > Thank you very much for your reply

Re: unquoted expansion not working (was Re: Not missing, but very hard to see)

2019-12-14 Thread Robert Elz
Date:Sat, 14 Dec 2019 02:48:16 -0800 From:L A Walsh Message-ID: <5df4bdf0.6000...@tlinx.org> | it could break existing scripts that Scripts should not be using brace expansion in the first place, it is useful to save typing for interactive shells, but (whatever quo