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

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

Re: Highlight new lines


From: Daniel Jensen
Subject: Re: Highlight new lines
Date: Thu, 14 Jun 2007 12:50:41 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux)

Cecil Westerhof <dummy@dummy.nl> writes:

>>>> 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

Well, there you have it, the non-breaking space. If you place point over
it and type C-x =, you'll see a description of the character. Compare
that with what you get for an ordinary space.

With the non-breaking space, Emacs reads `global-highlight-changes t' as
one token, and that's not a function. If you upgrade to Emacs 22, you'll
get non-breaking spaces highlighted, so that you can better avoid this
error in the future.


reply via email to

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