emacs hangs
vijayvd opened this issue · 3 comments
vijayvd commented
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
gabrielelanaro commented
Yes this is definitely possible. You can try disabling ropemacs by M-x ropemacs-mode and then try the completion again. Does it work?
vijayvd commented
It didn't work. Even after disabling ropemacs, I have the same problem.
oliverangelil commented
It's probably pyflakes. It tends to make things hang.