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.

  • vi21OP
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    Does Emacs have a global interpreter lock similar to Python?

    • ieure
      link
      fedilink
      arrow-up
      2
      ·
      3 years ago

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