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

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

[debbugs-tracker] bug#14948: closed (Key binding to print VC root log fr


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14948: closed (Key binding to print VC root log from VC dir)
Date: Fri, 26 Jul 2013 09:53:02 +0000

Your message dated Fri, 26 Jul 2013 11:51:20 +0200
with message-id <address@hidden>
and subject line Re: bug#14948: Key binding to print VC root log from VC dir
has caused the debbugs.gnu.org bug report #14948,
regarding Key binding to print VC root log from VC dir
to be marked as done.

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


-- 
14948: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14948
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Key binding to print VC root log from VC dir Date: Wed, 24 Jul 2013 23:41:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Severity: wishlist Tags: patch From a buffer visiting a file under version control one has the following two key bindings to display logs:

         C-x v l runs the command vc-print-log

         C-x v L runs the command vc-print-root-log

From a buffer in `vc-dir-mode' one has the key binding:

         l runs the command vc-print-log

But there is no `vc-print-root-log' key binding...

>From 58b23b29b45e2d3f17ed76e8ff010501d966d2c0 Mon Sep 17 00:00:00 2001
From: Matthias Meulien <address@hidden>
Date: Wed, 24 Jul 2013 23:39:51 +0200
Subject: [PATCH] lisp/vc/vc-dir.el (vc-dir-mode-map): Keybinding for
 vc-print-root-log

---
 lisp/vc/vc-dir.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index 80f7849..325e66e 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -240,6 +240,7 @@ See `run-hooks'."
     (define-key map "i" 'vc-register)     ;; C-x v i
     (define-key map "+" 'vc-update)       ;; C-x v +
     (define-key map "l" 'vc-print-log)    ;; C-x v l
+    (define-key map "L" 'vc-print-root-log) ;; C-x v L
     ;; More confusing than helpful, probably
     ;;(define-key map "R" 'vc-revert) ;; u is taken by vc-dir-unmark.
     ;;(define-key map "A" 'vc-annotate) ;; g is taken by revert-buffer
-- 
1.8.3.3


Thanks for reading,
--
Matthias

--- End Message ---
--- Begin Message --- Subject: Re: bug#14948: Key binding to print VC root log from VC dir Date: Fri, 26 Jul 2013 11:51:20 +0200
On Fri, Jul 26, 2013 at 9:53 AM, Stefan Monnier
<address@hidden> wrote:

> Could someone install his patch, please?

Done as revno:113554


--- End Message ---

reply via email to

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