Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!julius.cs.uiuc.edu!julius.cs.uiuc.edu!liberte From: liberte@cs.uiuc.edu (Daniel LaLiberte) Newsgroups: comp.emacs Subject: Re: How to UNDO in emacs? Message-ID: Date: 18 Oct 90 03:29:00 GMT References: <5767@munnari.oz.au> Sender: news@julius.cs.uiuc.edu (USENet News) Organization: University of Illinois, Urbana-Champaign, Dept CS Lines: 14 In-Reply-To: slehar@park.bu.edu's message of 16 Oct 90 14:27:36 GMT In article slehar@park.bu.edu (Steve Lehar) writes: C-_ C-_ C-_ to undo the last three commands. ------ To be precise, C-_ undoes *changes* not commands. A change is an insertion, deletion, or replacement. Undoing continues up to the next undo-boundary, which usually, but not always, coincides with the effect of a single command. For more info, see the Undo section of the GNU Emacs Lisp Reference Manual. dan