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 19:19:23 +0900 Message-ID: <71F9F0D1-61DB-42FE-B3F3-DD4D034234EC@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> <08b74f516e674173b7489d0e2e813e83@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87y3tdny4p.fsf@t3610> 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]:50811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG0ix-0008Nz-O3 for emacs-orgmode@gnu.org; Wed, 31 May 2017 06:19:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dG0iu-0005X2-JS for emacs-orgmode@gnu.org; Wed, 31 May 2017 06:19:31 -0400 Received: from mail-pg0-x235.google.com ([2607:f8b0:400e:c05::235]:36840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dG0iu-0005Wo-D8 for emacs-orgmode@gnu.org; Wed, 31 May 2017 06:19:28 -0400 Received: by mail-pg0-x235.google.com with SMTP id x64so5984756pgd.3 for ; Wed, 31 May 2017 03:19:28 -0700 (PDT) Received: from [192.168.24.63] (pl25298.ag0304.nttpc.ne.jp. [133.232.153.210]) by smtp.gmail.com with ESMTPSA id k79sm28122061pfj.6.2017.05.31.03.19.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 May 2017 03:19:26 -0700 (PDT) In-Reply-To: <87y3tdny4p.fsf@t3610> 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: Org-mode > On May 31, 2017, at 19:01, Eric S Fraga wrote: >=20 > On Wednesday, 31 May 2017 at 02:38, Tim Cross wrote: >> I'm sure this has been checked, but make sure it isn't the window >> manager/OS 'stealing' the keys. When I install emacs on any system, >=20 > My own experience over the years is that this is indeed usually the > culprit, especially for keys such as M-arrows which are often bound to > functions like changing workspace views. In this case, M-Left (ESC-left) triggers backward-word instead of the = expected org-promote-subtree. It does not seem to me that the OS is stealing anything. Jean-Christophe=