all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* pcvs - bug in key defs
@ 2002-05-15  3:39 Karl Chen
  2002-05-15  8:27 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Chen @ 2002-05-15  3:39 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pcvs - bug in key defs
  2002-05-15  3:39 pcvs - bug in key defs Karl Chen
@ 2002-05-15  8:27 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2002-05-15  8:27 UTC (permalink / raw)


"Karl Chen" <quarl.newsgroup@REMOVE_ME_quarl.org> writes:

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

This has been fixed in the current CVS code.  It uses "\C-m".

kai
-- 
Silence is foo!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-15  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-15  3:39 pcvs - bug in key defs Karl Chen
2002-05-15  8:27 ` Kai Großjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.