this post was submitted on 17 Jan 2022
2 points (100.0% liked)

Emacs

2310 readers
3 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
 

Emacs UI usually stop responding when it performs a long task, for example, saving a file remotely. I'd be very convenient if I can use eshell or do something else at the same time.

I guess that people propose many solution. Anyway, I wonder if Emacs has any certain direction for improving multitasking support yet.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 3 years ago (1 children)

Probably the direction will be for more packages to use threads.

They currently don't run in parallel — they're just sugar over the existing cooperative multitasking model — but hopefully they'll get that ability in the future.

[–] [email protected] 1 points 3 years ago (1 children)

Does Emacs have a global interpreter lock similar to Python?

[–] [email protected] 1 points 3 years ago

The interpreter is completely single-threaded, so there's nothing to have a lock over.