From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#35036: 27.0.50; delete-indentation removes all blank lines Date: Fri, 29 Mar 2019 11:56:45 +0300 Message-ID: <83a7hejbxu.fsf@gnu.org> References: <87y34y7l49.fsf@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="218691"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 35036@debbugs.gnu.org To: Alex Branham Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 29 09:57:16 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h9nK6-000unM-D9 for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Mar 2019 09:57:14 +0100 Original-Received: from localhost ([127.0.0.1]:48933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9nK5-00065t-4k for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Mar 2019 04:57:13 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:50075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9nJv-00064H-2r for bug-gnu-emacs@gnu.org; Fri, 29 Mar 2019 04:57:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9nJu-0002Dy-3h for bug-gnu-emacs@gnu.org; Fri, 29 Mar 2019 04:57:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49729) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9nJt-0002Dc-Tr for bug-gnu-emacs@gnu.org; Fri, 29 Mar 2019 04:57:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9nJt-0005xZ-LV for bug-gnu-emacs@gnu.org; Fri, 29 Mar 2019 04:57:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 29 Mar 2019 08:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35036 X-GNU-PR-Package: emacs Original-Received: via spool by 35036-submit@debbugs.gnu.org id=B35036.155384981222888 (code B ref 35036); Fri, 29 Mar 2019 08:57:01 +0000 Original-Received: (at 35036) by debbugs.gnu.org; 29 Mar 2019 08:56:52 +0000 Original-Received: from localhost ([127.0.0.1]:35040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9nJj-0005wz-VL for submit@debbugs.gnu.org; Fri, 29 Mar 2019 04:56:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:35639) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9nJi-0005wh-EM; Fri, 29 Mar 2019 04:56:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9nJd-00023F-2y; Fri, 29 Mar 2019 04:56:45 -0400 Original-Received: from [176.228.60.248] (port=4121 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h9nJc-0003Bn-H2; Fri, 29 Mar 2019 04:56:44 -0400 In-reply-to: <87y34y7l49.fsf@gmail.com> (message from Alex Branham on Thu, 28 Mar 2019 16:19:18 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:156916 Archived-At: merge 35036 35021 thanks > From: Alex Branham > Date: Thu, 28 Mar 2019 16:19:18 -0500 > > After 8fa94a1ecc18a41ca2738f438b3fbc817c9fdc82, delete-indentation > removes all blank lines so that a buffer: > > one > > > two| > > > with | as point, M-x delete-indentation results in: > > one two > > whereas before it would result in: > > one > > two > > This seems contrary to the documentation, which states, "Join this line > to previous and fix up whitespace at join." and also the NEWS entry, > "When there's no active region, the command works on the current and the > previous or the next line, as before." But you did have a region, albeit not active, right? Because if mark wasn't set, you'd have an error message. So I believe this is a duplicate of sorts of bug#35021, and should be fixed together with that bug. > Also, is the patch in Bug#35021 going to get applied soonish? If so I'll > hold off in order not to create conflicts... Soonish, yes. Stay tuned.