From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Error during redisplay -- eval evil Date: Wed, 4 Jan 2017 13:46:34 -0800 (PST) Message-ID: <35516479-5b9a-411d-b5f3-09745af22974@default> References: <87eg0i4hy3.fsf@debian.tompa.tv> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1483566434 10866 195.159.176.226 (4 Jan 2017 21:47:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2017 21:47:14 +0000 (UTC) To: Tomas Nordin , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 04 22:47:10 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 1cOtOo-0002KM-1Y for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2017 22:47:10 +0100 Original-Received: from localhost ([::1]:42350 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOtOs-0002iH-5x for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2017 16:47:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOtOQ-0002i4-4N for help-gnu-emacs@gnu.org; Wed, 04 Jan 2017 16:46:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOtOM-0000Xh-Va for help-gnu-emacs@gnu.org; Wed, 04 Jan 2017 16:46:46 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:47901) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOtOM-0000W7-KM for help-gnu-emacs@gnu.org; Wed, 04 Jan 2017 16:46:42 -0500 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v04Lkcf1017010 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 4 Jan 2017 21:46:39 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v04LkccP014469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 4 Jan 2017 21:46:38 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id v04LkaUo026572; Wed, 4 Jan 2017 21:46:37 GMT In-Reply-To: <87eg0i4hy3.fsf@debian.tompa.tv> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6753.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 141.146.126.69 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:112051 Archived-At: > 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] >=20 > (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. >=20 > All is working fine, but messages buffer are flooded with this error. >=20 > 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"?