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

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

bug#12492: closed (24.2.50; Open vc-dir buffer easier and faster)


From: GNU bug Tracking System
Subject: bug#12492: closed (24.2.50; Open vc-dir buffer easier and faster)
Date: Mon, 30 Mar 2020 02:36:50 +0000

Your message dated Sun, 29 Mar 2020 14:09:46 +0300
with message-id <address@hidden>
and subject line Re: bug#12492: Acknowledgement (24.2.50; Open vc-dir buffer 
easier and faster)
has caused the debbugs.gnu.org bug report #12492,
regarding 24.2.50; Open vc-dir buffer easier and faster
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
12492: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12492
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.2.50; Open vc-dir buffer easier and faster Date: Sun, 23 Sep 2012 03:04:01 +0400 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1
Tags: patch

Two changes:
1) All version controlled buffers have after-save-hook set up to call vc-dir-resynch-file. So if we're just bringing up a buried vc-dir buffer, we (almost?) never need to refresh it. This cuts about 1 second or more on my machine, depending on the backend. 2) For almost all backends we can easily deduce the repository root directory (exceptions: cvs, rcs, sccs), and I believe that in almost all cases the user wants to see the status of this directory, not of some subdirectory or any directory unrelated to the current buffer. Hence the function vc-root-dir, which I think should be bound to 'C-x v d' and the respective menu item. In the rare case when the user need to do something unusual, they can do M-x vc-dir. When the backend doesn't have the function vc-xx-root, vc-root-dir interactively delegates to vc-dir, so for CVS, for example, the behavior will not change.

Attachment: vc-dir.diff
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#12492: Acknowledgement (24.2.50; Open vc-dir buffer easier and faster) Date: Sun, 29 Mar 2020 14:09:46 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1
On 29.03.2020 02:08, Juri Linkov wrote:
vc-dir-root is now pushed to master without keybinding as discussed
in bug#34949.

Yes, it's all good. Thanks Juri!

Please close this report if you think everything is done here.

I remembered why I called it vc-dir-quick, though: aside from using the root, it avoids refreshing pre-existing vc-dir buffer, which was an important improvement for me at the time (these days--less so). But this can be introduced as an option in a separate discussion.


--- End Message ---

reply via email to

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