gabrielelanaro/emacs-for-python

emacs hangs

vijayvd opened this issue · 3 comments

Hi Gabriel,
I have been facing this issue for sometime. Let's say numpy has been imported as np. Emacs hangs when I have typed "np. " . I think it is trying to do an autocomplete but is not able to finish. Do you know what might be going on?

Regards,
Vijay

Yes this is definitely possible. You can try disabling ropemacs by M-x ropemacs-mode and then try the completion again. Does it work?

It didn't work. Even after disabling ropemacs, I have the same problem.

It's probably pyflakes. It tends to make things hang.