From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Re: org-meta-return not on M-RET Date: Sun, 17 Sep 2017 02:12:46 -0700 Message-ID: References: <87mv5uacw7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtVdC-0000Ah-5D for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 05:12:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtVdB-00057w-7Y for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 05:12:50 -0400 Received: from mail-qt0-x231.google.com ([2607:f8b0:400d:c0d::231]:52597) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtVdB-000562-2S for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 05:12:49 -0400 Received: by mail-qt0-x231.google.com with SMTP id o52so5272988qtc.9 for ; Sun, 17 Sep 2017 02:12:47 -0700 (PDT) In-Reply-To: <87mv5uacw7.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On Sat, Sep 16, 2017 at 8:20 AM, Nicolas Goaziou wrote: > Hello, > > Allen Li writes: > >> When I could not get org-meta-return to work in terminal Emacs, I >> realized that org-meta-return is only bound to M-return and not M-RET. >> Is there any particular reason for this? > > No idea. Fixed. Thank you. > > Regards, > > -- > Nicolas Goaziou Thanks for the quick fix. I believe Emacs does intelligent remapping; for example if you type M-return in GUI Emacs, if there are no bindings for M-return it will look up the binding for M-RET. Therefore simply binding M-RET and removing the M-return binding is "better"/"cleaner". This is a hugely trivial nitpick, but I thought I'd point it out