From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: RE: Error during redisplay -- eval evil Date: Sun, 08 Jan 2017 21:51:20 +0100 Message-ID: <871swdqnqv.fsf@debian.tompa.tv> References: <87eg0i4hy3.fsf@debian.tompa.tv> <35516479-5b9a-411d-b5f3-09745af22974@default> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1483908584 2229 195.159.176.226 (8 Jan 2017 20:49:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 8 Jan 2017 20:49:44 +0000 (UTC) To: Drew Adams , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 08 21:49:37 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cQKP7-000734-IG for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jan 2017 21:49:25 +0100 Original-Received: from localhost ([::1]:35004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQKPB-0000N7-UY for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jan 2017 15:49:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQKOk-0000Mw-Tk for help-gnu-emacs@gnu.org; Sun, 08 Jan 2017 15:49:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQKOg-0002NX-3T for help-gnu-emacs@gnu.org; Sun, 08 Jan 2017 15:49:02 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:38851) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQKOf-0002NC-Sd for help-gnu-emacs@gnu.org; Sun, 08 Jan 2017 15:48:58 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7BE3E20A24 for ; Sun, 8 Jan 2017 21:48:52 +0100 (CET) Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3txVkT3mnKz105n; Sun, 8 Jan 2017 21:48:49 +0100 (CET) Original-Received: from tomas by debian with local (Exim 4.84_2) (envelope-from ) id 1cQKQy-0002En-Fw; Sun, 08 Jan 2017 21:51:20 +0100 In-Reply-To: <35516479-5b9a-411d-b5f3-09745af22974@default> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.66 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112060 Archived-At: Drew Adams 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.