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.
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