From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Micha Feigin Newsgroups: gmane.emacs.help Subject: Re: undo an undo Date: Mon, 24 May 2004 23:21:54 +0300 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040524202154.GA10355@luna.mooo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085442783 14388 80.91.224.253 (24 May 2004 23:53:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 23:53:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 25 01:52:53 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSPFV-0000pE-00 for ; Tue, 25 May 2004 01:52:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSOk4-0001Q5-CH for geh-help-gnu-emacs@m.gmane.org; Mon, 24 May 2004 19:20:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSNFj-0002Xy-8P for help-gnu-emacs@gnu.org; Mon, 24 May 2004 17:44:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSM9x-0003W5-OS for help-gnu-emacs@gnu.org; Mon, 24 May 2004 16:35:31 -0400 Original-Received: from [192.115.104.5] (helo=nils.bezeqint.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSLy0-0001AC-SQ for help-gnu-emacs@gnu.org; Mon, 24 May 2004 16:22:37 -0400 Original-Received: from nils.bezeqint.net (nils.bezeqint.net [127.0.0.1]) by nils.bezeqint.net (Bezeq International SMTP out Mail Server) with SMTP id DE313FF86D for ; Mon, 24 May 2004 23:20:33 +0300 (IDT) Original-Received: from litshi.luna.local ([IP=82.80.5.165]) by eSafe SMTP Relay 1085257488; Mon May 24 23:20:33 2004 Original-Received: from micha by litshi.luna.local with local (Exim 4.34) id 1BSLxL-0002io-13 for help-gnu-emacs@gnu.org; Mon, 24 May 2004 23:21:55 +0300 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18712 On Mon, May 24, 2004 at 12:23:37PM -0400, Joel Smith wrote: > > how do i restore what i've accidently undone? i.e. i hit C-x u and then > realize that i really wanted it? what do i do to restore it? Either break the undo chain by pressing a key or C-g and then undo will start redoing, or get the redo.el package (either google or email me privately) and add something like the following to your .emacs: (global-set-key "\C-xU" 'redo) (global-set-key [(control +)] 'redo) > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. >