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: Fri, 04 Sep 2020 17:44:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> -                   (ewoc-invalidate vc-ewoc node))
> +                      ;; `ewoc-invalidate' will kill line and insert new 
> text,
> +                      ;; let's keep point column.
> +                      (let ((p (point)))
> +                     (ewoc-invalidate vc-ewoc node)
> +                        (goto-char p)))

Shouldn't this be done in `ewoc-invalidate` instead?


        Stefan




reply via email to

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