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

Need help debugging issues on Catalina #382

Open
synic opened this issue Feb 12, 2020 · 3 comments
Open

Need help debugging issues on Catalina #382

synic opened this issue Feb 12, 2020 · 3 comments

Comments

@synic
Copy link

synic commented Feb 12, 2020

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).

@CeleritasCelery
Copy link
Contributor

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.

@synic
Copy link
Author

synic commented Feb 18, 2020

(anaconda-mode-running-p) returns nil, and there is no *anaconda-mode* buffer. It doesn't seem like it's starting, but I don't see any errors

@CeleritasCelery
Copy link
Contributor

Evaluate (anaconda-mode-bootstrap) which should get server running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants