You are not logged in.
When I try to do something like 'package-install' or 'list-packages' in the latest version of Emacs, it refuses, complaining:
Lisp error: (void-function package-desc-vers)
package-desc-vers([(0 0 1) nil "Matrix themed Zone mode" tar])
ad-Advice-package--add-to-archive-contents(#[514 "@A\303H\304\305A\306HA\307H A\310H \311\fAG\312V\205*
Last edited by emacsomancer (2014-12-15 15:21:51)
Offline
Do you have an older version of melpa in your load-path (e.g. .emacs.d/elpa/melpa-x.x) over-riding the built-in package management in later versions of emacs?
If so, delete the melpa-x.x directory and restart emacs.
Offline