From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Visher Subject: Re: different key binding between GUI emacs and emacs -nw Date: Tue, 30 May 2017 08:21:10 -0400 Message-ID: References: <3B861CE1-37F6-4310-B15C-6F1365B99E09@gmail.com> <8737bm7s7u.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c14c77e28d7610550bcd9a6" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFg9q-0000qx-5v for emacs-orgmode@gnu.org; Tue, 30 May 2017 08:21:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFg9p-0006Y2-60 for emacs-orgmode@gnu.org; Tue, 30 May 2017 08:21:54 -0400 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: Jean-Christophe Helary Cc: emacs , emacs-orgmode@gnu.org --94eb2c14c77e28d7610550bcd9a6 Content-Type: text/plain; charset="UTF-8" Sometimes your Terminal application captures these 'extended' bindings. If you know that your Terminal application isn't doing that (for instance, by using key sequence help like ` k M-`) then I don't have any other help to offer. I've always just accepted that org mode keybindings differ between terminal and gui. On Tue, May 30, 2017 at 3:37 AM, Jean-Christophe Helary < jean.christophe.helary@gmail.com> wrote: > > > On May 30, 2017, at 15:51, Nicolas Goaziou > wrote: > > > >> 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"? > > Nothing changes. > > Jean-Christophe > > --94eb2c14c77e28d7610550bcd9a6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Sometimes your Terminal application captures these 'ex= tended' bindings. If you know that your Terminal application isn't = doing that (for instance, by using key sequence help like `<f1> k M-&= lt;left>`) then I don't have any other help to offer. I've alway= s just accepted that org mode keybindings differ between terminal and gui.<= /div>

On Tue, May = 30, 2017 at 3:37 AM, Jean-Christophe Helary <jean.christo= phe.helary@gmail.com> wrote:

> On May 30, 2017, at 15:51, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
>> 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.,
>
>=C2=A0 (org-defkey org-mode-map [(meta left)]=C2=A0 'org-metaleft)<= br> >
> with
>
>=C2=A0 (org-defkey org-mode-map (kbd "M-<left>")=C2=A0 = 'org-metaleft)
>
> in "org.el"?

Nothing changes.

Jean-Christophe


--94eb2c14c77e28d7610550bcd9a6--