bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58919: 28.2; dired-copy-file-recursive fails to overwrite directory


From: Paul Eggert
Subject: bug#58919: 28.2; dired-copy-file-recursive fails to overwrite directory
Date: Fri, 16 Dec 2022 15:22:16 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

On 12/11/22 02:46, Eli Zaretskii wrote:
Paul, did you have an opportunity to come up with the patch you
mentioned in this discussion?  I'd like to solve this bug for Emacs
29, please.

I hacked on it for a bit and came up with the attached proposed patches to the emacs-29 branch. I have not installed them.

These patches address the issues raised by Michael by passing only single arguments to make-directory handlers. That way, we don't need to worry about whether the handlers follow the new convention. At our leisure, perhaps in Emacs 30, we can upgrade the make-directory handlers to support the new convention.

Attachment: 0001-Use-make-directory-handlers-uniformly.patch
Description: Text Data

Attachment: 0002-make-directory-now-returns-t-if-dir-already-exists.patch
Description: Text Data

Attachment: 0003-Fix-copy-directory-bug-when-dest-dir-exists.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]