Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor modes segment throws error: void-function reduce (reference to cl.el) #104

Open
phrxmd opened this issue Apr 26, 2019 · 1 comment

Comments

@phrxmd
Copy link

phrxmd commented Apr 26, 2019

After removing some packages, I started to get the following error message with spaceline-toggle-all-the-icons-minor-modes enabled (and the modeline stayed invisible):

Error during redisplay: (eval (spaceline-ml-all-the-icons)) signaled (void-function reduce) [2 times]

The modeline reappears as soon as I either disable the minor modes segment, or run (require 'cl) manually.

It looks like some other package included cl.el, and as soon as that other package was gone, spaceline-all-the-icons.el started throwing errors. Adding require ('cl) to init.el solves the problem, but I think it would be better if cl.el was included already by spaceline-all-the-icons.el rather than by the user.

@phrxmd phrxmd changed the title void-function reduce Minor modes segment throws error: void-function reduce (reference to cl.el) Apr 26, 2019
@phrxmd
Copy link
Author

phrxmd commented Mar 4, 2021

For some reason this has now appeared again, and (require 'cl) doesn't help. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant