bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18576: fail to list elpa packages


From: Gianluca Della Vedova
Subject: bug#18576: fail to list elpa packages
Date: Fri, 23 Jan 2015 09:24:45 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

> When I type M-x 'list-packages' I get a message saying "Failed to
> download gnu archive". So, something is wrong with accessing GNU ELPA
> packages. I get the same error for the last 2 days.
> Here is a part of my .emacs file related to packages:
> '(package-archives
>    (quote>     (("gnu" . "http://elpa.gnu.org/packages/";)
>      ("melpa" . "http://melpa.milkbox.net/packages/";))))

Do you see the same problem with "emacs -Q"?

I had the same problem with version 24.4, and I found out that it was
due to a
(setq file-coding-system-alist ("" utf-8 . utf-8))
in my init.el file.

Removing that part fixed the problem.
--
Gianluca Della Vedova
http://gianluca.dellavedova.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]