bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64423: 29.0.92; save-interprogram-paste-before-kill doesn't prevent


From: Ihor Radchenko
Subject: bug#64423: 29.0.92; save-interprogram-paste-before-kill doesn't prevent streaming large selections
Date: Tue, 04 Jul 2023 17:35:45 +0000

Eli Zaretskii <eliz@gnu.org> writes:

>> Org mode has asynchronous processing since before threads were
>> introduced, using idle timers.
>
> That timers in Emacs work is small wonder.
>
> The point of threads, AFAIU, was to allow doing the same stuff as we
> do with timers, but with significantly less hair on the Lisp level.

Yup. That's my point - thread can be useful, especially if there is also
some boilerplate code provided by Emacs that makes threads less blocking
(read: trigger less frequently, and stopping not after the user attempts
to trigger command loop).

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]