From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Green Newsgroups: gmane.emacs.help Subject: failure to turn off highlight for current line Date: Fri, 9 Dec 2011 15:22:18 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1323462155 7461 80.91.229.12 (9 Dec 2011 20:22:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2011 20:22:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 09 21:22:32 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RZ6xi-0000OF-1Y for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Dec 2011 21:22:30 +0100 Original-Received: from localhost ([::1]:51458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ6xe-00041I-61 for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Dec 2011 15:22:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ6xa-00041A-CN for help-gnu-emacs@gnu.org; Fri, 09 Dec 2011 15:22:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZ6xY-0004gf-DE for help-gnu-emacs@gnu.org; Fri, 09 Dec 2011 15:22:22 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:35334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ6xY-0004gA-6v for help-gnu-emacs@gnu.org; Fri, 09 Dec 2011 15:22:20 -0500 Original-Received: by dakl33 with SMTP id l33so3794591dak.0 for ; Fri, 09 Dec 2011 12:22:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ta2MGr1rOdJ1luFlGIGFqGMXxKSXvMPV3lLEPqJdgt8=; b=csSDXatmK7fo+J+7i6/3UhMjo4hmnUA4oaVSNeY/CKBMWglGxCNnKg0BzXx6/SlRI3 PBuA9tdna4Qapgh0diBsQ92ST1C2ZZrmj4dTE/OuaeOGfw8T2Ora8tqGUzJBw+CThPKF UJOjtWrP97F3DphvZftmItt30Fds+NMvnPS7c= Original-Received: by 10.68.75.199 with SMTP id e7mr9058972pbw.128.1323462138617; Fri, 09 Dec 2011 12:22:18 -0800 (PST) Original-Received: by 10.68.47.200 with HTTP; Fri, 9 Dec 2011 12:22:18 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 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:83171 Archived-At: Hi! when I open a c++ file, it highlights current line. for non c++ file, it's clean though. I have (setq global-hl-line-mode 0) in my vars.rc.el file and my init.el load it but this doesn't work. I suspect some later rc files overwrites my setting in vars.rc.el. I could use m-x hl-line-mode to turn it off though. c-h v shows: global-hl-line-mode is a variable defined in `hl-line.el'. Its value is nil In this case is there an easy way to permanently turn the highlighting off for current line? or how to troubleshoot why I have line highlighting on? Thanks! Jim.