domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
235 stars 25 forks source link

Failure to render when git status has changes #43

Closed haaspors closed 7 years ago

haaspors commented 7 years ago
Error during redisplay: (eval (spaceline-ml-all-the-icons)) signaled (error "Unknown upattern `(quote deleted)'") [9 times]
QuitError during redisplay: (eval (spaceline-ml-all-the-icons)) signaled (error "Unknown upattern `(quote deleted)'")

I'm unable to insert the deleted icon with all-the-icons-insert as well. If that matters?

haaspors commented 7 years ago

However, using customize-group it looks like it should use the diff icons, which there shows perfectly.

domtronn commented 7 years ago

Ah yeah! It's my use of pcase

Apparently there are a few different behaviours on different emacs versions for matching simple symbols! I should probably be using cl-case instead. I'll get a fix in for this :)