From mboxrd@z Thu Jan 1 00:00:00 1970 From: kadal Subject: Re: Bug: `comment-line` within a SRC block moves point to beginning of block [9.2 (9.2-43-gf9a8cc-elpaplus)] Date: Wed, 30 Jan 2019 13:22:16 -0800 Message-ID: <12520c32-fca9-75d7-99a7-a0e9aded8da3@gmail.com> References: <1548704097.24632.1645495648.784E662C@webmail.messagingengine.com> <87zhrjdx2b.fsf@nicolasgoaziou.fr> <1548859577.1279558.1646995408.6AD95865@webmail.messagingengine.com> <87va25etme.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goxJe-0005Hl-Q1 for emacs-orgmode@gnu.org; Wed, 30 Jan 2019 16:22:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goxJb-0003KX-Bt for emacs-orgmode@gnu.org; Wed, 30 Jan 2019 16:22:37 -0500 Received: from mail-pl1-x62b.google.com ([2607:f8b0:4864:20::62b]:39587) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1goxJW-0003DS-O9 for emacs-orgmode@gnu.org; Wed, 30 Jan 2019 16:22:33 -0500 Received: by mail-pl1-x62b.google.com with SMTP id 101so407502pld.6 for ; Wed, 30 Jan 2019 13:22:19 -0800 (PST) Received: from [10.249.72.44] (128-193-154-121.ptpg.oregonstate.edu. [128.193.154.121]) by smtp.gmail.com with ESMTPSA id p24sm3375392pfk.155.2019.01.30.13.22.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Jan 2019 13:22:16 -0800 (PST) In-Reply-To: <87va25etme.fsf@nicolasgoaziou.fr> Content-Language: en-US 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: emacs-orgmode@gnu.org I have the same issue with: Org mode version 9.2 (9.2-43-gf9a8cc-elpaplus) GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2018-12-14 I assumed it was a bug in comment-dwim-2, but it occurs with comment-line too. On 1/30/19 1:13 PM, Nicolas Goaziou wrote: > Hello, > > Spencer Russell writes: > >> Thanks for trying it out. Would you mind sharing your emacs and org >> versions? > > Sure. > > Org mode version 9.2 (release_9.2-213-g5c07b4) > GNU Emacs 26.1 > > Could you try master branch? > > Regards, >