Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15979

Bug: bind -u shell-backward-word does not unbind the binding

From lockywolf@gmail.com
Newsgroups gnu.bash.bug
Subject Bug: bind -u shell-backward-word does not unbind the binding
Date 2020-02-27 21:40 +0800
Message-ID <mailman.1643.1582815007.2412.bug-bash@gnu.org> (permalink)
References <87h7zcjgh4.fsf@delllaptop.lockywolf.net>

Show all headers | View raw


--text follows this line--
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Description:
	It is possible to bind shell-backward-word, but not possible to unbind.

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

Repeat-By:
        1) bind '"\e\C-b": shell-backward-word' # make binding
        2) bind -P # to check that the binding appeared
        3) bind -u shell-backward-word # to unbind the binding
        4) bind -P # to check that unbinding didn't work
        
Fix:
	I don't know how to fix the problem.
 Configuration Information [Automatically generated, do not change]:
 Compilation CFLAGS: -O2 -fPIC -Wno-parentheses -Wno-format-security
 uname output: Linux delllaptop.lockywolf.net 5.4.21 #1 SMP Wed Feb 19 19:09:47 CST 2020 x86_64 Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz GenuineIntel GNU/Linux
 Machine Type: x86_64-slackware-linux-gnu

Date: Thu, 27 Feb 2020 21:39:02 +0800
Message-ID: <87k148jgjt.fsf@delllaptop.lockywolf.net>

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Bug: bind -u shell-backward-word does not unbind the binding lockywolf@gmail.com - 2020-02-27 21:40 +0800

csiph-web