jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
837 stars 68 forks source link

dired-async-do-delete #105

Closed CeleritasCelery closed 5 years ago

CeleritasCelery commented 6 years ago

Just a quick question, why is there no dired-async-do-delete function? it seems like it would be one of the most useful functions and I can't help but think there is a reason this was not implemented.

thierryvolpiatto commented 6 years ago

Troy Hinckley notifications@github.com writes:

Just a quick question, why is there no dired-async-do-delete function? it seems like it would be one of the most useful functions and I can't help but think there is a reason this was not implemented.

For some reason it is not implemented in dired-async, but in helm, you can customize helm-ff-delete-files-function to have async deletion in helm.

-- Thierry