seagle0128 / .emacs.d

Centaur Emacs - A Fancy and Fast Emacs Configuration

Home Page:https://seagle0128.github.io/.emacs.d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Cannot start emacs

rif opened this issue · comments

Thank you for the bug report

  • I am using the latest version of Centaur Emacs.
  • I checked my private configurations in custom.el and custom-post.el.
  • I checked FAQ.

Bug description

I get this error when starting emacs after an centaur-update.

face-attribute: Error during redisplay: (substitute-command-keys "Symbol's function definition is void") signaled (void-function funncall)

I can only use emacs if I comment out (require 'init-ivy)

Steps to reproduce

Update all the packages and start centaur emacs. It might be that a external package is broken

Expected behavior

Be able to start emacs

OS

Linux

Emacs Version

28

Error callstack

how do I reproduce the error with toggle-debug-on-error?

Anything else

No response

  1. Try using emacs --debug-init to start for troubleshooting.
  2. Try reinstalling ivy and related packages.

Loading /home/rif/.emacs.d/custom.el (source)...done
Set package archives to ‘melpa’
Starting new Ispell process aspell with default dictionary...done
[yas] Prepared just-in-time loading of snippets successfully.
Error during file deserialization: (void-function funncall) [2 times]
Overriding package-menu--print-info with paradox--print-info
Overriding package-menu--print-info-simple with paradox--print-info
Overriding package-menu--generate with paradox--generate-menu
Overriding package-menu-mode with paradox-menu-mode
face-attribute: Error during redisplay: (substitute-command-keys "Symbol's function definition is void") signaled (void-function funncall)
Symbol's function definition is void: funncall

Already try deleting all my packages, than just ivy-* packages and then reinstall centaur from scratch. No luck so far.

The above is all I get in the Messages after starting with --debug-init

I am starting emacs in the terminal only as I am on Wayland and I don't have emacs 29 yet

Upgrade all-the-icons-ivy-rich to the latest. Try it after a few hours. See seagle0128/all-the-icons-ivy-rich#34.