From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#51357: 26.3; Recursively copy a directory into a destination where directory already exists no longer works. Date: Sat, 23 Oct 2021 21:11:32 +0300 Message-ID: <83wnm34nmz.fsf@gnu.org> References: <84r1cby7qb.fsf@JTSERVER.i-did-not-set--mail-host-address--so-tickle-me> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10258"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51357@debbugs.gnu.org To: JeppeTh@users.noreply.github.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 23 20:12:25 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 1meLVI-0002Tq-Ig for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Oct 2021 20:12:24 +0200 Original-Received: from localhost ([::1]:35112 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meLVH-0007f9-Cj for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Oct 2021 14:12:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meLUw-0007f0-G0 for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 14:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53881) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1meLUw-00069c-7g for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 14:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1meLUw-0005bX-3B for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 14:12: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: Sat, 23 Oct 2021 18:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51357 X-GNU-PR-Package: emacs Original-Received: via spool by 51357-submit@debbugs.gnu.org id=B51357.163501271621525 (code B ref 51357); Sat, 23 Oct 2021 18:12:02 +0000 Original-Received: (at 51357) by debbugs.gnu.org; 23 Oct 2021 18:11:56 +0000 Original-Received: from localhost ([127.0.0.1]:37191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meLUq-0005b7-Fh for submit@debbugs.gnu.org; Sat, 23 Oct 2021 14:11:56 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:57712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meLUo-0005aq-GE for 51357@debbugs.gnu.org; Sat, 23 Oct 2021 14:11:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39742) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meLUj-00062R-43; Sat, 23 Oct 2021 14:11:49 -0400 Original-Received: from [87.69.77.57] (port=2761 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meLUd-0005Nl-KX; Sat, 23 Oct 2021 14:11:48 -0400 In-Reply-To: <84r1cby7qb.fsf@JTSERVER.i-did-not-set--mail-host-address--so-tickle-me> (bug-gnu-emacs@gnu.org) 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:218018 Archived-At: > Date: Sat, 23 Oct 2021 19:24:44 +0200 > From: JeppeTh--- via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > In dired-mode when pressing 'C' on a directory to copy it somewhere, it > now only works in case the directory doesn't already exist. Otherwise it fails > with file-already-exists error. Even if the target directory name ends in a slash?