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#23785: Emacs 25: 'Undo' overdoes things. Date: Sat, 5 Sep 2020 13:15:17 +0000 Message-ID: <20200905131517.GA4244@ACM> References: <83bn2y9v80.fsf@gnu.org> <87vb13ewc8.fsf@russet.org.uk> <83wplj7u2t.fsf@gnu.org> <8737o7aio2.fsf@russet.org.uk> <87twgmfb44.fsf@russet.org.uk> <87wo198wqq.fsf@gnus.org> 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="8700"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, 23785@debbugs.gnu.org, Phillip Lord , Stefan Monnier To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 05 15:16:10 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 1kEY37-00029M-TT for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Sep 2020 15:16:09 +0200 Original-Received: from localhost ([::1]:44140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEY36-0003bo-QM for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Sep 2020 09:16:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEY30-0003bc-IJ for bug-gnu-emacs@gnu.org; Sat, 05 Sep 2020 09:16:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58533) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kEY30-0004SB-8F for bug-gnu-emacs@gnu.org; Sat, 05 Sep 2020 09:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kEY30-0006kJ-3V for bug-gnu-emacs@gnu.org; Sat, 05 Sep 2020 09:16:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 05 Sep 2020 13:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23785 X-GNU-PR-Package: emacs Original-Received: via spool by 23785-submit@debbugs.gnu.org id=B23785.159931172725890 (code B ref 23785); Sat, 05 Sep 2020 13:16:02 +0000 Original-Received: (at 23785) by debbugs.gnu.org; 5 Sep 2020 13:15:27 +0000 Original-Received: from localhost ([127.0.0.1]:41846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kEY2R-0006jW-9y for submit@debbugs.gnu.org; Sat, 05 Sep 2020 09:15:27 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:52795 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1kEY2P-0006jG-3T for 23785@debbugs.gnu.org; Sat, 05 Sep 2020 09:15:25 -0400 Original-Received: (qmail 6553 invoked by uid 3782); 5 Sep 2020 13:15:19 -0000 Original-Received: from acm.muc.de (p2e5d530f.dip0.t-ipconnect.de [46.93.83.15]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Sat, 05 Sep 2020 15:15:17 +0200 Original-Received: (qmail 6692 invoked by uid 1000); 5 Sep 2020 13:15:17 -0000 Content-Disposition: inline In-Reply-To: <87wo198wqq.fsf@gnus.org> 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:187236 Archived-At: Hello, Lars. On Fri, Sep 04, 2020 at 16:03:41 +0200, Lars Ingebrigtsen wrote: > This was a pretty long bug report with many suggested patches, some of > which were applied and then reverted. > But this one was applied and is still in Emacs: > commit c98bc9821f4a402d5fda67fe141ed34622c50e4f > Author: Phillip Lord > AuthorDate: Fri Jun 17 22:34:50 2016 +0100 > Ensure undo-boundary after all commands > I may be misreading the thread, but it sounded like this fixed the > reported problem? So I'm closing this bug report; if there's more to be > worked on there, please respond to the debbugs address and we'll reopen. Whatever it was that caused me to submit that bug report hasn't annoyed me in a long, long time. So I think that patch which remains has fixed the bug. So I agree that closing it is the right thing to do. Thanks! > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no -- Alan Mackenzie (Nuremberg, Germany).