help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: weird key bindings...


From: Eli Zaretskii
Subject: Re: weird key bindings...
Date: Mon, 29 May 2017 20:52:22 +0300

> From: Yuri Khan <yuri.v.khan@gmail.com>
> Date: Mon, 29 May 2017 22:38:55 +0700
> Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
> 
> $ emacs -Q
> 
> M-x org-mode RET
> 
> C-h k M-<left>
> <M-left> runs the command org-metaleft […]
> 
> C-h k ESC <left>
> ESC <left> (translated from <escape> <left>) runs the command
> backward-word […]
> 
> $ emacs -Q -nw
> 
> C-h k ESC <left>
> 
> M-x org-mode RET
> ESC <left> (translated from ESC M-O D) runs the command org-metaleft […]
> 
> <M-left> runs the command org-metaleft (found in org-mode-map) […]
> 
> 
> Looking into org.el shows that it binds [(meta left)] which seems to
> not include the GUI <M-left> key.

So isn't the above expected?  There are no function keys on a TTY,
they generate either ASCII characters or sequences of ASCII
characters.




reply via email to

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