bug#73131: 28.2; Yielded threads get killed on C-g

2024-09-08 Thread Swapneil Singh
When using the Emacs cooperative threading system in a new project, I noticed that calling C-g results in quitting the background thread I create, even when those threads are yielded. Sending this as a bug report per Eli Zaretskii's mention that it may not be expected behavior (https://www.reddit.

bug#73131: 28.2; Yielded threads get killed on C-g

2024-09-09 Thread Swapneil Singh
inhibit-quit works great, thanks for the fix! On Mon, Sep 9, 2024 at 8:22 AM Eli Zaretskii wrote: > > > From: Swapneil Singh > > Date: Sun, 8 Sep 2024 12:08:00 -0400 > > > > When using the Emacs cooperative threading system in a new project, I > > noticed tha