-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dired-subtree buffer does not refresh after executing an action #176
Comments
I think this is actually configurable in regular dired. My suspicion is that we do not respect this setting somewhere, as you say. If you hit |
@Fuco1 Thanks for the reply! Yes regular dired refreshes buffers by default. Hitting |
Additionally, I am noticing that refreshing a dired-subtree buffer using |
Correct `auto-revert-mode' behavior is based on the `buffer-stale-function' `dired-buffer-stale-p'. Remember the subtrees' modification times and override `dired-buffer-stale-p' to take them into account. Fixes Fuco1#176.
The title pretty much says it all. When executing an action on a subtree in a dired buffer (such as moving or deleting files), these files are still displayed because the buffer is not refreshed. This does not happen on non-subtreed dired buffers. I tried to investigate things a little and I would guess this would have something to do with the
dired-after-readin-hook
not activating.The text was updated successfully, but these errors were encountered: