Top "Elpa" questions

ELPA stands for Emacs Lisp Package Archive a simple package manager for Emacs, and a repository of pre-packed Emacs Lisp code.

Updating packages in Emacs

I have the following setup for packages (not sure if there is a better recommended one): (require 'package) (setq package-archives …

emacs elpa
Emacs behind HTTP proxy

Emacs is able to access the Internet with packages such as url.el or the W3 web browser. Also, the …

emacs proxy elpa
Error updating emacs packages: Failed to download 'gnu' archive

My init.el uses this to initialize packages: (package-initialize) (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")) (add-to-list 'package-archives …

emacs checksum elpa melpa
Use ELPA (Emacs) behind a proxy requiring authentication

I have read this and this question. In both they say Emacs can deal with authentication, but it does not …

authentication emacs proxy emacs24 elpa
Adding Marmalade as Package Source

I'm trying to add Marmalade as a package source, but when I do so I get the error:Symbol's value …

emacs emacs23 elpa
How to rebuild ELPA packages after upgrade of Emacs

I just upgraded GNU Emacs from 23 to 24 on MacOS and some ELPA installed packages stopped working. One of them is …

emacs elpa
package-refresh-contents hangs at Contacting host: elpa.gnu.org:80

I'm running Emacs 24.4 for Windows (installed through Chocolatey) and trying to install CIDER. When I run M-x package-install [RET] cider […

windows emacs freeze emacs24 elpa
Emacs: list-packages [no match]

I'm new to Emacs. I'd like to install a package, but doing M-x package-install says there is no such command. …

emacs package emacs23 elpa
ELPA/Marmalade reports "cannot open load file" for ~/.emacs.d/elpa/archives/-pkg

I have installed Marmalade and downloaded some interesting packages. But now, when I start Emacs I get this error: Cannot …

emacs marmalade elpa
How do I configure Emacs behind an authenticated HTTP proxy?

There's another question that answers this though it doesn't specify anything regarding proxy authentication. Its solution is (setq url-proxy-services '(("…

http emacs proxy elpa