[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71401: dired-async-mode breaks dired-vc-rename-file
From: |
Thierry Volpiatto |
Subject: |
bug#71401: dired-async-mode breaks dired-vc-rename-file |
Date: |
Mon, 17 Jun 2024 06:13:05 +0000 |
Charles Choi <kickingvegas@gmail.com> writes:
> **** Title
> dired-async-mode breaks dired-vc-rename-file
>
> **** Description
> If dired-vc-rename-file is t and dired-async-mode is enabled, then renaming a
> version controlled file such that the version control software is aware of it
> will fail.
>
> **** Environment
> Emacs 29.3
>
> **** Steps to Reproduce
> 1. Set dired-vc-rename-file to t
> 2. Enable dired-async-mode.
> 3. With a git repo, rename a file via Dired.
>
> **** Expected Result
> The renamed file should be reflected in git.
Should be now fixed in dired-async.el by commit cff2bd0, please update
emacs-async package (should make its way to Melpa/Elpa in few hours).
Thanks.
--
Thierry