[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Error during redisplay -- eval evil
From: |
Drew Adams |
Subject: |
RE: Error during redisplay -- eval evil |
Date: |
Wed, 4 Jan 2017 13:46:34 -0800 (PST) |
> Error during redisplay: (eval (if (and evil-mode (featurep (quote
> powerline-evil))) (propertize (powerline-evil-tag) (quote face)
> (quote bold)) "")) signaled (void-variable evil-mode) [33 times]
>
> (copied from the messages buffer). I don't have this problem if I start
> emacs -Q. Before I start to turn off thing after thing, does somebody
> know what package is doing this eval. I don't use any evil stuff I am
> aware of.
>
> All is working fine, but messages buffer are flooded with this error.
>
> Or, maybe a better question, can I somehow set something up to trap who
> is doing the eval?
My crystal ball whispers that this is from some code trying to update
the mode-line. And I see `evil-mode' and `powerline' in there.
So maybe check your code that uses Evil or "powerline"?