I'm trying to install auctex
which is on the the gnu elpa.gnu.org
repo but it gets stuck for some reason on downloading.
I can't find anything online for this problem so I'm guessing this is something specific to my setup and not something wrong with ELPA. I'm using a port of Emacs for OS X which isn't Aquamacs and isn't vanilla emacs. I use the Emacs.app
that comes with it to launch the GUI version. I've already started trying to disable parts of my init.el but it's a lot pieces of code and I want to help narrow things down first.
Here is what I have in *messages*
Making completion list... [2 times]
Contacting host: elpa.gnu.org:443
Opening TLS connection to `elpa.gnu.org'...
Opening TLS connection with `gnutls-cli --insecure -p 443 elpa.gnu.org'...done
Opening TLS connection to `elpa.gnu.org'...done
Contacting host: elpa.gnu.org:443
Buffer " *epg*" has a running process; kill it? (y or n) y
Quit
How do I debug this situation? I am guessing I need to debug the part where it tries to contact elpa.gnu.org
since thats where I eventually need to kill it, but I'm not even sure how to start my version of Emacs in debug mode.
This is my version of emacs: https://bitbucket.org/mituharu/emacs-mac
Installed using this homebrew recipe: https://github.com/railwaycat/emacs-mac-port
I'm trying to avoid downloading and installing auctex
manually if possible.