If limited to keybindings of the form \C-c <letter>, at least the
following GNU Emacs standard packages seem to be affected (as of 2010/1/12):
1. delphi-mode (progmodes/delphi.el)
"\C-cu" 'delphi-find-unit
2. semantic-grammar-mode (cedet/semantic/grammar.el)
"\C-cm" 'semantic-grammar-find-macro-expander
3. modula-2-mode (progmodes/modula2.el)
A lot. E.g.,
"\C-cb" 'm2-begin
"\C-cc" 'm2-case
I didn't check packages that are not included in GNU Emacs.
C-c prefix is supposed to be "reserved" for end-users.We need to fix those modes.
But the sad reality is that more than several major-modes
break the convention by overriding C-c ... .
Can you say which modes they are?