Bug#710588: display of search string very wrongly stops when can't find any match

2013-05-31 Thread jidanni
X-debbugs-Cc: bug-bash@gnu.org Package: readline-common Version: 6.2+dfsg-0.1 Do this: C-r 1 2 3 4 5 6 7 ... You will see on your screen (reverse-i-search)`1234': or you will see more or less digits depending on your history. The point is sooner or later the digits won't reflect what the actua

Re: `declare -fp` mishandles heredoc with || statement

2013-05-31 Thread Chris F.A. Johnson
On Fri, 31 May 2013, Mike Frysinger wrote: simple code snippet: $ cat test.sh func() { cat > / < / < With 4.2.37: func () { cat > / <11 EOF echo FAIL } -- Chris F.A. Johnson, Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apres

`declare -fp` mishandles heredoc with || statement

2013-05-31 Thread Mike Frysinger
simple code snippet: $ cat test.sh func() { cat > / < / < signature.asc Description: This is a digitally signed message part.