From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#43481: 27.1; cc-mode's c-context-line-break fails, inserting a new-line into the previous comment Date: Thu, 26 Nov 2020 11:43:14 +0000 Message-ID: References: <20201124150246.GA30574@ACM> <73c01ad8-4546-c059-1b5d-6edc4aca1d14@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28246"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43481-done@debbugs.gnu.org To: Campbell Barton Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 26 12:49:51 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kiFmY-0007Fj-Ih for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 26 Nov 2020 12:49:50 +0100 Original-Received: from localhost ([::1]:42060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kiFmX-00050D-HE for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 26 Nov 2020 06:49:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41668) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiFgx-00009J-Gi for bug-gnu-emacs@gnu.org; Thu, 26 Nov 2020 06:44:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55784) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kiFgx-0002VE-2g for bug-gnu-emacs@gnu.org; Thu, 26 Nov 2020 06:44:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kiFgw-0001XH-Vb for bug-gnu-emacs@gnu.org; Thu, 26 Nov 2020 06:44:02 -0500 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 26 Nov 2020 11:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43481 X-GNU-PR-Package: emacs Mail-Followup-To: 43481@debbugs.gnu.org, acm@muc.de, ideasman42@gmail.com Original-Received: via spool by 43481-done@debbugs.gnu.org id=D43481.16063910035418 (code D ref 43481); Thu, 26 Nov 2020 11:44:02 +0000 Original-Received: (at 43481-done) by debbugs.gnu.org; 26 Nov 2020 11:43:23 +0000 Original-Received: from localhost ([127.0.0.1]:38939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiFgJ-0001PJ-DS for submit@debbugs.gnu.org; Thu, 26 Nov 2020 06:43:23 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:49899 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1kiFgH-0001O5-6V for 43481-done@debbugs.gnu.org; Thu, 26 Nov 2020 06:43:21 -0500 Original-Received: (qmail 73933 invoked by uid 3782); 26 Nov 2020 11:43:15 -0000 Original-Received: from acm.muc.de (p4fe15ad2.dip0.t-ipconnect.de [79.225.90.210]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Thu, 26 Nov 2020 12:43:14 +0100 Original-Received: (qmail 11897 invoked by uid 1000); 26 Nov 2020 11:43:14 -0000 Content-Disposition: inline In-Reply-To: <73c01ad8-4546-c059-1b5d-6edc4aca1d14@gmail.com> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:194286 Archived-At: Hello, Campbell. On Thu, Nov 26, 2020 at 15:58:20 +1100, Campbell Barton wrote: > Hi Alan, thanks for fixing this, > Tested this both with `emacs -Q` and my personal (evil) config. > When your fix is applied, in both cases this works as expected. Thanks indeed for testing this. I have committed the fix to the emacs-27 branch at savannah, and am closing the bug with this post. -- Alan Mackenzie.