Bug#987683: crashes with "Wrong type argument: (or eieio-object class), nil, obj"

2021-04-29 Thread Lev Lamberov
Hi Nicholas, Чт 29 апр 2021 @ 13:54 Nicholas D Steeves : > Antoine Beaupré writes: > >> That didn't work, but I manually bisected my .emacs.d/init.el file and >> came up with this minimal reproducer: >> >> (when (require 'package nil t) >> (setq-default >>load-prefer-newer t >>package-

Bug#987683: crashes with "Wrong type argument: (or eieio-object class), nil, obj"

2021-04-29 Thread Nicholas D Steeves
Antoine Beaupré writes: > On 2021-04-29 13:54:05, Nicholas D. Steeves wrote: [snip] >> These Emacs >= 27 changes also affect the point in emacs init where >> package-enable-at-startup can be set: >> >> If non-nil, packages are made available before reading the init file >> (but after readi

Bug#987683: crashes with "Wrong type argument: (or eieio-object class), nil, obj"

2021-04-29 Thread Antoine Beaupré
On 2021-04-29 13:54:05, Nicholas D. Steeves wrote: > Hi Antoine and Lev! > > Antoine Beaupré writes: > >> That didn't work, but I manually bisected my .emacs.d/init.el file and >> came up with this minimal reproducer: >> >> (when (require 'package nil t) >> (setq-default >>load-prefer-newer

Bug#987683: crashes with "Wrong type argument: (or eieio-object class), nil, obj"

2021-04-29 Thread Nicholas D Steeves
Hi Antoine and Lev! Antoine Beaupré writes: > That didn't work, but I manually bisected my .emacs.d/init.el file and > came up with this minimal reproducer: > > (when (require 'package nil t) > (setq-default >load-prefer-newer t >package-enable-at-startup nil) > (package-initialize)