pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Show that the repl is blocked #396

Open jthaman opened 4 years ago

jthaman commented 4 years ago

ESS will show a nice spinner in the modeline when the comint buffer is locked up by a long computation. Does Anaconda have something like that?

CeleritasCelery commented 4 years ago

Currently it does not.

jthaman commented 4 years ago

Python-x might provide this functionality, but I have not been able to get it to work

https://gitlab.com/wavexx/python-x.el/-/issues/19