From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe Helary Subject: Re: emacs vs emacs -nw Date: Wed, 31 May 2017 20:38:44 +0900 Message-ID: <87A91F75-01D3-44EF-A47A-52434EAED381@gmail.com> References: <2F1B5934-A250-4A91-82DA-BE33CDF02DAE@gmail.com> <83efv7ftcz.fsf@gnu.org> <20170530183308.GA71827@breton.holly.idiocy.org> <04B0233B-9038-45E1-B406-B7C8D2C2B9AA@gmail.com> <13389382-bcae-0dd4-a8a5-c055edc503e4@orcon.net.nz> <0EDDDB7A-D42A-42B5-8726-59C1B49E0B98@gmail.com> <83wp8xclh9.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG1xp-0000cK-Hp for emacs-orgmode@gnu.org; Wed, 31 May 2017 07:38:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dG1xo-000751-ML for emacs-orgmode@gnu.org; Wed, 31 May 2017 07:38:57 -0400 In-Reply-To: <83wp8xclh9.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eli Zaretskii Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org > On May 31, 2017, at 20:30, Eli Zaretskii wrote: >=20 >> From: Jean-Christophe Helary >> Date: Wed, 31 May 2017 19:41:00 +0900 >> Cc: Org-mode >>=20 >> Ok, I just tried something else: >>=20 >> (setq ns-function-modifier 'meta) and what I get is *very* similar = to the issue I have with ESC: >>=20 >> 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. >>=20 >> So the problem is not limited to ESC, and maybe not limited to = org-mode. >=20 > 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. Yes, I realized after Yuri's comment that the comparison with ESC was a = bit far-fetched. Jean-Christophe=20=