Hello Stefan,
hopefully this patch against latest GNU Emacs CVS will be acceptable.
I will send a separate patch containing these for the XEmacs PCL-CVS
package.
Best regards,
Adrian
emacs Patch (cvs -f -z3 -q diff -u lisp/pcvs-defs.el):
Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.3377
diff -u -U0 -r1.3377 ChangeLog
--- lisp/ChangeLog 25 Jan 2002 18:47:33 -0000 1.3377
+++ lisp/ChangeLog 25 Jan 2002 22:56:57 -0000
@@ -0,0 +1,6 @@
+2002-01-25 Adrian Aichner <adrian(a)xemacs.org>
+
+ * pcvs-defs.el (cvs-auto-remove-directories): Typo fix.
+ * pcvs-defs.el (cvs-mode-map): Map `cvs-mode-force-command' to "!"
+ to restore global-binding of M-f (forward-word).
+
Index: lisp/pcvs-defs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pcvs-defs.el,v
retrieving revision 1.17
diff -u -r1.17 pcvs-defs.el
--- lisp/pcvs-defs.el 20 Dec 2001 18:42:44 -0000 1.17
+++ lisp/pcvs-defs.el 25 Jan 2002 22:53:25 -0000
@@ -105,7 +105,7 @@
(defcustom cvs-auto-remove-directories 'handled
"*If ALL, directory entries will never be shown.
-If HANLDED, only non-handled directories will be shown.
+If HANDLED, only non-handled directories will be shown.
If EMPTY, only non-empty directories will be shown."
:group 'pcl-cvs
:type '(choice (const :tag "No" nil) (const all) (const handled) (const
empty)))
@@ -324,7 +324,7 @@
("q" . cvs-bury-buffer)
("z" . kill-this-buffer)
("F" . cvs-mode-set-flags)
- ("\M-f" . cvs-mode-force-command)
+ ("!" . cvs-mode-force-command)
("\C-c\C-c" . cvs-mode-kill-process)
;; marking
("m" . cvs-mode-mark)
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/