From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan =?iso-8859-1?Q?Reich=F6r?= Newsgroups: gmane.emacs.help Subject: Re: Finding modified sites in buffer? Date: Wed, 27 Sep 2006 21:35:11 +0200 Organization: Tele2UTA Telecommunications GmbH Message-ID: <877izpnlw0.fsf@utanet.at> References: <%v0Sg.1850$5i7.938@newsreading01.news.tds.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159386059 25142 80.91.229.2 (27 Sep 2006 19:40:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Sep 2006 19:40:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 27 21:40:49 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GSfGf-0005q2-SF for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Sep 2006 21:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSfGf-0000Zf-7K for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Sep 2006 15:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newshunter!cosy.sbg.ac.at!newsfeed.utanet.at!newsreader2.utanet.at!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: linzu3-221-113.utaonline.at Original-X-Trace: newsreader2.utanet.at 1159385756 30535 212.152.221.113 (27 Sep 2006 19:35:56 GMT) Original-X-Complaints-To: abuse@uta.at Original-NNTP-Posting-Date: Wed, 27 Sep 2006 19:35:56 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:zvhXlvAaKhEsQWR6B/npuVMdYdk= Original-Xref: shelby.stanford.edu gnu.emacs.help:142063 Original-To: help-gnu-emacs@gnu.org 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:37683 Archived-At: Mathias Dahl writes: > Rjjd 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. > > There are some suggestions here: > > http://www.emacswiki.org/cgi-bin/wiki/TrackChanges > > Also, depending on your needs, you could try using C-u C-SPC to jump > around among the buffer's mark history. Many commands set the mark so > this is quite handy. In my experience, using C-u C-SPC repeatedly > often takes me to places where "things happened". My personal preference is M-x goto-last-change (bound to a key) from: http://www.cs.virginia.edu/~wh5a/personal/Emacs/goto-chg.el This package allows you to switch to every change you did, step by step. Stefan.