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: Wed, 13 Jun 2007 07:54:13 +0200
User-agent: KNode/0.8.0

Peter Dyballa wrote:
>> I tried
>>         (setq global-highlight-changes 1)
>> and
>>         (setq global-highlight-changes t)
> 
> Could you check whether your version of GNU Emacs has documentation
> on global-highlight-changes? If not, then you need to get hilit-
> chg.el. Or GNU Emacs 22.

I get:
################################################################################
global-highlight-changes is an interactive compiled Lisp function in
`hilit-chg'.
(global-highlight-changes &optional ARG)

Turn on or off global Highlight Changes mode.

When called interactively:
- if no prefix, toggle global Highlight Changes mode on or off
- if called with a positive prefix (or just C-u) turn it on in active mode
- if called with a zero prefix  turn it on in passive mode
- if called with a negative prefix turn it off

When called from a program:
- if ARG is nil or omitted, turn it off
- if ARG is `active', turn it on in active mode
- if ARG is `passive', turn it on in passive mode
- otherwise just turn it on

When global Highlight Changes mode is enabled, Highlight Changes mode is
turned
on for future "suitable" buffers (and for "suitable" existing buffers if
variable `highlight-changes-global-changes-existing-buffers' is non-nil).
"Suitability" is determined by variable `highlight-changes-global-modes'.
################################################################################

So it should work I think?



reply via email to

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