From: Micha Feigin <michf@post.tau.ac.il>
Subject: Re: undo an undo
Date: Mon, 24 May 2004 23:21:54 +0300 [thread overview]
Message-ID: <20040524202154.GA10355@luna.mooo.com> (raw)
In-Reply-To: <uekp9u73q.fsf@JVSMITH.i-did-not-set--mail-host-address--so-shoot-me>
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.
>
next prev parent reply other threads:[~2004-05-24 20:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-24 16:23 undo an undo Joel Smith
2004-05-24 16:48 ` David Kastrup
2004-05-24 17:03 ` Paul D. Smith
2004-05-24 18:04 ` Peter Gjefle
2004-05-24 18:24 ` Drew Adams
2004-05-24 20:21 ` Micha Feigin [this message]
[not found] ` <mailman.7135.1085440202.1061.help-gnu-emacs@gnu.org>
2004-05-26 18:21 ` Stefan Monnier
[not found] <mailman.7092.1085432180.1061.help-gnu-emacs@gnu.org>
2004-05-25 9:58 ` Mathias Dahl
2004-05-26 18:26 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040524202154.GA10355@luna.mooo.com \
--to=michf@post.tau.ac.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.