Bug#274592: bash: History substitution doesn't happen after ^V^J.

2005-09-11 Thread Ralph Corderoy
Hi Matthias, > tags 274592 + wontfix Fair enough. > Chet did say that history expansion was performed on a line-by-line > basis. AFAIU, this is not going to be changed. Shame, since zsh manages. % echo $ZSH_VERSION 4.2.1 % echo foo foo % echo 'a b' !$ a b foo

Bug#274592: bash: History substitution doesn't happen after ^V^J.

2005-09-11 Thread Matthias Klose
tags 274592 + wontfix thanks Ralph Corderoy writes: > Chet was only saying the simpler, single-line, case can't be reproduced > in 3.0. He wasn't saying the original, longer, error case can't be > reproduced; see the start of the bug report. So I'm re-opening this > because it seems to have bee

Bug#274592: bash: History substitution doesn't happen after ^V^J.

2005-09-11 Thread Ralph Corderoy
reopen 274592 thanks > Chet Ramey writes: > > > One thing I didn't realise from Chet's explanation was that this > > > simpler, single-line, case also fails. > > > > > > $ echo foo > > > foo > > > $ echo "abc'def" !$ xyz > > > abc'def !$ xyz > > > > I can't reproduce this using

Bug#274592: bash: History substitution doesn't happen after ^V^J.

2005-09-10 Thread Matthias Klose
close 274592 3.0 thanks not reproducible with 3.0. Chet Ramey writes: > > One thing I didn't realise from Chet's explanation was that this > > simpler, single-line, case also fails. > > > > $ echo foo > > foo > > $ echo "abc'def" !$ xyz > > abc'def !$ xyz > > I can't reproduce t