From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: david.andersson@symsoft.se Newsgroups: gmane.emacs.help Subject: Re: can I move back to the last edit position? Date: 15 Mar 2005 18:03:00 -0800 Organization: http://groups.google.com Message-ID: <1110938580.865186.41340@z14g2000cwz.googlegroups.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1110938641 20078 80.91.229.2 (16 Mar 2005 02:04:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 02:04:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 03:04:01 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBNt6-0006vr-FP for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2005 03:03:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBO93-0007ut-Ut for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Mar 2005 21:20:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 195.84.167.2 Original-X-Trace: posting.google.com 1110938585 9267 127.0.0.1 (16 Mar 2005 02:03:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 16 Mar 2005 02:03:05 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=195.84.167.2; posting-account=6DcmOQ0AAAANabiNGK-eyPsA_QZLv8CQ Original-Xref: shelby.stanford.edu gnu.emacs.help:129302 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24855 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24855 Harry Putnam wrote: > > M-x goto-chg move me to last change > > M-x goto-chg does nothing further. > > Typo mania .... should be M-x goto-last-change You must bind the command to a key for repetition to go further. E.g. (global-set-key [kp-decimal] 'goto-last-change) where kp-decimal may be (control ?.) or f8 or what you like. (In "M-x goto-last-change " the counts as another command that breaks the sequence. Just like "M-x undo ". It can only undo the last edit, but C-/ can undo many.) A new version of goto-chg.el can be found in gnu.emacs.sources.