emacs-devel
[Top][All Lists]
Advanced

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

Re: Ctrl-[ ?


From: Clément Pit-Claudel
Subject: Re: Ctrl-[ ?
Date: Fri, 7 Jun 2019 11:02:12 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

On 2019-06-06 15:18, Eli Zaretskii wrote:
>> Cc: address@hidden
>> From: Clément Pit-Claudel <address@hidden>
>> Date: Thu, 6 Jun 2019 14:48:38 -0400
>>
>>> I'm sorry if that sounded unfriendly.  It's just that the answer is so
>>> obviously YES that I keep thinking I'm missing something in your
>>> questions.  It's like asking whether C-f can be bound to some
>>> command.
>> I thought so too, but I didn't manage to make it work.  I likely did 
>> something silly.  I tried this:
>>
>>   (global-set-key (kbd "ESC") #'forward-char)
>>
>> …and all that achieved was to break all keybindings starting with meta.
> 
> In what buffer?  If there's a local binding, it will shadow the
> global one, so to be sure rebind both.

I *scratch* (so in emacs-lisp-mode).  It does work in fundamental mode, but it 
still breaks meta (M-x is undefined after redefining ESC)




reply via email to

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