Bash-4.2 Official Patch 43

2013-03-10 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.2 Patch-ID: bash42-043 Bug-Reported-by:konsolebox Bug-Reference-ID: Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2013-01/msg00138.html Bug

Bash-4.2 Official Patch 44

2013-03-10 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.2 Patch-ID: bash42-044 Bug-Reported-by:"Dashing" Bug-Reference-ID: <20130211175049.d90786f...@smtp.hushmail.com> Bug-Reference-URL: http://lists.gnu.org/archi

Bash-4.2 Official Patch 45

2013-03-10 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.2 Patch-ID: bash42-045 Bug-Reported-by:Stephane Chazelas Bug-Reference-ID: <20130218195539.ga9...@chaz.gmail.com> Bug-Reference-URL: http://lists.gnu.org/arch

show-all-if-ambiguous inserts spurious backslashes

2013-03-10 Thread Felix
If you have "set show-all-if-ambiguous on" in your .inputrc, typing this sequence in bash (in a directory containing some non-hidden files): echo * Results in the list of possible matches being displayed (as expected), but the command line is then edited to: echo \* Which is probably not what t

Re: show-all-if-ambiguous inserts spurious backslashes

2013-03-10 Thread Chet Ramey
On 3/10/13 5:26 PM, Marcel (Felix) Giannelia wrote: > If you have "set show-all-if-ambiguous on" in your .inputrc, typing > this sequence in bash (in a directory containing some non-hidden files): > > echo * > > Results in the list of possible matches being displayed (as expected), > but the comm