all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Yevgeniy Makarov" <emakarov@gmail.com>
Subject: Re: Making ESC not a prefix key while keeping Alt = Meta
Date: 9 Sep 2006 18:24:54 -0700	[thread overview]
Message-ID: <1157851494.463384.244420@i3g2000cwc.googlegroups.com> (raw)
In-Reply-To: mailman.6687.1157813407.9609.help-gnu-emacs@gnu.org

Kevin Rodgers wrote:

> (global-set-key "\0" (global-key-binding "\e"))
> (setq meta-prefix-char ?\0)
> (global-unset-key "\e")

This indeed disassociates ESC from Alt; however, ESC remains a prefix
key. For example, when I press ESC, Emacs waits a little and then
displays "ESC-" in the minibuffer, waiting for the second key in the
sequence. A similar thing happens when I press C-h ESC (describe key
briefly).

When I say

(global-set-key "\e" 'keyboard-quit)

this indeed puts keyboard-quit function in the global-keymap where
ESC-prefix used to be. However, ESC does not become a synonym for C-g:
for example, when I do C-x C-f (find file), I can't terminate input
using ESC.

Yevgeniy

  parent reply	other threads:[~2006-09-10  1:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-08 20:49 Making ESC not a prefix key while keeping Alt = Meta Yevgeniy Makarov
2006-09-09 14:49 ` Kevin Rodgers
     [not found] ` <mailman.6687.1157813407.9609.help-gnu-emacs@gnu.org>
2006-09-10  1:24   ` Yevgeniy Makarov [this message]
2006-09-11 15:20     ` Kevin Rodgers
     [not found]     ` <mailman.6777.1157988085.9609.help-gnu-emacs@gnu.org>
2006-09-12  2:36       ` Yevgeniy Makarov

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=1157851494.463384.244420@i3g2000cwc.googlegroups.com \
    --to=emakarov@gmail.com \
    /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.