emacs-devel
[Top][All Lists]
Advanced

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

Re: Ctrl-[ ?


From: Noam Postavsky
Subject: Re: Ctrl-[ ?
Date: Thu, 6 Jun 2019 14:55:59 -0400

On Thu, 6 Jun 2019 at 14:34, Eli Zaretskii <address@hidden> wrote:

> Can you tell why you thought there's something special about
> ESC?

Maybe because there *is* something special about ESC?

(define-key global-map (kbd "ESC") 'forward-char) ;; doesn't work,
breaks all Meta bindings.

<f1> c ESC ESC => ESC ESC (translated from <escape> <escape>) is undefined
<f1> c M-f => M-f is undefined



reply via email to

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