help-gnu-emacs
[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: Fri, 7 Jun 2019 11:17:31 -0400

On Fri, 7 Jun 2019 at 11:11, Jean-Christophe Helary
<jean.christophe.helary@traduction-libre.org> wrote:

> > (define-key input-decode-map "\C-[" [C-open-square])
> > (define-key global-map [C-open-square] 'forward-char)
>
> Ok, but the key here (no pun intended) is to use input-decode-map before 
> binding the thing, right ?

You need to evaluate the (define-key input-decode-map ...) to let the
binding work, but the order you do it in doesn't matter.



reply via email to

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