Re: bind -x and multiple prompt/command lines

2014-05-04 Thread Jesper Nygårds
Chet, Not that it is pressing in any way, but have you had any time to look at this? On Tue, Apr 22, 2014 at 1:34 PM, Jesper Nygårds wrote: > Here are simplified versions of two functions that I have written. Both > are inspired by similar functions floating around on the zsh mailing lists. > T

Re: 'local -x VARIABLE' does not clear variable for subprocesses

2014-05-04 Thread Dan Douglas
On Sunday, May 04, 2014 01:22:02 AM Arfrever Frehtes Taifersar Arahesis wrote: > 'local -x VARIABLE' (without assignment of value) does not clear > variable for subprocesses. It is regression in bash 4.3. > > Behavior of 'local VARIABLE' without -x option also changed, but I am > not sure what sho