Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15979
| 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 | 27 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.1643.1582815007.2412.bug-bash@gnu.org> (permalink) |
| References | <87h7zcjgh4.fsf@delllaptop.lockywolf.net> |
| NNTP-Posting-Host | lists.gnu.org |
| X-Trace | usenet.stanford.edu 1582815008 19765 209.51.188.17 (27 Feb 2020 14:50:08 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] |
| X-Received-From | 95.85.18.95 |
| 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:15979 |
Show key headers only | 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
Bug: bind -u shell-backward-word does not unbind the binding lockywolf@gmail.com - 2020-02-27 21:40 +0800
csiph-web