From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#41261: 27.0.90; Dired default file operation target no longer guessed Date: Thu, 14 May 2020 20:55:07 +0300 Message-ID: <83sgg24d1g.fsf@gnu.org> References: <875zcyhhtd.fsf@localhost> <87lflutufp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="49300"; mail-complaints-to="usenet@ciao.gmane.io" Cc: wojciech.siewierski@onet.pl, 41261@debbugs.gnu.org To: =?UTF-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu May 14 19:56:12 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 1jZI5b-000CfZ-3D for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 May 2020 19:56:11 +0200 Original-Received: from localhost ([::1]:39606 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jZI5a-0005qR-4V for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 May 2020 13:56:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44586) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZI5T-0005os-6G for bug-gnu-emacs@gnu.org; Thu, 14 May 2020 13:56:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51429) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jZI5S-0004Te-Sv for bug-gnu-emacs@gnu.org; Thu, 14 May 2020 13:56:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jZI5S-0005G6-SH for bug-gnu-emacs@gnu.org; Thu, 14 May 2020 13:56:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 May 2020 17:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41261 X-GNU-PR-Package: emacs Original-Received: via spool by 41261-submit@debbugs.gnu.org id=B41261.158947893420139 (code B ref 41261); Thu, 14 May 2020 17:56:02 +0000 Original-Received: (at 41261) by debbugs.gnu.org; 14 May 2020 17:55:34 +0000 Original-Received: from localhost ([127.0.0.1]:34733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZI4z-0005Ef-Rp for submit@debbugs.gnu.org; Thu, 14 May 2020 13:55:34 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZI4v-0005E5-DA for 41261@debbugs.gnu.org; Thu, 14 May 2020 13:55:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39185) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jZI4o-0004Kj-VL; Thu, 14 May 2020 13:55:23 -0400 Original-Received: from [176.228.60.248] (port=1223 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jZI4o-0002Pe-4o; Thu, 14 May 2020 13:55:22 -0400 In-Reply-To: <87lflutufp.fsf@gmail.com> (message from =?UTF-8?Q?K=C3=A9vin?= Le Gouguec on Thu, 14 May 2020 17:20:10 +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:180231 Archived-At: > From: Kévin Le Gouguec > Date: Thu, 14 May 2020 17:20:10 +0200 > Cc: 41261@debbugs.gnu.org > > Wojciech Siewierski writes: > > > Test scenario, from 'emacs -Q': > > 1. Open two dired buffers in two windows. > > 2. Try moving a file by pressing 'R'. > > 3. The currently suggested directory should be the file's original > > directory, that's expected. > > 4. Press M-n. > > 5. The currently suggested directory should be the directory of the > > second buffer window. > > > > That was the case in Emacs 26.3 but not in Emacs 27.0.90 which now > > changes the moved file's directory into its full current path upon > > pressing M-n. Just to be clear, I do not want the second directory to > > be the initial default (i.e. what setting dired-dwim-target to t would > > do), I only expect this behavior after pressing M-n. > > If I'm not mistaken, this change in behaviour has been introduced in > bug#35385. I'm not sure I understand how that could be possible, since the change for bug#35385 didn't change any behaviors, it just added new functions that can be optionally used as values of dired-dwim-target. Could you please bisect to see what change broke this? This behavior wasn't supposed to change in Emacs 27. Thanks.