Closed joostkremers closed 6 years ago
Thank you for the report! Apparently, Elpy was trying to get the docstring of the symbol you were trying to complete (did you type C-c C-d
perchance?), and there is a bug in Jedi in this case. I reported this problem upstream.
I might have accidentally typed C-c C-d
, though I can't be sure. (I'm not entirely sure anymore what I did and what happened and in what sequence everything transpired. Normally, I wouldn't have opened an issue, but since Emacs kindly asked me to, I posted it anyway.)
If this looks like an instance of a known upstream bug, you can probably close this issue.
Thanks for the quick response, and for elpy!
You are always welcome and encouraged to open issues with Elpy if you have any problems, questions, or anything. :-)
And this looks like a new issue for upstream, too! So excellent to have this reported.
Emacs just popped up this buffer while I was trying to get a variable name to complete.
There was really only one way to complete the variable in question, and company was already showing it. I typed
TAB
to have it completed, though I should of course have typedRET
, which I typed right afterward. Around that moment, the buffer popped up. (Can't really say whether it was before or after typingRET
, though.)