GNU bug report logs - #14948
Key binding to print VC root log from VC dir

Previous Next

Package: emacs;

Reported by: Matthias Meulien <orontee <at> gmail.com>

Date: Wed, 24 Jul 2013 21:38:02 UTC

Severity: wishlist

Tags: patch

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Matthias Meulien <orontee <at> gmail.com>
Subject: bug#14948: closed (Re: bug#14948: Key binding to print VC root
 log from VC dir)
Date: Fri, 26 Jul 2013 09:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#14948: Key binding to print VC root log from VC dir

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 14948 <at> debbugs.gnu.org.

-- 
14948: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14948
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 14948-done <at> debbugs.gnu.org, Matthias Meulien <orontee <at> gmail.com>,
 Dmitry Gutov <raaahh <at> gmail.com>, Emacs developers <emacs-devel <at> gnu.org>
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
<monnier <at> iro.umontreal.ca> wrote:

> Could someone install his patch, please?

Done as revno:113554

[Message part 3 (message/rfc822, inline)]
From: Matthias Meulien <orontee <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: emacs-devel <at> gnu.org
Subject: Key binding to print VC root log from VC dir
Date: Wed, 24 Jul 2013 23:41:09 +0200
[Message part 4 (text/plain, inline)]
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...

[vc_dir_print_root_log.patch (text/x-diff, inline)]
From 58b23b29b45e2d3f17ed76e8ff010501d966d2c0 Mon Sep 17 00:00:00 2001
From: Matthias Meulien <orontee <at> gmail.com>
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

[Message part 6 (text/plain, inline)]
Thanks for reading,
-- 
Matthias

This bug report was last modified 11 years and 297 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.