GNU bug report logs - #7349
24.0.50; "e" should work in vc-dir-mode

Previous Next

Package: emacs;

Reported by: rogers-emacs <at> rgrjr.dyndns.org

Date: Sat, 6 Nov 2010 21:17:01 UTC

Severity: minor

Found in version 24.0.50

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

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: rogers-emacs <at> rgrjr.dyndns.org
Subject: bug#7349: closed (Re: 24.0.50; "e" should work in vc-dir-mode)
Date: Thu, 03 Mar 2011 07:34:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#7349: 24.0.50; "e" should work in vc-dir-mode

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 7349 <at> debbugs.gnu.org.

-- 
7349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7349
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 7349-done <at> debbugs.gnu.org
Subject: Re: 24.0.50; "e" should work in vc-dir-mode
Date: Thu, 03 Mar 2011 02:32:55 -0500
Version: 24.1

rogers-emacs <at> rgrjr.dyndns.org wrote:

>    It has long annoyed me that "e" finds the file in dired-mode, but
> just beeps in vc-dir-mode.  The patch below rectifies the situation.

OK, be annoyed no longer.

[Message part 3 (message/rfc822, inline)]
From: rogers-emacs <at> rgrjr.dyndns.org
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; "e" should work in vc-dir-mode
Date: Sat, 6 Nov 2010 17:20:51 -0400
   It has long annoyed me that "e" finds the file in dired-mode, but
just beeps in vc-dir-mode.  The patch below rectifies the situation.

					-- Bob Rogers
					   http://www.rgrjr.com/

------------------------------------------------------------------------
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index 4397251..5c8b690 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -266,6 +266,7 @@ See `run-hooks'."
     (define-key map [C-up] 'vc-dir-previous-directory)
     ;; The remainder.
     (define-key map "f" 'vc-dir-find-file)
+    (define-key map "e" 'vc-dir-find-file)	;; dired-mode compatibility.
     (define-key map "\C-m" 'vc-dir-find-file)
     (define-key map "o" 'vc-dir-find-file-other-window)
     (define-key map "\C-c\C-c" 'vc-dir-kill-dir-status-process)



This bug report was last modified 14 years and 140 days ago.

Previous Next


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