From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: M-RET is not working in the ogr-plus-contrib-20170918 Date: Mon, 18 Sep 2017 17:17:30 +0200 Message-ID: <87zi9saved.fsf@nicolasgoaziou.fr> References: <87d16ocd9m.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtxni-0001xh-4D for emacs-orgmode@gnu.org; Mon, 18 Sep 2017 11:17:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtxnh-0001tA-4x for emacs-orgmode@gnu.org; Mon, 18 Sep 2017 11:17:34 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49237) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtxng-0001sm-V9 for emacs-orgmode@gnu.org; Mon, 18 Sep 2017 11:17:33 -0400 In-Reply-To: (Alan Schmitt's message of "Mon, 18 Sep 2017 16:39:47 +0200") 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: Alan Schmitt Cc: emacs-orgmode@gnu.org, =?utf-8?B?0K/RgNC+0YHQu9Cw0LIg0JTQsNC90YzQutC+?= Hello, Alan Schmitt writes: > On 2017-09-18 16:06, Nicolas Goaziou writes: > >> Hello, >> >> =D0=AF=D1=80=D0=BE=D1=81=D0=BB=D0=B0=D0=B2 =D0=94=D0=B0=D0=BD=D1=8C=D0= =BA=D0=BE writes: >> >>> Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed >>> that M-RET is not working anymore to continue the list or to insert a n= ew >>> heading. If this is a intended change, what combination of keys is now >>> instead of the old one? Thanks in advance. >> >> We recently messed with M-RET binding, but it should still be there. >> I cannot reproduce your problem. You may want to restart your Emacs >> session. >> >> Also, what is the return value for "F1 c M-RET"? Do you run Emacs from >> a terminal? > > I'm using Spacemacs and I'm seeing the same thing. M-RET now has the > default Spacemacs binding (it's a prefix). I'm wondering if > evil-org-mode should be updated. For the record, we changed (org-defkey org-mode-map [(meta return)] 'org-meta-return) into (org-defkey org-mode-map (kbd "M-RET") #'org-meta-return) This may be related to a binding priority order. Regards, --=20 Nicolas Goaziou