Hi Boskom,
i don't think there's a easy way...
basically, it's a minor mode, and minor mode's keybindings have
priority over global keybindings.
you can add a hook... put the following in your .emacs:
;(code untested)
(add-hook 'ergoemacs-mode-hook
(lambda ()
(define-key ergoemacs-keymap (kbd "C-p") nil)
))
-----------------
David, we probably should make C-p ask for confirmation, since most
Ctrl+p invoke the print dialog, but emacs doesn't have such.
i don't remember if we had a issue on this before... let me check and
add it if not. (havn't been too active recently)
Xah
∑
http://xahlee.org/
☄