From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: Finding modified sites in buffer? Date: Tue, 26 Sep 2006 13:07:04 +0200 Message-ID: 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 1159270892 20339 80.91.229.2 (26 Sep 2006 11:41:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Sep 2006 11:41:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 26 13:41:26 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 1GSBIY-0002cN-7S for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Sep 2006 13:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSBIX-0007AY-Nw for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Sep 2006 07:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net beE4+uxG6TDHUG4MkLK3jAXx/G8pVerHEfK92JfHVs7R/3F598 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:VOgvL4/iTIX5g7KauD/YFwoZlpY= Original-Xref: shelby.stanford.edu gnu.emacs.help:142020 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:37641 Archived-At: 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".