Malabarba / spinner.el

Emacs mode-line spinner for operations in progress
104 stars 21 forks source link

spinner doesn't spin #27

Closed joostkremers closed 2 years ago

joostkremers commented 2 years ago

If I call (spinner-start) in a buffer, a spinner shows up in the mode line but it doesn't start spinning. This is on Emacs 28.1 on Arch Linux. On another laptop with an almost identical setup on Elementary OS, the spinner works.

Any idea what could be wrong here? The value of system-configuration-features is almost identical between the two systems, except that the one where spinner works has LIBSELINUX and NATIVE_COMP, which the other system lacks, but it seems unlikely to me that those play a role.

Is there anything in particular I should be looking at to narrow this down?

joostkremers commented 2 years ago

Well, this seems to have resolved itself after I recompiled Emacs with native comp enabled. I'll close this for now.