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

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

bug#58721: 28.2; dired with delete-by-moving-to-trash can't trash direct


From: Mike Kupfer
Subject: bug#58721: 28.2; dired with delete-by-moving-to-trash can't trash directory twice
Date: Sun, 30 Oct 2022 11:18:29 -0700

Eli Zaretskii wrote:

> Looks good, but maybe add to the comment the reason _why_ we don't use
> rename-file for directories.  You explained _what_ we do, but not
> _why_.

Do you mean something like

-----8<-----8<-----
Fix cross-filesystem directory trashing (Bug#58721)

* lisp/files.el (move-file-to-trash): When trashing a directory,
copy it into the trash folder and then delete it, rather than
using rename-file.  rename-file can only be used when the
to-be-trashed directory and the trashcan live in the same filesystem;
this approach handles both that case and the different-filesystem case.
----->8----->8-----

?

mike





reply via email to

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