help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Highlight new lines


From: Cecil Westerhof
Subject: Re: Highlight new lines
Date: Fri, 08 Jun 2007 18:53:35 +0200
User-agent: KNode/0.8.0

Daniel Jensen wrote:

> Cecil Westerhof <dummy@dummy.nl> writes:
> 
>> Daniel Jensen wrote:
>>
>>> It is called Highlight Changes mode. See the documentation for
>>> highlight-changes-mode and highlight-changes-rotate-faces for
>>> instructions on how to use it.
>>
>> Is nice. Is there a method to activate this option automatically?
> 
> There is a global Highlight Changes mode. You can add
> 
>     (global-highlight-changes 1)
> 
> to your .emacs to enable it.

This gives an aerror. I tried
        (setq global-highlight-changesĀ 1)
and
        (setq global-highlight-changesĀ t)

These do not give an error, but do also not have an influence.

I put the following in my .emacs:
        (global-set-key [f12] 'highlight-changes-mode)

So I can very easily set and reset it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]