bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Readline bind doesn't work for some keys (C-w, C-h)


From: akkzilla
Subject: Readline bind doesn't work for some keys (C-w, C-h)
Date: Wed, 12 Jan 2005 11:13:50 -0800

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu' 
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL 
-DHAVE_CONFIG_H  -I.  -I../bash -I../bash/include -I../bash/lib   -g -O2
uname output: Linux clavius 2.6.9 #4 Fri Jan 7 14:38:18 PST 2005 i686 GNU/Linux
Machine Type: i386-pc-linux-gnu

Bash Version: 3.0
Patch Level: 16
Release Status: release

Description:
        The bindings for keys C-w and C-h can't be changed or
        removed by bind or inputrc.  Bindings for some other key
        sequences still work properly.

Repeat-By:
        bind '"\C-w": dump-variables'
        then type ^W -- no dump.
        Verify with bind -P | grep C-w that the binding didn't change.

        bind -r '"\C-w"'
        then type bind -P | grep C-w
        see that the binding wasn't removed.

        Putting the bindings in .inputrc also fails.

This worked in bash 2.05a and bash 2.05b, but fails in 3.0.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]