emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#43188: closed (28.0.50; [PATCH] Don't move point in vc-dir on vc-reg


From: GNU bug Tracking System
Subject: bug#43188: closed (28.0.50; [PATCH] Don't move point in vc-dir on vc-register/vc-checkin)
Date: Fri, 04 Sep 2020 21:19:02 +0000

Your message dated Sat, 5 Sep 2020 00:18:16 +0300
with message-id <0c96813e-76d9-6aec-47c5-f2ba81cf2cca@yandex.ru>
and subject line Re: bug#43188: 28.0.50; [PATCH] Don't move point in vc-dir on 
vc-register/vc-checkin
has caused the debbugs.gnu.org bug report #43188,
regarding 28.0.50; [PATCH] Don't move point in vc-dir on vc-register/vc-checkin
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43188: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43188
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 28.0.50; [PATCH] Don't move point in vc-dir on vc-register/vc-checkin Date: Thu, 03 Sep 2020 22:22:20 +0300
Severity: minor

Proposed patch aimed to fix following point movements in vc-dir:

1. Create git repo: mkdir gittest && cd gittest && git init && touch foo.txt
2. Open vc-dir for that repo in Emacs (C-x v d). Point is 1.
3. Run vc-next-action (v).
   Point is moved to 26.
4. revert-buffer (g) to move point to 1.
5. Run vc-next-action (v). Enter commit message and C-c C-c.
   Point is moved to 26 again.
6. Create another file in the repo: touch bar.txt
7. In vc-dir move to the last file: g n n
8. revert-buffer (g)
   Point is moved to the beginning of the line.
9. revert-buffer (g)
   Point is moved to the previous line.


Thanks!

Attachment: 0001-Don-t-move-point-in-vc-dir-on-vc-register-vc-checkin.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#43188: 28.0.50; [PATCH] Don't move point in vc-dir on vc-register/vc-checkin Date: Sat, 5 Sep 2020 00:18:16 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
Version 28.1

On 03.09.2020 22:22, Andrii Kolomoiets wrote:
Severity: minor

Proposed patch aimed to fix following point movements in vc-dir:

1. Create git repo: mkdir gittest && cd gittest && git init && touch foo.txt
2. Open vc-dir for that repo in Emacs (C-x v d). Point is 1.
3. Run vc-next-action (v).
    Point is moved to 26.
4. revert-buffer (g) to move point to 1.
5. Run vc-next-action (v). Enter commit message and C-c C-c.
    Point is moved to 26 again.
6. Create another file in the repo: touch bar.txt
7. In vc-dir move to the last file: g n n
8. revert-buffer (g)
    Point is moved to the beginning of the line.
9. revert-buffer (g)
    Point is moved to the previous line.

Looks like am improvement.

Installed, thanks!


--- End Message ---

reply via email to

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