You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
phrxmd
changed the title
void-function reduce
Minor modes segment throws error: void-function reduce (reference to cl.el)
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):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. Addingrequire ('cl)
toinit.el
solves the problem, but I think it would be better ifcl.el
was included already byspaceline-all-the-icons.el
rather than by the user.The text was updated successfully, but these errors were encountered: