[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Error during redisplay -- eval evil
From: |
Tomas Nordin |
Subject: |
RE: Error during redisplay -- eval evil |
Date: |
Sun, 08 Jan 2017 21:51:20 +0100 |
Drew Adams <drew.adams@oracle.com> writes:
>> 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"?
It was some old version code for the theme I am using. Fixed since long
now, no problem any more. Thanks.