From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: M-RET not working as expected [9.0.2 (release_9.0.2-101-ge31598 @ /home/swflint/.emacs.d/org-mode/lisp/)] Date: Thu, 15 Dec 2016 00:17:06 +0100 Message-ID: <87mvfy6qz1.fsf@nicolasgoaziou.fr> References: <877f72qi3g.fsf@shannon.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHInP-0001bQ-Co for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 18:17:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHInK-0001vP-Ie for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 18:17:11 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36057) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHInK-0001v6-Cn for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 18:17:06 -0500 In-Reply-To: <877f72qi3g.fsf@shannon.flintfam.org> (Samuel W. Flint's message of "Wed, 14 Dec 2016 16:08:35 -0600") 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: "Samuel W. Flint" Cc: emacs-orgmode@gnu.org Hello, swflint@flintfam.org (Samuel W. Flint) writes: > Say I have the following buffer, with '|' representing my cursor: > > * foo > ** foo > ** aoeu > | > - aoeu > - aoeu > > If I press M-RET there, I get the following: > > * foo > ** foo > ** aoeu > * | > - aoeu > - aoeu > > When I would expect to get: > > * foo > ** foo > ** aoeu > ** | > - aoeu > - aoeu Fixed. Thank you. Regards, -- Nicolas Goaziou