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

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

[Emacs-bug-tracker] bug#7349: closed (24.0.50; "e" should work in vc-dir


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7349: closed (24.0.50; "e" should work in vc-dir-mode)
Date: Thu, 03 Mar 2011 07:34:02 +0000

Your message dated Thu, 03 Mar 2011 02:32:55 -0500
with message-id <address@hidden>
and subject line Re: 24.0.50; "e" should work in vc-dir-mode
has caused the GNU bug report #7349,
regarding 24.0.50; "e" should work in vc-dir-mode
to be marked as done.

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


-- 
7349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7349
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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)



--- End Message ---
--- Begin Message --- Subject: Re: 24.0.50; "e" should work in vc-dir-mode Date: Thu, 03 Mar 2011 02:32:55 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

address@hidden 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.


--- End Message ---

reply via email to

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