Re: 'wait -n' with and without id arguments

2024-09-22 Thread Zachary Santer
BASH_VERSION now says "5.3.0(1)-beta", so it seems like a fair time to test again: $ source ./wait-n-failure $ wait-n-failure::main Reliable. $ wait-n-failure::main explicit_pids Reliable. $ wait-n-failure::main monitor Still loses a few concurrent processes each time. Most often 5, which is in

Re: fg via keybind modifies tty settings

2024-09-22 Thread alex xmb sw ratchev
happened here with nvim and termux same as description On Sunday, September 22, 2024, Martin D Kealey wrote: > Does this happen with any raw-mode application, or just vim? > > When using readline in Emacs mode, the terminal is necessarily in raw mode. > > I suspect what you're seeing is that 'fg

Re: [feature request] Add ".sh" or ".bash" extension to tmpfile generated by `fc`

2024-09-22 Thread alex xmb sw ratchev
On Saturday, September 21, 2024, Chet Ramey wrote: > On 9/21/24 1:03 AM, Oğuz wrote: > >> On Saturday, September 21, 2024, Koichi Murase > > wrote: >> >> Emacs has `auto-mode-alist'. VS Code has `files.associations'. >> >> >> I think he meant a command line opti