compgen -I (programmable completion as if initial word)

2024-09-24 Thread Stephen Gildea
I would like these two partially entered commands to complete the same way: $ ca $ sudo ca The first completion nicely takes into account any previous "complete -I" setting (because it is completing the initial word of a command). But the second completion relies on a programmable completion, an

Bash-5.2 Patch 37

2024-09-24 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 5.2 Patch-ID: bash52-037 Bug-Reported-by:Martin Castillo Bug-Reference-ID: <2d42153b-cf65-caba-dff1-cd3bc6268...@uni-bremen.de> Bug-Reference-URL: https://lists

Bash-5.2 Patch 36

2024-09-24 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 5.2 Patch-ID: bash52-036 Bug-Reported-by:Grisha Levit Bug-Reference-ID: Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2023-04/msg00082.html

Bash-5.2 Patch 35

2024-09-24 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 5.2 Patch-ID: bash52-035 Bug-Reported-by:Henry Bent Bug-Reference-ID: Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2022-11/msg00044.html Bu

Bash-5.2 Patch 34

2024-09-24 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 5.2 Patch-ID: bash52-034 Bug-Reported-by:Wiley Young Bug-Reference-ID: Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2023-05/msg00146.html B

Bash-5.2 Patch 33

2024-09-24 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 5.2 Patch-ID: bash52-033 Bug-Reported-by:Florian Weimer Bug-Reference-ID: <87leasmvoo@oldenburg.str.redhat.com> Bug-Reference-URL: https://lists.gnu.org/arc

Re: fg via keybind modifies tty settings

2024-09-24 Thread Chet Ramey
On 9/20/24 7:23 PM, David Moberg wrote: Bash Version: 5.2 Patch Level: 21 Release Status: release Description: When a process/job is suspended, foregrounded via ctrl-a as a keybinding for fg, and then suspended again, the tty will be in a surprising state where no input is see