Closed danielwuz closed 9 years ago
Sorry, I'm so late to fix this bug. I mistake evil cursor type setting.
My evil setting `'(bar "red"). so i use car to get first element.
but normally settings is `("red" bar)'.
So I make function for find "bar, box, box' symbol.
@7696122 It now works, just verified. Thanks very much for your hard work!
In latest Emacs version, this mode breaks.
I debugged a little bit, that's because variables
etcc--evil-emacs-state-cursor
evaluates to be a color value like "gray", rather than a shape symbol. Then allif
condition failed inetcc--set-evil-cursor
, therefore none of the set cursor function gets called, as in https://github.com/7696122/evil-terminal-cursor-changer/blob/master/evil-terminal-cursor-changer.el#L184My emacs version:
Let me know if there's any information I can provide or anything I can do to help solve this problem.