Re: Unable to bind C-w

2009-09-09 Thread rockpiper
On 9 Sep., 08:18, Pierre Gaston  wrote:

> You can  disable this with:
>   bind 'set bind-tty-special-chars  off'

Wow, thanks!

I actually did try this before, but without the quotes—doh!

Thanks again,

Rob.


Re: bash 4.0 segment fault

2009-09-09 Thread Chet Ramey
> Hello:
>I am now using bash source code 4.0 to compile a binary with
> the configure option as following:
>--enable-prompt-string-decoding --enable-progcomp
> --enable-help-builtin --enable-history --with-bash-malloc=no
> 
>every thing goes smoothy but when I type tab key after i have
> type cd or any other command. The bash print "segment fault" and exit.

Sorry, I can't reproduce this on Ubuntu.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/




Re: bash 4.0 segment fault

2009-09-09 Thread Chet Ramey
> >      While i compile with --enable-link-static, gcc stop on finding
> > xf_xfree always.

Sorry, I can't reproduce this either.  Keep in mind that because of how the
Linux linker works, you have to configure --without-bash-malloc if you want
to use --enable-static-link.

Chet


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/