Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing "subprocess" in python locks out the user #55

Closed
vatrat opened this issue Dec 16, 2016 · 2 comments
Closed

Typing "subprocess" in python locks out the user #55

vatrat opened this issue Dec 16, 2016 · 2 comments
Labels

Comments

@vatrat
Copy link

vatrat commented Dec 16, 2016

I'm using Neovim. When in python mode, I type:

import subprocess

subprocess

Then, I stop being able to type as soon as I finish "subprocess." The cursor still blinks, so it's still running, but something is stopping me from typing, presumably a subprocess. Honestly, I find this bug quite funny. I laughed when it first happened.

@metakirby5
Copy link
Owner

That's pretty funny! I can't seem to reproduce this, unfortunately...

This only happens with subprocess?

@metakirby5 metakirby5 added the bug label Dec 16, 2016
@vatrat
Copy link
Author

vatrat commented Dec 16, 2016

Whoops, this is actually just deoplete-jedi's suggestions taking a ridiculous amount of time to load on certain words such as subproces. This should be closed.

Edit: If anyone else needs information about this, it's an issue caused when using deoplete-jedi's suggestions with python-mode also installed. Python-mode tries to start something with... "rope"? I have no idea what that is. Regardless, the issue can be mitigated with the command let g:pymode_rope=0 to disable rope in python-mode. The issue is still open on github. issue

@vatrat vatrat closed this as completed Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants