You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still seeing this error on builtins -- it looks like we should instead be getting "Cannot see the definition of __builtin__." (but module_name is in fact nil, not "__builtin__")? (Due to #265 I suppose.)
If that's correct, perhaps this issue should be re-opened to fix the error message?
In some cases, I keep getting
File 'nil' does not exist
when calling Jedi from Elisp.This seems to hit this:
emacs-jedi/jedi-core.el
Line 788 in d0f6ea4
My code:
(jedi:goto-definition 1 `definition))
Or even:
(jedi:goto-definition nil `definition))
I am writing wrappers to jump to the function definitions directly. Here they are:
Any idea what is wrong with them?
The text was updated successfully, but these errors were encountered: