From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cecil Westerhof Newsgroups: gmane.emacs.help Subject: Re: Highlight new lines Date: Wed, 13 Jun 2007 07:44:11 +0200 Message-ID: <466f842b$0$338$e4fe514c@news.xs4all.nl> References: <1181130655.136181.152630@w5g2000hsg.googlegroups.com> <87zm3d8ep4.fsf@orme.bigwalter.net> <466785b0$0$79139$e4fe514c@news.xs4all.nl> <87zm3ahfc0.fsf@orme.bigwalter.net> <4669898f$0$69886$e4fe514c@news.xs4all.nl> <87odjqgw82.fsf@orme.bigwalter.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit X-Trace: sea.gmane.org 1181716839 14542 80.91.229.12 (13 Jun 2007 06:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 06:40:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 08:40:37 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HyMWz-0000ip-7u for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 08:40:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyMWy-0006Oj-QF for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 02:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!transit3.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: KNode/0.8.0 Original-Lines: 33 Original-NNTP-Posting-Host: 213.84.157.201 Original-X-Trace: 1181713452 news.xs4all.nl 338 [::ffff:213.84.157.201]:16885 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: shelby.stanford.edu gnu.emacs.help:149403 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44992 Archived-At: Daniel Jensen wrote: >>> There is a global Highlight Changes mode. You can add >>> >>> (global-highlight-changes 1) >>> >>> to your .emacs to enable it. >> >> This gives an aerror. > > It should work out of the box. What is the error? Symbol's function definition is void: global-highlight-changes t >> I tried >> (setq global-highlight-changes 1) >> and >> (setq global-highlight-changes t) > ------------------------^ > > There are non-breaking spaces here, so that will not work as intended. > It is possible that you accidentally added non-breaking spaces to > (global-highlight-changes 1) as well. What do you mean here? In my .emacs I have also (setq x-select-enable-clipboard t) In vim the t is yellow instead of white. For the global-highlight-changes it was white. So I copied and pasted the last bit. No it is also yellow. (So there was a difference.) But it still does not work. I am working with Emacs 21.3.1.