From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: M P Newsgroups: gmane.emacs.help Subject: Re: syntax highlighting Date: Sun, 16 Nov 2014 13:15:37 -0800 (PST) Message-ID: References: <43671709-e657-44d7-81c7-36aa6398706f@googlegroups.com> <87389jh93u.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1416172834 29382 80.91.229.3 (16 Nov 2014 21:20:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2014 21:20:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 16 22:20:29 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 1Xq7FF-0000Fc-Lf for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Nov 2014 22:20:29 +0100 Original-Received: from localhost ([::1]:45119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq7FF-00043t-3j for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Nov 2014 16:20:29 -0500 X-Received: by 10.50.43.228 with SMTP id z4mr19758045igl.4.1416172537853; Sun, 16 Nov 2014 13:15:37 -0800 (PST) X-Received: by 10.50.118.9 with SMTP id ki9mr224021igb.16.1416172537774; Sun, 16 Nov 2014 13:15:37 -0800 (PST) Original-Path: usenet.stanford.edu!h15no1506083igd.0!news-out.google.com!c9ni14081igv.0!nntp.google.com!h15no1506073igd.0!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=73.169.31.88; posting-account=v9-I-woAAADfrggfbYcBFX07E19a3EtV Original-NNTP-Posting-Host: 73.169.31.88 User-Agent: G2/1.0 Injection-Date: Sun, 16 Nov 2014 21:15:37 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208693 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:100970 Archived-At: Thanks, I had (global-font-lock-mode) which worked previously, Mark On Sunday, November 16, 2014 12:31:31 PM UTC-7, Bob Proulx wrote: > M P wrote: > > I would like to turn of syntax highlighting. The screen glows in all > > colors of the rainbow - thats is tiring for the eyes, > > Set this in your .emacs file to disable font-lock-mode globally. > > (global-font-lock-mode 0) > > See the documentation on font lock mode for more information. > > http://www.gnu.org/software/emacs/manual/html_node/emacs/Font-Lock.html#Font-Lock > > Bob