From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: JeppeTh--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#51357: 26.3; Recursively copy a directory into a destination where directory already exists no longer works Date: Mon, 25 Oct 2021 17:56:38 +0200 Message-ID: <84v91lyu6h.fsf@users.noreply.github.com> References: <84r1cby7qb.fsf@JTSERVER.i-did-not-set--mail-host-address--so-tickle-me> Reply-To: JeppeTh@users.noreply.github.com Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6276"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51357@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 25 17:58:17 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 1mf2Mb-0001R9-2y for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 25 Oct 2021 17:58:17 +0200 Original-Received: from localhost ([::1]:55624 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mf2MZ-00051X-2C for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 25 Oct 2021 11:58:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52196) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf2ML-0004xx-UB for bug-gnu-emacs@gnu.org; Mon, 25 Oct 2021 11:58:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60764) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mf2ML-0008Da-Lg for bug-gnu-emacs@gnu.org; Mon, 25 Oct 2021 11:58:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mf2ML-0000vw-Jk for bug-gnu-emacs@gnu.org; Mon, 25 Oct 2021 11:58:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <84r1cby7qb.fsf@JTSERVER.i-did-not-set--mail-host-address--so-tickle-me> Resent-From: JeppeTh@users.noreply.github.com Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Oct 2021 15:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51357 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 51357-submit@debbugs.gnu.org id=B51357.16351774223506 (code B ref 51357); Mon, 25 Oct 2021 15:58:01 +0000 Original-Received: (at 51357) by debbugs.gnu.org; 25 Oct 2021 15:57:02 +0000 Original-Received: from localhost ([127.0.0.1]:44077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf2LO-0000uO-G7 for submit@debbugs.gnu.org; Mon, 25 Oct 2021 11:57:02 -0400 Original-Received: from smtp1-2.ilait.se ([82.99.18.59]:47058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf2LM-0000u2-Ag for 51357@debbugs.gnu.org; Mon, 25 Oct 2021 11:57:00 -0400 Original-Received: from JTSERVER (81-234-72-66-no17.tbcn.telia.com [81.234.72.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jesper.thorell@allt3.se) by smtp.a3mail.se (Postfix) with ESMTPSA id 4HdKMZ1VfvzKmXJ; Mon, 25 Oct 2021 15:56:58 +0000 (UTC) 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:218310 Archived-At: I guess copy-directory was changed to not invoke make-directory with parents hardcoded to 't' in emacs 25 then ;)