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

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

bug#45415: Error in package-initialize; persists in emacs -Q


From: Michael Heerdegen
Subject: bug#45415: Error in package-initialize; persists in emacs -Q
Date: Fri, 25 Dec 2020 07:01:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> https://github.com/melpa/melpa/issues/7312

For the record: this means that Emacs might fail to start.  Mine didn't
even get far enough to open the first X frame.  One needs to start with
-q.

Then I had to edit the package descriptions of all packages I had tried
to upgrade by hand.  In ~/.emacs.d/elpa for any package directory of any
package "foo", in the directory of "foo" I needed to change the first
line of the file "foo-pkg.el":

(define-package foo ...

to

(define-package "foo" ...

to make package initialization succeed again.


HTH,

Michael.





reply via email to

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