all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Xue Fuqiao <xfq.free@gmail.com>, 13484@debbugs.gnu.org
Subject: bug#13484: 24.3.50; ESC <f10> is undefined
Date: Fri, 18 Jan 2013 11:51:03 +0100	[thread overview]
Message-ID: <m27gnalq7c.fsf@igel.home> (raw)
In-Reply-To: <83bocn6i8r.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 18 Jan 2013 09:52:04 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

> But Emacs doesn't think that ESC <f10> is <M-f10>:
>
>   ESC <f10> (translated from <escape> <f10>) is undefined
>
> Which AFAIU is the root cause of the problem, or maybe a feature.

bindings.el has this interesting section:

;;; These are dangerous in various situations,
;;; so let's not encourage anyone to use them.
;;;(define-key global-map [C-M-delete] 'backward-kill-sexp)
;;;(define-key global-map [C-M-backspace] 'backward-kill-sexp)
(define-key esc-map [C-delete] 'backward-kill-sexp)
(define-key esc-map [C-backspace] 'backward-kill-sexp)

So it looks like a feature that [M-foo] and ESC [foo] are separate.  All
other places where [M-foo] are bound explicitly bind ESC [foo] as well.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





  parent reply	other threads:[~2013-01-18 10:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-18  4:24 bug#13484: 24.3.50; ESC <f10> is undefined Xue Fuqiao
2013-01-18  7:52 ` Eli Zaretskii
2013-01-18  8:18   ` Xue Fuqiao
2013-01-18 10:51   ` Andreas Schwab [this message]
2013-01-18 11:06     ` Xue Fuqiao
2013-01-19  3:10       ` Bastien
2013-01-19  3:03         ` Xue Fuqiao
2013-02-06 15:21   ` Xue Fuqiao
2013-02-06 15:24     ` Xue Fuqiao
2013-01-18 21:51 ` Juri Linkov
2013-01-21  2:54   ` Glenn Morris
2013-01-21 10:45     ` Juri Linkov

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=m27gnalq7c.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=13484@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=xfq.free@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.