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


Groups > gnu.bash.bug > #15978

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

Path csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From lockywolf@gmail.com
Newsgroups gnu.bash.bug
Subject Bug: bind -u shell-backward-word does not unbind the binding
Date Thu, 27 Feb 2020 21:40:39 +0800
Lines 26
Approved bug-bash@gnu.org
Message-ID <mailman.1642.1582815007.2412.bug-bash@gnu.org> (permalink)
References <87h7zcjgh4.fsf@delllaptop.lockywolf.net>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain
X-Trace usenet.stanford.edu 1582815007 19764 209.51.188.17 (27 Feb 2020 14:50:07 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-bash@gnu.org
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=gatDtj06DdyH+rcObJv9BEksqDDyVQln12ZfWwXbssY=; b=puTQ1q2E4Ue9P7+O+FdriZccwk2zRaBS1uXrxswEuBmnDvxFtgaVRhSWhi/uTfSCtd 8Yx9Kfh6BmLIg0yFZeGuTJuyr2fqANO9EmEU2a88fsTBaREgNQ0iCrDlYj6hHCrKNK0Y iwh6srJ2kkdT71ubEXfTgqVavkj+RtoR2eCJ3S/Cw9NTsmvPwpyTjOzDm6H7FamZjY5t rTHGjEhXGueF2bYTqnNG7/+mfwAjMiADcDZHowdY/xPFaXKMwawlUuROhYaCqD99RQGW 2ZmojnKR0+wiLvm4lzENn8H7ogZk0DnnsqntisisN/PCkoy1HmIQw4MX+qFMg78OVT0V 9kug==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=gatDtj06DdyH+rcObJv9BEksqDDyVQln12ZfWwXbssY=; b=D8SqLW5AgXHOe5N++QH4dPopFOxHWRkvxcvqZLk6l2PKGIVqEo6naHNNd+8wL00P0M j5eHMnoEUXrhN6aFZUMEhHZ+PrqIG4OR02cpVY0Au0wkhPG/F2CmY3rsQmQ8olbT5wVz h3MjFbUAwANnVmlWiuWqQql3b+L/b/c8TQoLrizi/cVAXvfu5dVgiUpmZz2w0qAyVALl PLxjok4/XOF4G6BqSoWU+x29qEv3poeAqFkCl2nxwgyv54AKDlIJ3Gdk7aNhG8pF+mR1 42caPql1dItawvEjgEnfpS0vgQyhP0+k4sh6TX7xXkE1ETYm68lgP7FuLIcOH2K7bmAq sT1A==
X-Gm-Message-State APjAAAUOr2qS1tVf3cOQTq8rOwXPQesAwL8eJSkqk2mSJc323HKFjWog y+mFZ/l+tEm5ZRjT8o1IUoQHbsvh/bE=
X-Google-Smtp-Source APXvYqwORDdqQgSvcwRhjcvInhdq1xhWplS/XOVQsokA5LmyqvbGoqjlTmHmVKDpQ0XXfsuEk6te+Q==
X-Received by 2002:adf:fcc4:: with SMTP id f4mr5198145wrs.247.1582810857520; Thu, 27 Feb 2020 05:40:57 -0800 (PST)
X-detected-operating-system by eggs.gnu.org: Genre and OS details not recognized.
X-Received-From 2a00:1450:4864:20::42b
X-Mailman-Approved-At Thu, 27 Feb 2020 09:50:06 -0500
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <https://lists.gnu.org/archive/html/bug-bash>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
X-Mailman-Original-Message-ID <87h7zcjgh4.fsf@delllaptop.lockywolf.net>
Xref csiph.com gnu.bash.bug:15978

Show key headers only | View raw


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