all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Undo
Date: Fri, 26 Sep 2003 19:11:46 GMT	[thread overview]
Message-ID: <jwvoex7nzbt.fsf-monnier+gnu.emacs.help@vor.iro.umontreal.ca> (raw)
In-Reply-To: mailman.768.1064599396.21628.help-gnu-emacs@gnu.org

> C-_ is binded to DEL 

Try C-x u
or C-/

C-_ is a convenient binding but not all text terminals accept this
key combo (they won't beep at you, but they might send some other
code to Emacs, such as DEL in your case).
C-x u is the safest binding, but it's not too convenient, so you
can try C-/ as well.

In case C-/ doesn't work either, then choose a binding you like
and put (global-set-key <thebindingIlike> 'undo) in your .emacs.

If C-x u doesn't work either, then there's something really wrong
with your Emacs setup.


        Stefan


PS: M-x undo does not do quite what you want, indeed.  You might want
    to report it as a bug, but I'm not sure it'll be treated as such.

  parent reply	other threads:[~2003-09-26 19:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.768.1064599396.21628.help-gnu-emacs@gnu.org>
2003-09-26 18:38 ` Undo John Russell
2003-09-26 19:11 ` Stefan Monnier [this message]
2003-09-26 18:01 Undo bhiker
2003-09-26 19:50 ` Undo Orm Finnendahl
2003-09-27 17:13 ` Undo bhiker

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=jwvoex7nzbt.fsf-monnier+gnu.emacs.help@vor.iro.umontreal.ca \
    --to=monnier@iro.umontreal.ca \
    /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.