emacs-for-python icon indicating copy to clipboard operation
emacs-for-python copied to clipboard

emacs hangs

Open vijayvd opened this issue 12 years ago • 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

vijayvd avatar Jul 20 '13 13:07 vijayvd

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

gabrielelanaro avatar Jul 23 '13 21:07 gabrielelanaro

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

vijayvd avatar Aug 07 '13 13:08 vijayvd

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

oliverangelil avatar Jul 10 '16 06:07 oliverangelil