]> code.delx.au - gnu-emacs-elpa/commit
Finally handle the failures correctly.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 30 Apr 2016 17:22:46 +0000 (19:22 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 30 Apr 2016 17:22:46 +0000 (19:22 +0200)
commit8d27590ebaa916eeeeb10ec1697a52875d50d676
treea8a92d84c5e41868fd7654fd87341332a27ff7d1
parentaf8933de25fda0be467055eaf83611acfce27c0b
Finally handle the failures correctly.

* dired-async.el (dired-async-operation): Removed no more needed.
(dired-async-failures): New face.
(dired-async-mode-line-message): Use one more arg FACE.
(dired-async-after-file-create): Handle failures.
(dired-async-create-files): Pass failures args to callback.
Remove code that is now never called since when the mode is turned off
and we are no more async the job is delegated again to old dired function.
dired-async.el