From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: xeon Mailinglist Newsgroups: gmane.emacs.help Subject: Re: highlight line in evil-mode Date: Mon, 24 Feb 2014 11:10:04 -0800 (PST) Message-ID: <4f7c6045-783b-4e9b-a2e8-a4b7a6691567@googlegroups.com> References: <7731683d-00b2-46ea-b6ff-864b4712a8e3@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1393269013 4787 80.91.229.3 (24 Feb 2014 19:10:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2014 19:10:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 24 20:10:22 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WI0uy-0007JK-1e for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Feb 2014 20:10:20 +0100 Original-Received: from localhost ([::1]:59392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI0ux-0006dv-FP for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Feb 2014 14:10:19 -0500 X-Received: by 10.182.186.73 with SMTP id fi9mr9878891obc.48.1393269004832; Mon, 24 Feb 2014 11:10:04 -0800 (PST) X-Received: by 10.140.95.144 with SMTP id i16mr426274qge.1.1393269004806; Mon, 24 Feb 2014 11:10:04 -0800 (PST) Original-Path: usenet.stanford.edu!news.glorb.com!uq10no418438igb.0!news-out.google.com!s3ni33871qas.0!nntp.google.com!f11no30806462qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.117.18.101; posting-account=IKHdJQoAAABz_0Q3gk1ShAWN2geJ79T8 Original-NNTP-Posting-Host: 194.117.18.101 User-Agent: G2/1.0 Injection-Date: Mon, 24 Feb 2014 19:10:04 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203920 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96189 Archived-At: global-hl-line-mode's value is nil, so it shouldn't happen no highlight. On Monday, February 24, 2014 3:45:15 PM UTC, Alan Schmitt wrote: > > > > > Here is the link to a pic that show what I say. I am talking about the green line. > > > > > > http://picpaste.com/Screenshot_from_2014-02-24_15_11_45-50LuYGlO.png > > > > It seems that you have hl-line-mode turned on. I used to use evil and I > > don't remember it turning it on for me. > > > > Can you test what "C-h v global-hl-line-mode" returns? > > > > Alan