NOTE: This patch has been committed. Cf. discussion in
16860.42135.703800.617756(a)parhasard.net and
002101c50366$ed128a90$220110ac@neeeeeee2 (from Ben, to xemacs-beta, didn't
reach there, reached me, Stephen was CCed.)
xemacs-packages/edit-utils/ChangeLog addition:
2005-02-09 Aidan Kehoe <kehoea(a)parhasard.net>
* man.el: Bind manual-entry to C-h C-m by default.
Index: man.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/edit-utils/man.el,v
retrieving revision 1.17
diff -u -r1.17 man.el
--- man.el 2004/04/25 10:30:27 1.17
+++ man.el 2005/02/08 23:23:37
@@ -305,6 +305,9 @@
(message nil)
buffer))
+;;;###autoload
+(define-key help-map "\C-m" 'manual-entry)
+
(defun Manual-mode ()
(kill-all-local-variables)
(setq buffer-read-only t)
--
“Ah come on now Ted, a Volkswagen with a mind of its own, driving all over
the place and going mad, if that’s not scary I don’t know what is.”
Show replies by date