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#48249: 28.0.50; Regression: emacs confused about window configuration due to ido-mode and/or winner-mode Date: Sat, 8 May 2021 12:30:48 +0000 Message-ID: References: <87zgx8wmew.fsf@secretsauce.net> <87im3wm4cp.fsf@tcd.ie> <87o8dmwakk.fsf@secretsauce.net> 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="16168"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, 48249-done@debbugs.gnu.org To: Dima Kogan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 08 14:31:15 2021 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 1lfM6y-00041A-TI for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 08 May 2021 14:31:12 +0200 Original-Received: from localhost ([::1]:35682 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfM6x-0005p1-Uv for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 08 May 2021 08:31:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfM6o-0005kz-TY for bug-gnu-emacs@gnu.org; Sat, 08 May 2021 08:31:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38463) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lfM6o-00021i-L8 for bug-gnu-emacs@gnu.org; Sat, 08 May 2021 08:31:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lfM6o-0005nJ-IA for bug-gnu-emacs@gnu.org; Sat, 08 May 2021 08:31:02 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 08 May 2021 12:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 48249 X-GNU-PR-Package: emacs Mail-Followup-To: 48249@debbugs.gnu.org, acm@muc.de, dima@secretsauce.net Original-Received: via spool by 48249-done@debbugs.gnu.org id=D48249.162047705822044 (code D ref 48249); Sat, 08 May 2021 12:31:02 +0000 Original-Received: (at 48249-done) by debbugs.gnu.org; 8 May 2021 12:30:58 +0000 Original-Received: from localhost ([127.0.0.1]:50007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfM6k-0005jD-2Q for submit@debbugs.gnu.org; Sat, 08 May 2021 08:30:58 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:35701 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1lfM6i-0005bz-11 for 48249-done@debbugs.gnu.org; Sat, 08 May 2021 08:30:56 -0400 Original-Received: (qmail 4343 invoked by uid 3782); 8 May 2021 12:30:49 -0000 Original-Received: from acm.muc.de (p2e5d500c.dip0.t-ipconnect.de [46.93.80.12]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sat, 08 May 2021 14:30:48 +0200 Original-Received: (qmail 19564 invoked by uid 1000); 8 May 2021 12:30:48 -0000 Content-Disposition: inline In-Reply-To: <87o8dmwakk.fsf@secretsauce.net> X-Submission-Agent: TMDA/1.3.x (Ph3nix) 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:206008 Archived-At: Hello, Dima. On Fri, May 07, 2021 at 13:30:51 -0700, Dima Kogan wrote: > Thanks for the patch, Alan. Initial testing confirms that the issue is > resolved. Thanks indeed for the testing. > I'll dogfood this for a bit to see if anything else comes up. I don't > know if you have any more work planned in this area, so you should > close this bug, if you think this is done. There was another circumstance in which point got left in a dead mini-window, which I've fixed too. I've committed a different patch to the master branch from the one I suggested yesterday, but it addresses the same symptoms in a more robust fashion. So, please undo yesterday's patch from your Emacs before updating to today's version. I am indeed closing the bug with this post, since I am convinced it is fixed. -- Alan Mackenzie (Nuremberg, Germany).