Re: [Bug Still Unfixed] Re: bash tab variable expansion question?

2011-09-15 Thread Roger
Oops. Sorry, I completely read around the specified thread initially! -- Roger http://rogerx.freeshell.org/

[man page corrections for 2011.09.15] Second and last listing

2011-09-15 Thread Roger
Here's the last of the corrections. I missed a few in the beginning of the Bash Manual Page because; the errors were intermittent and the grammar improved significantly. Later, I realized there are just pockets within the Man page that could be improved on. Anyways... -

Re: [Bug Still Unfixed] Re: bash tab variable expansion question?

2011-09-15 Thread Chet Ramey
On 9/15/11 5:53 PM, Roger wrote: > When entering "$HOME/" and "TAB KEY" to perform tab completion readline gets > overwritten with: > > $ \$HOME/ Read the discussion including http://lists.gnu.org/archive/html/bug-bash/2011-09/msg00012.html -- ``The lyf so short, the craft so long to lerne.''

[Bug Still Unfixed] Re: bash tab variable expansion question?

2011-09-15 Thread Roger
When entering "$HOME/" and "TAB KEY" to perform tab completion readline gets overwritten with: $ \$HOME/ Following thread describes the problem for bash-4.2: http://lists.gnu.org/archive/html/bug-bash/2011-02/msg00296.html My current version in Gentoo and which are the latest available sources w

Re: ^O gets stuck if there's a bunch of history

2011-09-15 Thread Chet Ramey
On 9/15/11 1:41 PM, gregrwm wrote: > Bash Version: 4.1 > Patch Level: 2 > Release Status: release > > Description: ^O gets stuck if there's a bunch of history > rpm -q bash #i have this problem on bash-4.1.2-8.el6.x86_64 > dpkg-query -W bash #and on 4.2-0ubuntu3 > echo $BASH_VERS

^O gets stuck if there's a bunch of history

2011-09-15 Thread gregrwm
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale'

^O gets stuck if there's a bunch of history

2011-09-15 Thread gregrwm
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale' -

Re: segfault with bad array subscript

2011-09-15 Thread Chet Ramey
> Bash Version: 4.1 > Patch Level: 5 > Release Status: release > > Description: > Accidentally found the bug. This is what I executed: > /bin/bash -c 'declare -r a[]=asd' Thanks for the report. I'll take a look. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

segfault with bad array subscript

2011-09-15 Thread Diego Augusto Molina
FIRST MACHINE TESTED: Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: x86_64-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gn

Re: bash tab variable expansion question?

2011-09-15 Thread Peter Kruse
Hi Chet, On Fri, Sep 2, 2011 at 9:32 PM, Chet Ramey wrote: > The attached patch adds a new shell option that, when enabled, is > intended to restore the bash-4.1 behavior of expanding directory names > in filenames being completed.  I have done some testing, and it seems > to work the way I inten