[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] emacs vs emacs -nw
From: |
Eli Zaretskii |
Subject: |
Re: [O] emacs vs emacs -nw |
Date: |
Wed, 31 May 2017 14:30:10 +0300 |
> From: Jean-Christophe Helary <address@hidden>
> Date: Wed, 31 May 2017 19:41:00 +0900
> Cc: Org-mode <address@hidden>
>
> Ok, I just tried something else:
>
> (setq ns-function-modifier 'meta) and what I get is *very* similar to the
> issue I have with ESC:
>
> FN-x correctly "calls" M-x
> FN-left in a level 2 header in org mode triggers beginning-of-buffer and
> *not* org-promote-header.
>
> So the problem is not limited to ESC, and maybe not limited to org-mode.
AFAIR, the remapping of Meta-something to ESC-something happens
automatically only for characters, not for function keys. For
function keys, this remapping must be set somewhere, or it won't
happen. You can see in bindings.el how some of these remappings are
set up.