From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe Helary Subject: Re: [org] different key binding between GUI emacs and emacs -nw Date: Wed, 31 May 2017 12:51:31 +0900 Message-ID: <403E87F1-03CF-4B76-A9B5-698009B4E669@gmail.com> References: <3B861CE1-37F6-4310-B15C-6F1365B99E09@gmail.com> <8737bm7s7u.fsf@nicolasgoaziou.fr> <06B97E3A-230B-42FF-AAC9-A6EE2FEC9024@gmail.com> <4526988d-c38b-4c62-6b8b-6ce9a9aed8bd@gmail.com> <6AC9C7B2-CE3F-46ED-B004-360E3138C06E@gmail.com> 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]:57851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFufd-0003Al-E0 for emacs-orgmode@gnu.org; Tue, 30 May 2017 23:51:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFufY-0007DT-Ho for emacs-orgmode@gnu.org; Tue, 30 May 2017 23:51:41 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:35457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFufY-0007DN-CT for emacs-orgmode@gnu.org; Tue, 30 May 2017 23:51:36 -0400 Received: by mail-pf0-x243.google.com with SMTP id u26so933808pfd.2 for ; Tue, 30 May 2017 20:51:36 -0700 (PDT) In-Reply-To: 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: Tim Cross Cc: Scott Randby , Org-mode , "Charles C. Berry" > On May 31, 2017, at 11:38, Tim Cross wrote: >=20 > It is certainly a weird issue.=20 I couldn't agree more :) > If there was a problem at the OS, window manager or interface library = (i.e. gtk) level, it should affect all bindings.=20 That's correct. Basically, what happens in that in GUI mode, the ESC key is not = recognized as META in org-mode (only as far as I can tell). > I should also mention that Ubuntu (well Debian really) install a = versino of emacs which is customized and not stock-stnadard emacs. Also, = my macOS version of emcs is built using brew install and not brew cask = install, so it is built from the git repo and not using the macforosx = binaries the cask version uses.=20 This morning I have installed emacs from macport (emacs-app-devel) and = I've also built it from the repository (./configure with-ns). In the locally build version Esc-Left promotes a header. But Esc-Right = does not demote it, it only moves to the next word. Macport emacs shows the same behavior as brew emacs: in GUI, Esc is not = recognized as Meta. Weird. Jean-Christophe=20=