From unknown Sat Jun 21 05:19:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28949: 26.0; `dired-find-file-other-window' not updated per `dired-find-file' update Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 22 Oct 2017 22:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28949 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 28949@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150871136528080 (code B ref -1); Sun, 22 Oct 2017 22:30:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Oct 2017 22:29:25 +0000 Received: from localhost ([127.0.0.1]:56346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e6OkH-0007Io-BX for submit@debbugs.gnu.org; Sun, 22 Oct 2017 18:29:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e6OkF-0007IP-5N for submit@debbugs.gnu.org; Sun, 22 Oct 2017 18:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6Ok9-0002xd-1f for submit@debbugs.gnu.org; Sun, 22 Oct 2017 18:29:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33578) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e6Ok8-0002xX-Ur for submit@debbugs.gnu.org; Sun, 22 Oct 2017 18:29:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6Ok7-0002NJ-UG for bug-gnu-emacs@gnu.org; Sun, 22 Oct 2017 18:29:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6Ok4-0002vy-0F for bug-gnu-emacs@gnu.org; Sun, 22 Oct 2017 18:29:15 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:36858) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e6Ok3-0002vZ-NO for bug-gnu-emacs@gnu.org; Sun, 22 Oct 2017 18:29:11 -0400 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v9MMT80k007652 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 22 Oct 2017 22:29:09 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id v9MMT8F2015895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 22 Oct 2017 22:29:08 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v9MMT8QU009408 for ; Sun, 22 Oct 2017 22:29:08 GMT MIME-Version: 1.0 Message-ID: <995921da-d6b1-46c8-b0c5-babdbb14e41b@default> Date: Sun, 22 Oct 2017 15:29:07 -0700 (PDT) From: Drew Adams X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4600.0 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 1. Recently `dired-find-file' was updated. It looks like the same update should have been applied to `dired-find-file-other-window'. In fact, it looks like an even older change should also be made to *-other-window. Please consider adding both of the same let bindings to `dired-find-file-other-window' as you have for `dired-find-file'. 2. Seems like the same thing applies also to the `dired-mouse-find-file*' commands. Maybe not the binding of `switch-to-buffer-preserve-window-point' (dunno), but at least the binding of find-file-run-dired'. (There are 3, not 2, such mouse commands.) In GNU Emacs 26.0.90 (build 3, x86_64-w64-mingw32) of 2017-10-13 Repository revision: 906224eba147bdfc0514090064e8e8f53160f1d4 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --without-dbus --host=3Dx86_64-w64-mingw32 --without-compress-install 'CFLAGS=3D-O2 -static -g3'' From unknown Sat Jun 21 05:19:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28949: 26.0; `dired-find-file-other-window' not updated per `dired-find-file' update Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Dec 2020 11:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28949 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 28949@debbugs.gnu.org Received: via spool by 28949-submit@debbugs.gnu.org id=B28949.160777375921427 (code B ref 28949); Sat, 12 Dec 2020 11:50:02 +0000 Received: (at 28949) by debbugs.gnu.org; 12 Dec 2020 11:49:19 +0000 Received: from localhost ([127.0.0.1]:44080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ko3Op-0005ZW-2Q for submit@debbugs.gnu.org; Sat, 12 Dec 2020 06:49:19 -0500 Received: from quimby.gnus.org ([95.216.78.240]:46118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ko3On-0005ZH-DD for 28949@debbugs.gnu.org; Sat, 12 Dec 2020 06:49:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=E5f+3XWgifhYpdXisGCJCy5KZK80hvFGk2JvwlJUcyg=; b=NiRhRvIP9hr50MdnDrHx1ZDR0q ZNEPYpHG1dRMIVURyNNo4XC+3uohh6R6ZkPCu4wxG80g3+04YUwUJQAlWoZqdyiLUspJDSdOjawYn Zz29TQ33uhverzIFIXBtgsvBzY4/tgout05qhLh9qM0U0P5MGvf4S/Cr+FhLPvEQ/p00=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ko3Oe-0005G1-J2; Sat, 12 Dec 2020 12:49:11 +0100 From: Lars Ingebrigtsen References: <995921da-d6b1-46c8-b0c5-babdbb14e41b@default> X-Now-Playing: Sacred Paws's _Run Around The Sun_: "Write This Down" Date: Sat, 12 Dec 2020 12:49:07 +0100 In-Reply-To: <995921da-d6b1-46c8-b0c5-babdbb14e41b@default> (Drew Adams's message of "Sun, 22 Oct 2017 15:29:07 -0700 (PDT)") Message-ID: <87o8iz5jnw.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > 1. Recently `dired-find-file' was updated. It looks like the same > update should have been applied to `dired-find-file-other-window'. In > fact, it looks like an even older change should also be ma [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Drew Adams writes: > 1. Recently `dired-find-file' was updated. It looks like the same > update should have been applied to `dired-find-file-other-window'. In > fact, it looks like an even older change should also be made to > *-other-window. > > Please consider adding both of the same let bindings to > `dired-find-file-other-window' as you have for `dired-find-file'. > > 2. Seems like the same thing applies also to the > `dired-mouse-find-file*' commands. Maybe not the binding of > `switch-to-buffer-preserve-window-point' (dunno), but at least the > binding of find-file-run-dired'. (There are 3, not 2, such mouse > commands.) This should now be fixed in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 12 06:49:23 2020 Received: (at control) by debbugs.gnu.org; 12 Dec 2020 11:49:23 +0000 Received: from localhost ([127.0.0.1]:44083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ko3Ot-0005Zp-EK for submit@debbugs.gnu.org; Sat, 12 Dec 2020 06:49:23 -0500 Received: from quimby.gnus.org ([95.216.78.240]:46132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ko3Os-0005ZO-1e for control@debbugs.gnu.org; Sat, 12 Dec 2020 06:49:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9FNuNAZ9DDnh+WCIlrW05fS6s2G9pRCJJsMFWeEn6HY=; b=E06dGxA3L66ey95Ymv9+lelszI /1wHQFAXkV0ku7tihaEYNBcvmDZODDqiOl22I6MHvfA83doJ45069KjQQs48xrmP/SAeS0pSlQa2D +tqU58rmUNuX+bpnzwfAvR9yEsWp27gF5/EV/7uydyaa6r/pW5cOitKkShWBe+piQ2K4=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ko3Ok-0005GC-Dg for control@debbugs.gnu.org; Sat, 12 Dec 2020 12:49:16 +0100 Date: Sat, 12 Dec 2020 12:49:13 +0100 Message-Id: <87mtyj5jnq.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #28949 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 28949 fixed close 28949 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 28949 fixed close 28949 28.1 quit