Re: Terminal settings change unexpectedly after running a program via keybinding

2022-03-11 Thread Chet Ramey
On 3/11/22 10:32 AM, Markus Napierkowski wrote: Bash Version: 5.1 Patch Level: 8 Release Status: release Description:     Terminal input settings are changed unexpectedly after these steps:     1. Run a command via key-binding (registered with `bind -x`).     2. Immediately after that, exec

Terminal settings change unexpectedly after running a program via keybinding

2022-03-11 Thread Markus Napierkowski
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security uname output: Linux markus-laptop 5.10.103 #1-NixOS SMP Wed Mar 2 10:42:57 UTC 2022 x86_64 GNU/Linux Machine Type: x86_

Re: Bash-5.2-alpha available

2022-03-11 Thread Andreas Schwab
This is still mixing up undo history: bash-5.2$ history 1 echo 1 2 echo 2 3 echo 3 4 history Type e, , , . bash-5.2$ echo 2 2 bash-5.2$ history 1 echo 1 2 echo 2 3* echo 3 4 history 5 echo 2 6 history Type *4 (move to line 3), . bash-5.2$ echo 3

Re: 'hash foo' may fail, and would require something like 'hash /usr/bin/foo'

2022-03-11 Thread Andreas Schwab
On Mär 11 2022, Ángel wrote: > On 2022-03-09 at 20:35 +0100, Andreas Schwab wrote: >> On Mär 09 2022, Chet Ramey wrote: >> >> > Ultimately, this comes down to gaps in the release engineering. >> >> That won't help, the container image often comes from a different source >> than the docker packag