emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: delete-selection-mode


From: Juri Linkov
Subject: Re: AW: delete-selection-mode
Date: Sat, 20 Mar 2010 00:32:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

>> C-g *is* a problem.  Not just because of the bell, but also because of
>> the slight time delay (caused by the bell); because it flushes the
>> key buffer; because it interrupts a macro-recoding, ...
>> It's not the end of the world, but it's not a very
>> satisfactory answer.
>
> Then let's find another key to (only) deactivate.

  ESC ESC ESC runs the command keyboard-escape-quit,
  which is an interactive compiled Lisp function in `simple.el'.

  It is bound to M-ESC ESC.

  (keyboard-escape-quit)

  Exit the current "mode" (in a generalized sense of the word).
  This command can exit an interactive command such as `query-replace',
  can clear out a prefix argument or a region,
  can get out of the minibuffer or other recursive edit,
  cancel the use of the current buffer (for special-purpose buffers),
  or go back to just one window (by deleting all but the selected window).

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]