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

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

pcvs - bug in key defs


From: Karl Chen
Subject: pcvs - bug in key defs
Date: Tue, 14 May 2002 20:39:54 -0700

There's a problem in $Id: pcvs-defs.el,v 1.15 2001/07/16 07:46:48 pj Exp $
from emacs 21.1.

`cvs-mode-map' defines "[RET]" but that should be "[return]".

Also it seems like `cvs-minor-mode-map' tries to enable <C-x c> as a prefix
for all cvs-mode keys for any file under cvs, but that doesn't work (don't
know why not).

$ diff -u pcvs-defs.el .backup/pcvs-defs.el.~1~
--- pcvs-defs.el        Tue May 14 20:29:13 2002
+++ .backup/pcvs-defs.el.~1~    Mon Oct 22 21:20:52 2001
@@ -365,7 +365,7 @@
     ("c" .     cvs-mode-commit)
     ("e" .     cvs-mode-examine)
     ("f" .     cvs-mode-find-file)
-    ([return] .        cvs-mode-find-file)
+    ([RET] .   cvs-mode-find-file)
     ("i" .     cvs-mode-ignore)
     ("l" .     cvs-mode-log)
     ("o" .     cvs-mode-find-file-other-window)

--
Karl Chen






reply via email to

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