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 using HEAD of emacs-plus on Catalina. It's the only version of Emacs I can get running without immediate crash.
anaconda-mode is just plain not working for me, and I'm wondering how I can debug it? If I run (anaconda-mode) I don't see any errors, but I also don't see any of the anaconda mode buffers (none of them are there).
I copied the contents of anaconda-mode-server-command to a standalone python script and ran it in a terminal, and that works just fine without errors (though I did see it install jedi and etc, which probably means it never got loaded in emacs).
The text was updated successfully, but these errors were encountered:
you can check if the server is running by evaluating (anaconda-mode-running-p). The port from the server should be listed in the buffer *anaconda-mode*. If that looks good you can try a simple command like anaconda-mode-eldoc-function on a function to see if it generates a response.
I'm using HEAD of
emacs-plus
on Catalina. It's the only version of Emacs I can get running without immediate crash.anaconda-mode
is just plain not working for me, and I'm wondering how I can debug it? If I run(anaconda-mode)
I don't see any errors, but I also don't see any of the anaconda mode buffers (none of them are there).I copied the contents of
anaconda-mode-server-command
to a standalone python script and ran it in a terminal, and that works just fine without errors (though I did see it install jedi and etc, which probably means it never got loaded in emacs).The text was updated successfully, but these errors were encountered: