emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master f450798: Don't move point in vc-dir on vc-register/vc-checkin


From: Stefan Monnier
Subject: Re: master f450798: Don't move point in vc-dir on vc-register/vc-checkin (bug#43188)
Date: Sat, 05 Sep 2020 15:41:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> -    (save-excursion
> +    (let ((p (point)))
>        (dolist (node nodes)
> -        (ewoc--refresh-node pp node dll)))))
> +        (ewoc--refresh-node pp node dll))
> +      (goto-char p))))

Hmm... I think this is an improvement when point is within the refreshed
node, but a regression when it's further down in the buffer.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]