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

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

Re: Finding modified sites in buffer?


From: Pascal Bourguignon
Subject: Re: Finding modified sites in buffer?
Date: Tue, 26 Sep 2006 13:19:47 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Rjjd <rjjd@tds.net> writes:

> Is there a way to find what's modified in a buffer, without getting
> dizzy playing with "undo"?
>
> It would be nice to move the cursor to modified sites, or even to the
> last-modified site.

If your file is stored in cvs (or perhaps other revision control system), 
vc-annotate will colorize differently the source lines that have not
been modified since the different versions.


One trick you can do too, for programming languages that are not case
sensitive, is for example to upper case the sources before you work on
them.  Then everything you type is in lowcase and can be distinguished
from the unmodified code. 


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
You're always typing.
Well, let's see you ignore my
sitting on your hands.


reply via email to

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