Re: shell-expand-line drops quotation marks [FIXED]

2016-11-03 Thread Dabrien 'Dabe' Murphy
On 11/3/16, 4:21 PM, Chet Ramey wrote: Quote Removal makes sense during command EXECUTION (since you wouldn't want your quotes passed in with the arguments) but it doesn't make sense during (readline) EDITING, IMHO... OK. So let's talk about a mechanism to provide alternate behavior. The conve

Re: shell-expand-line drops quotation marks [FIXED]

2016-11-03 Thread Chet Ramey
On 11/2/16 6:03 PM, Dabrien 'Dabe' Murphy wrote: > I know this thread > > is a year old, but I do have to say I agree with the OP that > `shell-expand-line`'s decision to perform Quote Removal seems to violat

shell-expand-line drops quotation marks [FIXED]

2016-11-02 Thread Dabrien 'Dabe' Murphy
[NOTE] Below is a message I started to write listing a whole slew of cases where `shell-expand-line` didn't Do What I Mean. After familiarizing myself with the source code, however, I was pleasantly surprised to discover that there's actually a one line one character fix for almost every case