nim-lang / nim-mode

An emacs major mode for the Nim programming language
138 stars 46 forks source link

Nim-mode not found in MELPA #196

Closed DrMoriarty closed 5 years ago

DrMoriarty commented 6 years ago

Conforming Bugs

Please tell us below:

And describe your problem:

When I try to install nim-mode to emacs (package-install nim-mode) it shows me an error https://melpa.org/packages/nim-mode-20180212.1040.tar: Not found Messages buffer contains this:

  16|Contacting host: melpa.org:443                                                                                                                                         
  17|Opening TLS connection to ‘melpa.org’...
  18|Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 melpa.org’...failed
  19|Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 melpa.org --protocols ssl3’...failed
  20|Opening TLS connection with ‘openssl s_client -connect melpa.org:443 -no_ssl2 -ign_eof’...done
  21|Opening TLS connection to ‘melpa.org’...done
  22|package-install-from-archive: https://melpa.org/packages/nim-mode-20180212.1040.tar: Not found
krux02 commented 5 years ago

is this still a problem? As I can't reproduce the problem right now. I don't have a problem to install the package.

krux02 commented 5 years ago

Since I cannot reproduce this problem, and this issue is quite old by now, I close it for now. If you can verify that the problem still exists, I will try to reproduce it and reopen.