seagle0128 / doom-modeline

A fancy and fast mode-line inspired by minimalism design.
https://seagle0128.github.io/doom-modeline/
GNU General Public License v3.0
1.29k stars 159 forks source link

[Bug] Error during redisplay #714

Closed dchrzanowski closed 6 months ago

dchrzanowski commented 6 months ago

Thank you for the bug report

Bug description

The message buffer gets spammed with:

Error during redisplay: (eval (doom-modeline-segment--vcs)) signaled (args-out-of-range 0 0)
Unable to load color "nil"
Error during redisplay: (eval (doom-modeline-segment--vcs)) signaled (args-out-of-range 0 0) [2 times]
Unable to load color "nil" [2 times]
Error during redisplay: (eval (doom-modeline-segment--vcs)) signaled (args-out-of-range 0 0) [2 times]
Unable to load color "nil"

Please not that I am not using any face modifications for doom-modeline.

Steps to reproduce

Just move around any buffer that is under a version control.

Expected behavior

No error spam.

OS

Linux

Emacs Version

29

Emacs Configurations

my own @ https://github.com/dchrzanowski/.emacs.d

Error callstack

No response

Anything else

No response

benthamite commented 6 months ago

(also experiencing this)