From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Goaziou Newsgroups: gmane.emacs.orgmode,gmane.emacs.help Subject: Re: different key binding between GUI emacs and emacs -nw Date: Tue, 30 May 2017 08:51:17 +0200 Message-ID: <8737bm7s7u.fsf@nicolasgoaziou.fr> References: <3B861CE1-37F6-4310-B15C-6F1365B99E09@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1496127179 19550 195.159.176.226 (30 May 2017 06:52:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 30 May 2017 06:52:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cc: help-gnu-emacs@gnu.org, emacs-orgmode@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Tue May 30 08:52:52 2017 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dFb1Q-0004rX-AA for geo-emacs-orgmode@m.gmane.org; Tue, 30 May 2017 08:52:52 +0200 Original-Received: from localhost ([::1]:51771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFb1V-0007Su-Ms for geo-emacs-orgmode@m.gmane.org; Tue, 30 May 2017 02:52:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFb04-0006vD-Ox for emacs-orgmode@gnu.org; Tue, 30 May 2017 02:51:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFb01-000369-KA for emacs-orgmode@gnu.org; Tue, 30 May 2017 02:51:28 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:59150) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dFb01-00035R-ED; Tue, 30 May 2017 02:51:25 -0400 Original-Received: from saiph.selenimh (00004301000000000000074b.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::74b]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 64427172097; Tue, 30 May 2017 08:51:19 +0200 (CEST) Original-Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1dFazu-0002Ur-0v; Tue, 30 May 2017 08:51:18 +0200 In-Reply-To: <3B861CE1-37F6-4310-B15C-6F1365B99E09@gmail.com> (Jean-Christophe Helary's message of "Tue, 30 May 2017 15:20:00 +0900") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.21 Precedence: list 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 Original-Sender: "Emacs-orgmode" Xref: news.gmane.org gmane.emacs.orgmode:113716 gmane.emacs.help:113270 Archived-At: Hello, Jean-Christophe Helary writes: > I've just filed a bug report on emacs and was advised to report it here too. > > It's bug#27140. > > Basically, when I start GUI emacs (macOS, but also Aquamacs, also reported in Xubuntu and GTK+/Linux), I don't get the default org-mode bindings. Only emacs -nw gets them. > > Even if I start both with -Q, I get the exact same behavior: proper default key bindings for org-mode in emacs -nw, some bindings overridden in GUI emacs. > > The discussion thread on help-gnu-emacs is here: > > http://lists.gnu.org/archive/html/help-gnu-emacs/2017-05/msg00306.html > > Let me know if you need extra information. What happens if you replace, e.g., (org-defkey org-mode-map [(meta left)] 'org-metaleft) with (org-defkey org-mode-map (kbd "M-") 'org-metaleft) in "org.el"? Regards, -- Nicolas Goaziou