From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#47300: delete-window to select window with same position Date: Sun, 23 May 2021 00:25:41 +0300 Organization: LINKOV.NET Message-ID: <87mtsmmpey.fsf@mail.linkov.net> References: <87a6qw43gg.fsf@mail.linkov.net> <87pmxodrmq.fsf@gnus.org> <7f870f9b-95ad-6b5d-82aa-1bcfe5cc880a@gmx.at> <87fsyk0w92.fsf@mail.linkov.net> <2ec3b911-4fb1-4b13-a5b8-28278a5c43ba@gmx.at> <87h7iyzvh5.fsf@mail.linkov.net> <0c239adb-e9d5-1fe9-4c4c-2da1603002f7@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15776"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Lars Ingebrigtsen , 47300@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 22 23:28:10 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 1lkZAH-0003wR-RI for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 22 May 2021 23:28:09 +0200 Original-Received: from localhost ([::1]:33464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lkZAG-0004Zr-Bb for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 22 May 2021 17:28:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lkZAA-0004Zi-PB for bug-gnu-emacs@gnu.org; Sat, 22 May 2021 17:28:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56862) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lkZAA-0004lA-GW for bug-gnu-emacs@gnu.org; Sat, 22 May 2021 17:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lkZAA-0003v3-Cg for bug-gnu-emacs@gnu.org; Sat, 22 May 2021 17:28:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 May 2021 21:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47300 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 47300-submit@debbugs.gnu.org id=B47300.162171884015011 (code B ref 47300); Sat, 22 May 2021 21:28:02 +0000 Original-Received: (at 47300) by debbugs.gnu.org; 22 May 2021 21:27:20 +0000 Original-Received: from localhost ([127.0.0.1]:40175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkZ9U-0003u3-DG for submit@debbugs.gnu.org; Sat, 22 May 2021 17:27:20 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:33459) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkZ9S-0003tn-GK for 47300@debbugs.gnu.org; Sat, 22 May 2021 17:27:19 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id CC97D200002; Sat, 22 May 2021 21:27:10 +0000 (UTC) In-Reply-To: (martin rudalics's message of "Sat, 22 May 2021 10:05:20 +0200") 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:207068 Archived-At: >> No. You probably have to save the old position of the deleted window's >> point in frame coordinates and have the function that selects the new >> window use the window that is now at that frame position. > > Just to explain what I meant above look at the attached patch. I think > we should then move the `get-mru-window' call to `delete-window' too and > combine them all with the 'no-other-window' check so we never select a > window with NORECORD nil twice here. > > [2. text/x-patch; window.el.diff]... I don't know why, but sometimes `window-at' returns 'nil'.