Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs24 won't download marmalade-repo.org archive [closed]

Installed emacs-snapshot from this debian repo. Added in my init.el:

(add-to-list 'package-archives
             '("marmalade" . "http://marmalade-repo.org/packages/"))
(package-initialize)

When I M-x package-refresh-contents it hangs for about 2 minutes with the message:

Contacting host: marmalade-repo.org:80

Then times-out with the message:

Failed to download `marmalade' archive.

As I can see with tcpdump, package lists are actually fetched. Unsure why the error occurs. Tried installing the package.el provided at the Marmalade page, no luck.

like image 243
kliron Avatar asked Dec 28 '11 18:12

kliron


1 Answers

The Marmalade archive is back up now.

like image 71
Natalie Weizenbaum Avatar answered Sep 20 '22 11:09

Natalie Weizenbaum