all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Error during redisplay -- eval evil
@ 2017-01-04 21:46 Tomas Nordin
  2017-01-04 21:46 ` Drew Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Tomas Nordin @ 2017-01-04 21:46 UTC (permalink / raw
  To: help-gnu-emacs

Hello List

On a windows machine at work, I get this all the time:
     
    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?

Best regards
-- 
Tomas Nordin | (The computing freedom explorer)
GPG Key: AB09AF78



^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Error during redisplay -- eval evil
  2017-01-04 21:46 Error during redisplay -- eval evil Tomas Nordin
@ 2017-01-04 21:46 ` Drew Adams
  2017-01-08 20:51   ` Tomas Nordin
  0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2017-01-04 21:46 UTC (permalink / raw
  To: Tomas Nordin, help-gnu-emacs

>     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"?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Error during redisplay -- eval evil
  2017-01-04 21:46 ` Drew Adams
@ 2017-01-08 20:51   ` Tomas Nordin
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Nordin @ 2017-01-08 20:51 UTC (permalink / raw
  To: Drew Adams, help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-08 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 21:46 Error during redisplay -- eval evil Tomas Nordin
2017-01-04 21:46 ` Drew Adams
2017-01-08 20:51   ` Tomas Nordin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.