On Sat, 17 Jun 2017 14:16:01 +0200 Antoine Levitt wrote: > I just noticed this is not yet completely fixed: starting from emacs -Q, > (setq dired-auto-revert-buffer t), open dired, open any file in that > directory, C-x d RET to run dired again, the point jumps back to the > beginning of the buffer. I suppose the command `dired' should not use switch-to-buffer. With the following patch, executing the above recipe does not move point.